Rewrite devkit service in python.
Compare changes
- Jeremy Whiting authored
Also change writefile to write_file.
+ 4
− 4
@@ -56,7 +56,7 @@ HOOK_DIRS = []
@@ -56,7 +56,7 @@ HOOK_DIRS = []
@@ -140,7 +140,7 @@ def write_key(post_body: bytes) -> str:
@@ -140,7 +140,7 @@ def write_key(post_body: bytes) -> str:
@@ -246,8 +246,8 @@ class DevkitHandler(BaseHTTPRequestHandler):
@@ -246,8 +246,8 @@ class DevkitHandler(BaseHTTPRequestHandler):