Another protection

This commit is contained in:
Cyber MacGeddon 2024-07-25 22:46:13 +01:00
parent 4bc215e19a
commit 69197861d9

View file

@ -87,6 +87,9 @@ class Processor(ConsumerProducer):
o = defn["definition"]
if s == "": continue
if o == "": continue
s_value = Value(value=str(s_uri), is_uri=True)
o_value = Value(value=str(o), is_uri=False)