Refactor TORRENT_CLIENTAGENT -> TORRENT_CLIENT_AGENT

This commit is contained in:
Labrys of Knossos 2019-01-19 00:36:12 -05:00
parent fafcdb4ed5
commit d973f4955f
4 changed files with 7 additions and 7 deletions

View file

@ -291,7 +291,7 @@ def main(args):
core.initialize()
# clientAgent for Torrents
client_agent = core.TORRENT_CLIENTAGENT
client_agent = core.TORRENT_CLIENT_AGENT
logger.info('#########################################################')
logger.info('## ..::[{0}]::.. ##'.format(os.path.basename(__file__)))