From 9d715ff8bc736350503c20460ad41da7153fac5c Mon Sep 17 00:00:00 2001 From: Maximilian Pudelko Date: Tue, 21 Apr 2015 20:59:41 +0200 Subject: [PATCH] --- update.py.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.py.example b/update.py.example index ff17e1f..81daa99 100755 --- a/update.py.example +++ b/update.py.example @@ -10,7 +10,7 @@ passwd = '' url = 'http://wwwmayr.informatik.tu-muenchen.de/lehre/2015SS/theo/' -files = [ +files = [ ('2015-theo\.pdf', 'Skript'), ('2015-\d{2}-\d{2}\.pdf', 'Skript'), ]