1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 21:26:44 +02:00
Files
cheat.sh/bin
Anatoli Babenia fbe5414e9c Write log as binary file in Python 3
Fixes

      File "bin/srv.py", line 101, in log_query
        my_file.write(log_entry.encode('utf-8')+"\n")
    TypeError: can't concat str to bytes
2020-07-29 14:55:08 +03:00
..
2020-06-21 18:27:40 +02:00
2020-07-29 14:55:08 +03:00