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

update location

parent fbb293aa
No related branches found
No related tags found
No related merge requests found
......@@ -255,9 +255,9 @@ if __name__ == '__main__':
parser.add_argument('-v', '--verbose', action='store_true', help='Verbose mode')
arguments = parser.parse_args()
if arguments.verbose:
basicConfig(filename=arguments.log, level=DEBUG)
basicConfig(filename=arguments.verbose, level=DEBUG)
else:
basicConfig(filename=arguments.log, level=INFO)
basicConfig(filename=arguments.verbose, level=INFO)
cal_location(arguments)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment