Skip to content

Commit 52ace04

Browse files
Merge pull request #6250 from roed314/maass_download
Add missing table to Maass downloader
2 parents a33538b + d0a9769 commit 52ace04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lmfdb/maass_forms/web_maassform.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@ def coefficient_table(self, rows=20, cols=3, row_opts=[20,60,334]):
336336

337337

338338
class MaassFormDownloader(Downloader):
339+
table = db.maass_rigor
339340
title = 'Maass forms'
340341

341342
def download(self, label, lang='text'):

0 commit comments

Comments
 (0)