From f888d0228fabc61ac026a17e82e82583f9a4390e Mon Sep 17 00:00:00 2001 From: daniel-Jones Date: Tue, 5 Jun 2018 12:52:33 +0930 Subject: change some spacing --- malimporter/malimporter.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/malimporter/malimporter.py b/malimporter/malimporter.py index 7b0c377..f23a68e 100755 --- a/malimporter/malimporter.py +++ b/malimporter/malimporter.py @@ -130,14 +130,14 @@ def dbinsertanimedata(db, animelist): anime.status, anime.notes]); db.executemany("INSERT INTO anime ('animeid', " \ - "'title', " \ - "'episodes', " \ - "'type', " \ - "'watched', " \ - "'score', " \ - "'status', " \ - "'notes') " \ - "VALUES(?, ?, ?, ?, ?, ?, ?, ?)", animedata); + "'title', " \ + "'episodes', " \ + "'type', " \ + "'watched', " \ + "'score', " \ + "'status', " \ + "'notes') " \ + "VALUES(?, ?, ?, ?, ?, ?, ?, ?)", animedata); if __name__ == "__main__": -- cgit v1.2.3