From 9253af47b1d7432f4ed98323d9d2529658231989 Mon Sep 17 00:00:00 2001 From: SPertl <38438454+SPertl@users.noreply.github.com> Date: Sat, 26 Oct 2019 21:45:21 +0200 Subject: [PATCH] Update fotoablage_bot.py --- fotoablage_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fotoablage_bot.py b/fotoablage_bot.py index 14ccd64..a1e65d3 100644 --- a/fotoablage_bot.py +++ b/fotoablage_bot.py @@ -86,7 +86,7 @@ class FotoBot(api.Bot): def verzeichnis_erstellen(ordner): verzeichnis = os.path.join(CONFIG["root_verzeichnis"], *ordner) - os.makedirs(verzeichnis, mode=0o660, exist_ok=True) + os.makedirs(verzeichnis, mode=0o770, exist_ok=True) return verzeichnis