Fast fix [2]

This commit is contained in:
L-Nafaryus 2021-04-15 18:59:28 +05:00
parent a8b80428a0
commit 1d8b81f916
No known key found for this signature in database
GPG Key ID: C76D8DCD2727DBB7

View File

@ -37,5 +37,5 @@ class Logger():
self.exceptions += 1
self.logger.exception(*args)
def fanctline(self):
def fancyline(self):
self.logger.info("-" * 80)