mirror of
https://github.com/bsedin/matrix-webhook.git
synced 2026-01-16 08:05:57 +00:00
Fixes regression from ac3e34e22a
This commit is contained in:
parent
b3db2ef73a
commit
a4a13aec0b
@ -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()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user