refacto deleted useless var

pull/12/head
Sami Mokaddem 2017-11-29 17:04:11 +01:00
parent 945fade717
commit a8e8520b81
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ configfile = os.path.join(os.environ['DASH_CONFIG'], 'config.cfg')
cfg = configparser.ConfigParser()
cfg.read(configfile)
ONE_DAY = 60*60*24
ZMQ_URL = cfg.get('RedisGlobal', 'zmq_url')
CHANNEL = cfg.get('RedisLog', 'channel')