Fix defects found by lgtm.com

This commit is contained in:
Chocobo1
2018-11-02 23:55:18 +08:00
parent 53f9d031c9
commit d52c6230e9
7 changed files with 19 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
#VERSION: 1.21
#VERSION: 1.22
# Author:
# Christophe DUMEZ (chris@qbittorrent.org)
@@ -45,7 +45,7 @@ for engine in engines:
exec("from engines.%s import %s" % (e, e))
exec("engine_url = %s.url" % e)
supported_engines[engine_url] = e
except:
except Exception:
pass
if __name__ == '__main__':