mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-27 19:16:29 +00:00
hex is str
This commit is contained in:
parent
0e25fad1c0
commit
443a43cc5b
@ -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()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user