need explicit run() in here, not in app
This commit is contained in:
parent
a5e0de3988
commit
e402dd2e43
|
|
@ -103,5 +103,4 @@ if __name__ == '__main__':
|
|||
except ArgumentError, e:
|
||||
print e.args[0]
|
||||
sys.exit(1)
|
||||
|
||||
|
||||
run()
|
||||
|
|
|
|||
Loading…
Reference in New Issue