|
@@ -463,3 +463,4 @@ class SerialNumberView(View):
|
|
return response.json(0, {'region': 3})
|
|
return response.json(0, {'region': 3})
|
|
elif CONFIG_INFO == CONFIG_US:
|
|
elif CONFIG_INFO == CONFIG_US:
|
|
return response.json(0, {'region': 1})
|
|
return response.json(0, {'region': 1})
|
|
|
|
+ return response.json(0)
|