diff options
author | daniel-Jones <daniel@danieljon.es> | 2018-06-05 21:21:31 +0930 |
---|---|---|
committer | daniel-Jones <daniel@danieljon.es> | 2018-06-05 21:21:31 +0930 |
commit | 7ed420fdadcc9bcabb8c24f4319c3714bd066b7c (patch) | |
tree | 4352bb59f3cd0b0ac5bd6163b489604153efcc71 /malimporter | |
parent | 59bf9ef950d5d1f04c3af18554b6ef7a2492ade8 (diff) | |
download | animedb-7ed420fdadcc9bcabb8c24f4319c3714bd066b7c.tar.gz animedb-7ed420fdadcc9bcabb8c24f4319c3714bd066b7c.zip |
minor code edits
Diffstat (limited to 'malimporter')
-rwxr-xr-x | malimporter/malimporter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/malimporter/malimporter.py b/malimporter/malimporter.py index f23a68e..978c42d 100755 --- a/malimporter/malimporter.py +++ b/malimporter/malimporter.py @@ -193,7 +193,7 @@ if __name__ == "__main__": # commit and close db dbcommitclose(db); - print("MAL name: {}\n"\ + print("MAL name: {}\n" \ "MAL id: {}\n" \ "total anime {}\n" \ "total watching {}\n" \ |