diff options
| author | root <root@turin.home> | 2022-02-03 18:25:25 +0000 |
|---|---|---|
| committer | root <root@turin.home> | 2022-02-03 18:25:25 +0000 |
| commit | 0e23673e015a5261019a151f22b419f4c80b7e8d (patch) | |
| tree | be7c3ba0899d8fd453d60de753063aa0b3e7fc08 /main.py | |
| parent | 856ad3f0fbf0f312d238778b7ec26f6430f88d22 (diff) | |
Minor error
Diffstat (limited to 'main.py')
| -rw-r--r-- | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -81,7 +81,7 @@ def export(opt): data = cur.execute("select * from {}".format(opt)) o = "" for i in data: - o += str(a) + "\n" + o += str(i) + "\n" con.close() with open('static/export.txt', 'w') as file: file.write(o) |
