diff options
Diffstat (limited to 'src/get_args.py')
| -rw-r--r-- | src/get_args.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/get_args.py b/src/get_args.py index e38ee90..6be2ab9 100644 --- a/src/get_args.py +++ b/src/get_args.py @@ -1,6 +1,6 @@ import user_interface import os -def get_args(args): +def get_args(args) -> tuple: dmenu = False nolock = False |
