We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 957fc72 + 21e91ef commit e521915Copy full SHA for e521915
isso/db/preferences.py
@@ -7,7 +7,7 @@
7
class Preferences:
8
9
defaults = [
10
- ("session-key", binascii.b2a_hex(os.urandom(24))),
+ ("session-key", binascii.b2a_hex(os.urandom(24)).decode('utf-8')),
11
]
12
13
def __init__(self, db):
0 commit comments