mirror of
https://github.com/FAUSheppy/skillbird
synced 2025-12-06 23:01:36 +01:00
[git fast commit] 02. Feb 2019 - 23:56:49
This commit is contained in:
@@ -21,6 +21,6 @@ def t_listen(conn):
|
|||||||
if not ret:
|
if not ret:
|
||||||
ret = "Rating Backend Error"
|
ret = "Rating Backend Error"
|
||||||
if type(ret) == str:
|
if type(ret) == str:
|
||||||
ret.encode("utf-8")
|
ret = ret.encode("utf-8")
|
||||||
conn.send(ret)
|
conn.send(ret)
|
||||||
conn.close()
|
conn.close()
|
||||||
|
|||||||
Reference in New Issue
Block a user