forked from platypush/platypush
return
This commit is contained in:
parent
9f48b010b5
commit
3f12d760b5
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ Usage: {} [-v] [-h]
|
||||||
-v Enable debug mode
|
-v Enable debug mode
|
||||||
-h Show this help
|
-h Show this help
|
||||||
'''.format(sys.argv[0]))
|
'''.format(sys.argv[0]))
|
||||||
|
return
|
||||||
|
|
||||||
if DEBUG:
|
if DEBUG:
|
||||||
logging.basicConfig(level=logging.DEBUG)
|
logging.basicConfig(level=logging.DEBUG)
|
||||||
|
|
Loading…
Reference in a new issue