ether2any/tunnel/vrfc1149/conf_auth.py

8 lines
252 B
Python
Raw Normal View History

from conf import Conf
2012-01-30 22:25:14 +01:00
# WARNING: This config will be overwritten. Only change things here if
# you know, what you are doing.
if not Conf['twitter']['ACCESS_KEY']:
2012-01-30 22:25:14 +01:00
Conf['twitter']['ACCESS_KEY'] = None
Conf['twitter']['ACCESS_SECRET'] = None