Skip to content

Commit

Permalink
add line for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Zalk0 authored Oct 25, 2023
1 parent 7fdd2ce commit e3e165c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ async def on_message(self, message: discord.Message):
async def start_server(self):
web_logger = logging.getLogger('web')
logging.getLogger('aiohttp.access').setLevel(logging.ERROR)

# This is the response
async def handler(request):
return web.Response(text=f"{self.user.name} is up")
Expand Down

0 comments on commit e3e165c

Please sign in to comment.