Skip to content

Commit

Permalink
Merge pull request #58 from spacetelescope/vgl_valuable_57
Browse files Browse the repository at this point in the history
Mark Valuable bugfix
  • Loading branch information
vglaidler authored May 2, 2019
2 parents 9ead4de + f5300dd commit cb99be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandokia/pcgi_action.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def run():
pdk_db.commit()

elif 'valuable_qid' in form:
v = int(form('valuable_qid'))
v = int(form.get_value('valuable_qid'))
if v:
expire = pandokia.never_expires
if 0:
Expand Down

0 comments on commit cb99be8

Please sign in to comment.