mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-27 09:58:10 +01:00
Fixed import
This commit is contained in:
parent
db54079167
commit
e19ab47926
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class Argparse:
|
|||
usage(0)
|
||||
|
||||
if self.args[0] in ['--version', '-v']:
|
||||
print(f'{Configs.name}: {Version.version}')
|
||||
print(f'{Configs.prog_name}: {Version.version}')
|
||||
raise SystemExit()
|
||||
|
||||
if self.args[0] == 'clean-logs':
|
||||
|
|
Loading…
Reference in a new issue