Miscellaneous bug fixes
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user