Skip to content
Snippets Groups Projects
Commit a48f0289 authored by Zilian's avatar Zilian
Browse files

update location

parent d276622e
Branches
No related tags found
No related merge requests found
...@@ -256,9 +256,9 @@ if __name__ == '__main__': ...@@ -256,9 +256,9 @@ if __name__ == '__main__':
arguments = parser.parse_args() arguments = parser.parse_args()
if arguments.verbose: if arguments.verbose:
basicConfig(filename=arguments.verbose, level=DEBUG) basicConfig(filename=arguments.log, level=DEBUG)
else: else:
basicConfig(filename=arguments.verbose, level=INFO) basicConfig(filename=arguments.log, level=INFO)
cal_location(arguments) cal_location(arguments)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment