Skip to content

Commit

Permalink
Show URL in scripts/dev_server.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tekezo committed Jun 18, 2024
1 parent 352f78a commit 01c9b18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/dev_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,7 @@ def translate_path(self, path):
return path


print('http://localhost:8000')

httpd = HTTPServer(('localhost', 8000), RequestHandler)
httpd.serve_forever()

0 comments on commit 01c9b18

Please sign in to comment.