mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Delay notification for preparing support logs
This commit is contained in:
parent
8424fc3149
commit
1ee8342355
@ -131,6 +131,7 @@ class Controller:
|
||||
return False
|
||||
|
||||
def package_support_logs(self, exec_user):
|
||||
time.sleep(5)
|
||||
websocket_helper.broadcast_user(exec_user['user_id'], 'notification', 'Preparing your support logs')
|
||||
tempDir = tempfile.mkdtemp()
|
||||
tempZipStorage = tempfile.mkdtemp()
|
||||
|
Loading…
Reference in New Issue
Block a user