Fixes regression from ac3e34e22a

This commit is contained in:
Timo Schlüßler 2024-03-08 21:57:39 +01:00 committed by Guilhem Saurel
parent b3db2ef73a
commit a4a13aec0b

View File

@ -38,7 +38,7 @@ async def main(event):
await site.start() await site.start()
if conf.SERVER_PATH: if conf.SERVER_PATH:
Path.chmod(conf.SERVER_PATH, 0o664) Path(conf.SERVER_PATH).chmod(0o664)
# Run until we get a shutdown request # Run until we get a shutdown request
await event.wait() await event.wait()