Removed old api keys

master
Sebastian Lohff 12 years ago
parent 77287d9e62
commit 333d9949f2

@ -1,7 +1,7 @@
from conf import Conf
# WARNING: This config was overwritten! If you change it be sure
# that you know, what you are doing.
# WARNING: This config will be overwritten. Only change things here if
# you know, what you are doing.
if not Conf['twitter']['ACCESS_KEY']:
Conf['twitter']['ACCESS_KEY'] = "437545848-T6AY2mo6U92WB0JjGF6VP8Rj6FT4AfOG0VBJU9kM"
Conf['twitter']['ACCESS_SECRET'] = "rkf7lwwWgVtbE7flJ0wENSCRiatX2B1BwPQi74kd7Vg"
Conf['twitter']['ACCESS_KEY'] = None
Conf['twitter']['ACCESS_SECRET'] = None

Loading…
Cancel
Save