Skip to content

Commit 0835a32

Browse files
author
Cyteon
committed
remove this silly comment i have no idea why is there
1 parent cc80863 commit 0835a32

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main.py

-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ def default(self, obj):
5151
return None # Skip binary data
5252
return json.JSONEncoder.default(self, obj)
5353

54-
# Define a simple FastAPI route
5554
@app.get("/")
5655
async def read_root():
5756
return {"message": "User: " + bot.user.name + " is online! "}

0 commit comments

Comments
 (0)