Skip to content

Commit

Permalink
remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Sep 27, 2023
1 parent 0ebf48b commit 8c5f8e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/delete-unused-users.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ async def main():
except:
print(user['last_activity'])
raise
last_activity = asyncio
if isinstance(last_activity, datetime):
was_active_last_day = datetime.now().astimezone() - last_activity < timedelta(hours=24)
else:
Expand Down

0 comments on commit 8c5f8e0

Please sign in to comment.