aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xaprio.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/aprio.py b/aprio.py
index 2d30a52..097cb73 100755
--- a/aprio.py
+++ b/aprio.py
@@ -329,7 +329,7 @@ if __name__ == "__main__":
PARSER.add_argument('--time-scale',
'-s',
- default=time_scale_convert(CONFIG['TIME_SCALE']),
+ default=CONFIG['TIME_SCALE'],
type=str,
help="Time scale for nice value.\nFormat: {n}{smdwMy}\nEx: 1d == 1 day"
)