Skip to content

Commit

Permalink
cleaned formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
notconfusing committed Aug 21, 2012
1 parent a062b64 commit 89056ba
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions viafbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
conflict4log = open("conflict4.log", 'w+')
conflict6log = open("conflict6.log", 'w+')
conflict8log = open("conflict8.log", 'w+')
conflict10log = open("conflict10.log", 'w+')
conflict11log = open("conflict11.log", 'w+')
conflict12log = open("conflict12.log", 'w+')
conflict13log = open("conflict13.log", 'w+')
Expand Down Expand Up @@ -440,9 +441,6 @@ def last100LogLinesAsString(logfile):
wikitext += loglist[i]
return wikitext

def writeLogTails():
"""Writing the last parts of the log that were batched but not writen"""



def writeEntireTemplate(validatedPage, viafnum):
Expand Down Expand Up @@ -574,8 +572,6 @@ def writeStats():
if (touched % 1000) == 0:
writeStats()
else: pass

writeLogTails()

#close files
wikilinksfile.close()
Expand Down

0 comments on commit 89056ba

Please sign in to comment.