Removed ; at line end.

This commit is contained in:
creslinux 2018-07-27 09:10:09 +00:00
parent d23b3ccc5e
commit 7efa81073a
1 changed files with 1 additions and 2 deletions

View File

@ -97,8 +97,7 @@ class Exchange(object):
# check if config requests sanbox, if so use ['test'] from url
if (exchange_config.get('sandbox')):
api.urls['api'] = api.urls['test'];
# exchange.urls['api'] = exchange.urls['test'];
api.urls['api'] = api.urls['test']
return api