Skip to content

Commit

Permalink
Merge pull request #65 from MiguelNdeCarvalho/add-welcome-message
Browse files Browse the repository at this point in the history
Add welcome message
  • Loading branch information
MiguelNdeCarvalho authored Apr 20, 2021
2 parents bae4969 + 8eaacb9 commit 051b409
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,5 @@ def mainPage():

if __name__ == '__main__':
PORT = os.getenv('SPEEDTEST_PORT', 9798)
print("Starting Speedtest-Exporter on http://localhost:" + str(PORT))
serve(app, host='0.0.0.0', port=PORT)

0 comments on commit 051b409

Please sign in to comment.