diff options
| -rw-r--r-- | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ def cleanup(): db.usercache.remove({ "date": {"$lt": now - datetime.timedelta(minutes=30)} }) - db.playwithme.find({ + db.playwithme.remove({ "end": {"$lt": now} }) |
