Spaces:
Running
Running
admin
commited on
Commit
·
26e6faf
1
Parent(s):
409cc00
restart_private_studio
Browse files- modules/restart.py +1 -0
modules/restart.py
CHANGED
@@ -30,6 +30,7 @@ def self_restart():
|
|
30 |
for repo in repos:
|
31 |
private_repo = repo.strip()
|
32 |
print(f"Restarting {private_repo}...")
|
|
|
33 |
restart_private_space(private_repo)
|
34 |
|
35 |
restart_private_space("kakamond/keeps_alive")
|
|
|
30 |
for repo in repos:
|
31 |
private_repo = repo.strip()
|
32 |
print(f"Restarting {private_repo}...")
|
33 |
+
restart_private_studio(private_repo)
|
34 |
restart_private_space(private_repo)
|
35 |
|
36 |
restart_private_space("kakamond/keeps_alive")
|