dev #43

Merged
profitroll merged 49 commits from dev into master 2023-05-02 14:12:58 +03:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit fc39383cc2 - Show all commits

View File

@ -74,6 +74,6 @@ async def command_bye(app: Client, msg: Message):
await asyncio.sleep(delay_text)
for service in ["holochecker_api", "holochecker_bot"]:
system(f"service {service} stop")
system(f"/usr/bin/systemctl stop {service}.service")
print(f"Stopped service {service}")
await asyncio.sleep(2)