reverse question list after import
This commit is contained in:
parent
fc34ae1c62
commit
4ee3f21f2c
|
|
@ -207,6 +207,7 @@ class Jeopardy(callbacks.Plugin):
|
|||
except Exception:
|
||||
pass
|
||||
del data
|
||||
self.questions = self.questions[::-1]
|
||||
try:
|
||||
schedule.removeEvent('next_%s' % self.channel)
|
||||
except KeyError:
|
||||
|
|
|
|||
Loading…
Reference in New Issue