main
Cizz22 5 months ago
parent a7e986b547
commit 0ddc47a0e1

@ -86,9 +86,6 @@ async def get_or_save_node(*, db_session: DbSession, node_data: dict, type: str
if not node:
print("Creating new node")
save = save_to_pastebin(str(node_data))
print(save)
if type == "calc":
print("Creating calc node")
node = AerosNode(

Loading…
Cancel
Save