Omkar008 commited on
Commit
0a9b1c9
1 Parent(s): 5aa2087

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +0 -6
main.py CHANGED
@@ -1,13 +1,7 @@
1
  from fastapi import FastAPI , Request, APIRouter, Depends, HTTPException
2
- import logging
3
  from starlette.middleware.cors import CORSMiddleware
4
-
5
  from routers import auth , gmail , websockets_new
6
 
7
- # configuring logger
8
- logging.basicConfig(level=logging.DEBUG)
9
- logger = logging.getLogger(__name__)
10
-
11
 
12
  app = FastAPI()
13
 
 
1
  from fastapi import FastAPI , Request, APIRouter, Depends, HTTPException
 
2
  from starlette.middleware.cors import CORSMiddleware
 
3
  from routers import auth , gmail , websockets_new
4
 
 
 
 
 
5
 
6
  app = FastAPI()
7