mirror of
https://github.com/Xevion/contest-assistant.git
synced 2025-12-06 17:14:40 -06:00
switch to pipfile, new tests
This commit is contained in:
@@ -66,7 +66,7 @@ class ContestCog(commands.Cog):
|
||||
await self.bot.db.new_period(new_period)
|
||||
# Handle submissions state
|
||||
elif period.current_state == 0:
|
||||
await self.bot.db.update_period(period)
|
||||
await self.bot.db.update(period)
|
||||
return
|
||||
# Handle voting state
|
||||
elif period.current_state == 1:
|
||||
|
||||
Reference in New Issue
Block a user