do not consider stopping a user's server activity

This commit is contained in:
Min RK
2018-02-22 16:12:10 +01:00
parent 3117ea9d34
commit a0fcbcbc7d

View File

@@ -459,7 +459,6 @@ class User:
if self.state is None:
self.state = {}
spawner.orm_spawner.state = spawner.get_state()
self.last_activity = spawner.orm_spawner.last_activity = datetime.utcnow()
db.commit()
spawner._waiting_for_response = True
try: