mirror of
https://github.com/blacktwin/JBOPS.git
synced 2025-12-15 12:45:36 +00:00
Encode back to UTF-8
This commit is contained in:
parent
1e8e96398b
commit
2bd92acca7
@ -243,7 +243,7 @@ def terminate_long_pause(session_id, message, limit, interval, notify=None):
|
|||||||
|
|
||||||
|
|
||||||
def arg_decoding(arg):
|
def arg_decoding(arg):
|
||||||
return arg.decode(TAUTULLI_ENCODING)
|
return arg.decode(TAUTULLI_ENCODING).encode('UTF-8')
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user