summaryrefslogtreecommitdiff
path: root/program/management/commands/importshows.py
diff options
context:
space:
mode:
Diffstat (limited to 'program/management/commands/importshows.py')
-rw-r--r--program/management/commands/importshows.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/management/commands/importshows.py b/program/management/commands/importshows.py
index a907cca..6efbb65 100644
--- a/program/management/commands/importshows.py
+++ b/program/management/commands/importshows.py
@@ -55,7 +55,7 @@ ORDER BY titel, beginn, ende""")
show.save()
counter += 1
except:
- print 'ERR: sendung "%s" could not be imported' % titel
+ print 'sendung "%s" could not be imported' % titel
else:
for h in hosts:
show.hosts.add(h)