Really make lower-left the default everywhere
This commit is contained in:
@@ -224,7 +224,7 @@ def main():
|
||||
if options.north_direction:
|
||||
north_direction = options.north_direction
|
||||
else:
|
||||
north_direction = 'upper-right'
|
||||
north_direction = 'lower-left'
|
||||
|
||||
logging.getLogger().setLevel(
|
||||
logging.getLogger().level + 10*options.quiet)
|
||||
|
||||
Reference in New Issue
Block a user