Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
yacmov committed May 30, 2024
1 parent dbb9e7b commit eea37a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,8 @@ def update_tesseract_path():
message = 'Could not find tesseract executable. Please enter the path manually.'
return render_template('settings.html', current_settings=current_settings, message=message)

if __name__ == "__main__":

if __name__ == "__main__":
host = "localhost"
port = 5000
if utils.update_port():
Expand Down

0 comments on commit eea37a6

Please sign in to comment.