chenjunkai hace 6 años
padre
commit
dd2b8a7ee5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Object/UidTokenObject.py

+ 1 - 1
Object/UidTokenObject.py

@@ -19,7 +19,7 @@ class UidTokenObject:
 
     def __init__(self, token=None):
         if token == 'local':
-            token = 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1aWQiOiJGVFNMTDhITTQzN1ozOFdVMTExQSIsImNoYW5uZWwiOiI0In0.HO-PzoRwhQ4CFNkjthqOitf48c-XOvHjtNGCeUmBe9g'
+            token = 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1aWQiOiJGVFNMTDhITTQzN1ozOFdVMTExQSIsImNoYW5uZWwiOiIyIn0.uyRvPUB7Bp9X0dAOAsGWOpYuQTKFGbOBOMPz_pIzPMw'
         self.token = token
         self.UID = ''
         self.channel = ''