Output cleanup
This commit is contained in:
parent
03cd833078
commit
33981f1b35
1 changed files with 2 additions and 2 deletions
|
|
@ -70,7 +70,7 @@ class Uplink(Daemon):
|
||||||
'\")'
|
'\")'
|
||||||
|
|
||||||
# TODO: Replace all lines like this with generic Python logging
|
# TODO: Replace all lines like this with generic Python logging
|
||||||
print(str(sql))
|
# print(str(sql))
|
||||||
with con.cursor() as cur:
|
with con.cursor() as cur:
|
||||||
cur.execute(sql)
|
cur.execute(sql)
|
||||||
con.commit()
|
con.commit()
|
||||||
|
|
@ -99,7 +99,7 @@ class Uplink(Daemon):
|
||||||
socket.gethostname() + '\")'
|
socket.gethostname() + '\")'
|
||||||
|
|
||||||
# TODO: Replace all lines like this with generic Python logging
|
# TODO: Replace all lines like this with generic Python logging
|
||||||
print(str(sql))
|
# print(str(sql))
|
||||||
with con.cursor() as cur:
|
with con.cursor() as cur:
|
||||||
cur.execute(sql)
|
cur.execute(sql)
|
||||||
con.commit()
|
con.commit()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue