Compare commits
No commits in common. "b29d82fedca1c5410c9b829f963de1c3af8e5feb" and "aa0d60f8831eb4445ce8c225099be87121f391d8" have entirely different histories.
b29d82fedc
...
aa0d60f883
3 changed files with 1 additions and 6 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,4 +0,0 @@
|
||||||
__pycache__
|
|
||||||
data
|
|
||||||
logs
|
|
||||||
test.json
|
|
|
@ -1 +0,0 @@
|
||||||
colorama==0.4.6
|
|
|
@ -37,4 +37,4 @@ class Logger:
|
||||||
self.log('warning', message)
|
self.log('warning', message)
|
||||||
|
|
||||||
def error(self, message):
|
def error(self, message):
|
||||||
self.log('error', message)
|
self.log('error', message)
|
Loading…
Add table
Reference in a new issue