mirror of
https://github.com/barronwaffles/dwc_network_server_emulator.git
synced 2026-09-10 12:15:27 -05:00
@@ -95,7 +95,6 @@ class AdminPage(resource.Resource):
|
||||
ingamesn = str(nasdata['devname'])
|
||||
if ingamesn:
|
||||
ingamesn = gs_utils.base64_decode(ingamesn)
|
||||
ingamesn = base64.urlsafe_b64decode(ingamesn)
|
||||
if is_console:
|
||||
ingamesn = codecs.utf_16_be_decode(ingamesn)[0]
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user