handle spaces
This commit is contained in:
@@ -6,6 +6,7 @@ from change_track import change_track, get_all_tracks, get_configs, get_preview_
|
||||
|
||||
class Handler(BaseHTTPRequestHandler):
|
||||
def do_GET(self):
|
||||
self.path = self.path.replace("%20", " ") # handle spaces in URLs
|
||||
if (self.handle_GET_path()):
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user