Fixes in updates
This commit is contained in:
parent
7a3fe536a8
commit
14b28c05ca
2 changed files with 11 additions and 4 deletions
|
|
@ -519,9 +519,12 @@ def pastafari2_get_multiprogress():
|
|||
|
||||
ids=request.args.get('ids', '[]')
|
||||
|
||||
position=0
|
||||
#position=0
|
||||
|
||||
#position=int(request.args.get('position', '0'))
|
||||
try:
|
||||
position=int(request.args.get('position', '0'))
|
||||
except:
|
||||
position=0
|
||||
|
||||
final_ids=[str(i) for i in json.loads(ids)]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue