Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedAliRashad committed Sep 7, 2022
1 parent 3b6c3ca commit fcb4be4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flask_ngrok2.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def _run_ngrok(port, auth_token):
os.chmod(executable, stat.S_IEXEC) # Make file executable for the current user.
else:
executable = "ngrok"

if auth_token:
os.system(f"{executable} authtoken {auth_token}")

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="flask-ngrok2",
version="0.2.2",
version="0.2.4",
author="Mohamed Rashad",
description="A successor to flask-ngrok for demo Flask apps using ngrok.",
long_description=long_description,
Expand Down

0 comments on commit fcb4be4

Please sign in to comment.