backend: slope support, gui:add json

This commit is contained in:
David Brazda
2023-04-17 15:26:30 +02:00
parent c7d67fdf65
commit f4fbda7daf
20 changed files with 196 additions and 26 deletions

View File

@ -147,7 +147,7 @@ class LiveInterface(GeneralInterface):
return a
except APIError as e:
#order doesnt exist
if e.code == 40410000: return 0,0
if e.code == 40410000: return 0
else:
print("nepovedlo se zrusit objednavku", str(e))
#raise Exception(e)