|
@ -16,6 +16,7 @@ for key in config.twitter_conf: |
|
|
except KeyError: |
|
|
except KeyError: |
|
|
print "Please, set the environment variable %s or set it in the config" % key |
|
|
print "Please, set the environment variable %s or set it in the config" % key |
|
|
sys.exit(1) |
|
|
sys.exit(1) |
|
|
|
|
|
config.twitter_conf[key] = os.environ[key] |
|
|
|
|
|
|
|
|
logging.getLogger('').setLevel(logging.DEBUG) |
|
|
logging.getLogger('').setLevel(logging.DEBUG) |
|
|
|
|
|
|
|
|