From c41f37800791820f1c4ddbae9229646e6c318860 Mon Sep 17 00:00:00 2001 From: TheBidouilleur Date: Tue, 27 Oct 2020 11:16:21 +0100 Subject: [PATCH] Ajouter 'config.py' --- config.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 config.py diff --git a/config.py b/config.py new file mode 100644 index 0000000..dd0ce1c --- /dev/null +++ b/config.py @@ -0,0 +1,2 @@ +Gotify = {'URL' : 'https://YOUR_GOTIFY_URL/message', + 'token_gotify' : 'GOTIFY_TOKEN'}