More rework
This commit is contained in:
@@ -278,8 +278,8 @@ def Output():
|
||||
csvWriter.writeheader()
|
||||
|
||||
c.execute('''SELECT DISTINCT IP FROM SettingsValues ORDER BY IP''')
|
||||
for Row in c:
|
||||
IP = Row
|
||||
for Device in c:
|
||||
IP = Device
|
||||
print((('''SELECT SettingsID, Value
|
||||
FROM SettingsValues WHERE IP = \'%s\'''' % IP)))
|
||||
row = c.execute('''SELECT SettingsID, Value
|
||||
|
||||
Reference in New Issue
Block a user