Skip to content

Commit f5b40cb

Browse files
authored
Fixed missing colon from the merge on line 115
1 parent 41ed8da commit f5b40cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

AFILinkerBot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
if "form" in formattedComment:
113113
if "afform" in formattedComment or "aftoform" in formattedComment:
114114
formattedComment = formattedComment.replace('form', '')
115-
else
115+
else:
116116
formattedComment = formattedComment.replace('form', 'af')
117117
formattedComment = formattedComment.replace('vol', 'v')
118118
print("Formatted Comment: " + formattedComment)
@@ -222,4 +222,4 @@
222222
print("Exiting due to keyboard interrupt")
223223
logging.info(time.strftime("%Y/%m/%d %H:%M:%S ") +
224224
"Exiting due to keyboard interrupt")
225-
exit()
225+
exit()

0 commit comments

Comments
 (0)