aboutsummaryrefslogtreecommitdiffstats
path: root/fr.py
diff options
context:
space:
mode:
Diffstat (limited to 'fr.py')
-rwxr-xr-xfr.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/fr.py b/fr.py
index 30f8051..0e14098 100755
--- a/fr.py
+++ b/fr.py
@@ -86,8 +86,7 @@ def process_args(args):
)
if not args.fix_scale:
- args.scale = fr_utils.estimate_scale(args)
- args.scale_region = (args.scale/args.scale_region, args.scale*args.scale_region)
+ args.scale, args.scale_region = fr_utils.estimate_scale(args)
def parse_args(args=None):