We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41ed8da commit f5b40cbCopy full SHA for f5b40cb
1 file changed
AFILinkerBot.py
@@ -112,7 +112,7 @@
112
if "form" in formattedComment:
113
if "afform" in formattedComment or "aftoform" in formattedComment:
114
formattedComment = formattedComment.replace('form', '')
115
- else
+ else:
116
formattedComment = formattedComment.replace('form', 'af')
117
formattedComment = formattedComment.replace('vol', 'v')
118
print("Formatted Comment: " + formattedComment)
@@ -222,4 +222,4 @@
222
print("Exiting due to keyboard interrupt")
223
logging.info(time.strftime("%Y/%m/%d %H:%M:%S ") +
224
"Exiting due to keyboard interrupt")
225
- exit()
+ exit()
0 commit comments