Miscellaneous bug fixes

This commit is contained in:
Collin R
2021-04-25 00:56:09 -07:00
parent ee7e2cb446
commit 3521ac2523
5 changed files with 127 additions and 31 deletions

View File

@@ -301,10 +301,6 @@ def find_solver_and_comment(solved_comment):
### Print & Logging Functions ###
def print_separator_line():
print('#' * 80)
def print_welcome_message():
print_separator_line()
print('\n*** Welcome to PointsBot! ***\n')
@@ -321,3 +317,7 @@ def print_welcome_message():
"moment, this is what we've got to work with! :)\n")
print_separator_line()
def print_separator_line():
print('#' * 80)