1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-25 18:47:56 +00:00

c64: .wiz

This commit is contained in:
Steven Hugg
2023-11-02 08:17:15 -05:00
parent 483675fded
commit fc432a3bbf
5 changed files with 343 additions and 23 deletions
+1 -1
View File
@@ -13,4 +13,4 @@ class MyHTTPRequestHandler(http.server.SimpleHTTPRequestHandler):
if __name__ == '__main__':
http.server.test(HandlerClass=MyHTTPRequestHandler)
http.server.test(HandlerClass=MyHTTPRequestHandler, port=8000)