mirror of
https://github.com/barronwaffles/dwc_network_server_emulator.git
synced 2026-08-23 19:15:09 -05:00
remove extra decoding.
This commit is contained in:
@@ -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