fix 500 error

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-09-29 12:21:55 +02:00
parent 51d7cd6d7e
commit 94f0789827
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ def award_timers(v, bot=False):
badge = v.has_badge(171)
if badge: g.db.delete(badge)
if v.spider and v.spider != 1 and v.spider < now:
v.spider = None
v.spider = 0
notify_if_not_bot("Your spider friend has left you!")
badge = v.has_badge(179)
if badge: g.db.delete(badge)