diff options
Diffstat (limited to 'parsers/QMs.py')
-rw-r--r-- | parsers/QMs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parsers/QMs.py b/parsers/QMs.py index 96b91fa..7858c0c 100644 --- a/parsers/QMs.py +++ b/parsers/QMs.py @@ -52,7 +52,7 @@ def parseCaveQMs(cave,pathToCSV): newQM.completion_description=line[5] newQM.comment=line[6] newQM.save() - print "QM "+str(newQM) + " added to database" + print "QM "+str(newQM) + ' added to database\r', except KeyError: continue # except IndexError: |