Skip to content

Commit

Permalink
Fixed missing colon from the merge on line 115
Browse files Browse the repository at this point in the history
  • Loading branch information
HadManySons authored Jun 8, 2017
1 parent 41ed8da commit f5b40cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AFILinkerBot.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
if "form" in formattedComment:
if "afform" in formattedComment or "aftoform" in formattedComment:
formattedComment = formattedComment.replace('form', '')
else
else:
formattedComment = formattedComment.replace('form', 'af')
formattedComment = formattedComment.replace('vol', 'v')
print("Formatted Comment: " + formattedComment)
Expand Down Expand Up @@ -222,4 +222,4 @@
print("Exiting due to keyboard interrupt")
logging.info(time.strftime("%Y/%m/%d %H:%M:%S ") +
"Exiting due to keyboard interrupt")
exit()
exit()

0 comments on commit f5b40cb

Please sign in to comment.