generated from pavel.muhortov/template-python
fix checkroot in main
This commit is contained in:
parent
c4b7c54e6b
commit
75b65f85c0
|
@ -1046,7 +1046,7 @@ if __name__ == "__main__":
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
if not Do.checkroot():
|
if Do.checkroot():
|
||||||
ro = Route(gateways=enable_gateway, db_root_path=db_root_path)
|
ro = Route(gateways=enable_gateway, db_root_path=db_root_path)
|
||||||
|
|
||||||
if args['update']:
|
if args['update']:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user