Skip to content

Commit

Permalink
fix: _usurp version bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kopardev committed Jan 26, 2024
1 parent c845bc9 commit 02ccdf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spacesavers2_usurp
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ def main():
global args
args = parser.parse_args()

if args.version:
version_print()
# if args.version:
# version_print()

print_with_timestamp(
start=start, scriptname=scriptname, string="version: {}".format(__version__)
Expand Down

0 comments on commit 02ccdf2

Please sign in to comment.