Skip to content

Commit e91f8e5

Browse files
committed
Forgot to disable Yaml
1 parent a49d45b commit e91f8e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

LoraLog.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import sqlite3
1818
# import ast
1919
# DEBUG
20-
import yaml
20+
# import yaml
2121
# import serial
2222
from aprslib import IS as aprsIS
2323

@@ -1173,7 +1173,7 @@ def updatesnodes():
11731173
with dbconnection:
11741174
cursor = dbconnection.cursor()
11751175
for nodes, info in meshtastic_client.nodes.items():
1176-
print(yaml.dump(info), end='\n')
1176+
# print(yaml.dump(info), end='\n')
11771177
nodeID = str(info['user']['id'])[1:]
11781178
if nodeID == '': nodeID = idToHex(info["num"])[1:]
11791179
result = cursor.execute("SELECT * FROM node_info WHERE node_id = ?", (info["num"],)).fetchone()

0 commit comments

Comments
 (0)