Ver Fonte

add leave loop message

ming há 3 anos atrás
pai
commit
1aab6a6da0
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      api/main.py

+ 1 - 0
api/main.py

@@ -203,6 +203,7 @@ def gen_avatar(name_hash, imgurl):
         db.query(statement)
         name_hash = works[0]['name_hash']
         imgurl = works[0]['imgurl']
+        print(imgurl)
         c = rpyc.connect("localhost", 8868)
         c._config['sync_request_timeout'] = None
         remote_svc = c.root