Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
randydev
/
chatbot
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
randydev
commited on
2 days ago
Commit
7a250ac
·
verified
·
1 Parent(s):
87453e3
_
Browse files
Files changed (1)
hide
show
logger.py
+0
-6
logger.py
DELETED
Viewed
@@ -1,6 +0,0 @@
1
-
import logging
2
-
3
-
logging.basicConfig(level=logging.INFO)
4
-
logging.getLogger("pyrogram").setLevel(logging.ERROR)
5
-
6
-
LOGS = logging.getLogger("[akeno]")