hex is str

This commit is contained in:
Ludeeus 2021-04-13 12:48:38 +00:00
parent 0e25fad1c0
commit 443a43cc5b

View File

@ -105,7 +105,7 @@ class JobManager(FileConfiguration, CoreSysAttributes):
try:
self.context.get()
except LookupError:
self.context.set(str(uuid4().hex))
self.context.set(uuid4().hex)
context = self.context.get()