summaryrefslogtreecommitdiffstats
path: root/update_topic.py
diff options
context:
space:
mode:
Diffstat (limited to 'update_topic.py')
-rw-r--r--update_topic.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/update_topic.py b/update_topic.py
index c63ca14..741ad4e 100644
--- a/update_topic.py
+++ b/update_topic.py
@@ -18,8 +18,8 @@ from calendar import TUESDAY
DEFAULT_CONFIG = {
'channel': '#spline',
- 'format': 'http://padlite.spline.de/p/treffen%y%m%d',
- 'regex': r'.*(http://padlite\.spline\.de/p/treffen[0-9]{6}).*',
+ 'format': 'https://padlite.spline.de/p/treffen%y%m%d',
+ 'regex': r'.*(https://padlite\.spline\.de/p/treffen[0-9]{6}).*',
}