We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a49d45b commit e91f8e5Copy full SHA for e91f8e5
1 file changed
LoraLog.py
@@ -17,7 +17,7 @@
17
import sqlite3
18
# import ast
19
# DEBUG
20
-import yaml
+# import yaml
21
# import serial
22
from aprslib import IS as aprsIS
23
@@ -1173,7 +1173,7 @@ def updatesnodes():
1173
with dbconnection:
1174
cursor = dbconnection.cursor()
1175
for nodes, info in meshtastic_client.nodes.items():
1176
- print(yaml.dump(info), end='\n')
+ # print(yaml.dump(info), end='\n')
1177
nodeID = str(info['user']['id'])[1:]
1178
if nodeID == '': nodeID = idToHex(info["num"])[1:]
1179
result = cursor.execute("SELECT * FROM node_info WHERE node_id = ?", (info["num"],)).fetchone()
0 commit comments