summaryrefslogtreecommitdiffstats
path: root/update_topic.py
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2016-02-03 14:51:48 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2016-02-03 14:52:38 +0100
commit4583a626a53713601e4cac38ee6574d380d7ed53 (patch)
tree1b9e3028cbdc783fcd7b5c8ce3d2222ea5dc1e66 /update_topic.py
parentdf64d623ed5e742efab6a1e63a3d58213ec8b2aa (diff)
downloadupdate-topic-4583a626a53713601e4cac38ee6574d380d7ed53.tar.gz
update-topic-4583a626a53713601e4cac38ee6574d380d7ed53.tar.bz2
update-topic-4583a626a53713601e4cac38ee6574d380d7ed53.zip
Update url for pad for padlite
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 2a67aa2..0de7370 100644
--- a/update_topic.py
+++ b/update_topic.py
@@ -17,8 +17,8 @@ from calendar import TUESDAY
CHANNEL = '#spline'
-FROMAT = 'http://pad.spline.de/treffen%y%m%d'
-REGEX = re.compile(r'.*(http://pad\.spline\.de/treffen[0-9]{6}).*')
+FROMAT = 'http://padlite.spline.de/p/treffen%y%m%d'
+REGEX = re.compile(r'.*(http://padlite\.spline\.de/p/treffen[0-9]{6}).*')
def setup(phenny):