Skip to content

Commit

Permalink
Change version in server.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ceds92 committed Jun 26, 2024
1 parent 2b13839 commit f1481ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scanbot/server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
# pip install pyinstaller
# Comment out the below ARGS section
# Run the following command from /scanbot/server:
# pyinstaller --onefile --icon=..\App\public\favicon.ico --add-data "..\App\build;static" --name scanbot_v4.4.2 server.py
# pyinstaller --onefile --icon=..\App\public\favicon.ico --add-data "..\App\build;static" --name scanbot_v4.4.3 server.py

################# ARGS ##################
import argparse
parser = argparse.ArgumentParser()
parser.add_argument('--version', action='version', version='scanbot 4.4.2', help='show the version number and exit')
parser.add_argument('--version', action='version', version='scanbot 4.4.3', help='show the version number and exit')
parser.add_argument('-c', '--terminal', action='store_true', help='run scanbot in terminal')
parser.add_argument('-z', '--zulip', action='store_true', help='run scanbot in terminal')
args = parser.parse_args()
Expand Down

0 comments on commit f1481ad

Please sign in to comment.