mirror of
https://git.juggalol.com/agatha/gitmon.git
synced 2024-11-22 15:36:43 +00:00
Add loguru for logging
This commit is contained in:
parent
47e2bda181
commit
203bfc7596
1
main.py
1
main.py
@ -1,4 +1,5 @@
|
|||||||
"""GitMon"""
|
"""GitMon"""
|
||||||
|
from loguru import logger
|
||||||
from gitmon.api import GitHubApi
|
from gitmon.api import GitHubApi
|
||||||
|
|
||||||
|
|
||||||
|
@ -1 +1,2 @@
|
|||||||
requests
|
requests
|
||||||
|
loguru
|
Loading…
Reference in New Issue
Block a user