mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-27 11:06:32 +00:00
hex is str
This commit is contained in:
parent
0e25fad1c0
commit
443a43cc5b
@ -105,7 +105,7 @@ class JobManager(FileConfiguration, CoreSysAttributes):
|
|||||||
try:
|
try:
|
||||||
self.context.get()
|
self.context.get()
|
||||||
except LookupError:
|
except LookupError:
|
||||||
self.context.set(str(uuid4().hex))
|
self.context.set(uuid4().hex)
|
||||||
|
|
||||||
context = self.context.get()
|
context = self.context.get()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user