BowoZZZ commited on
Commit
a6b8fc2
·
verified ·
1 Parent(s): 17cbb82

Upload main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -147,7 +147,7 @@ async def process_item_fully(name, detail_url, image):
147
  async def root():
148
  return {
149
  "message": "Search API for Simontokx.tv by Bowo",
150
- "github": "https://github.com/SaptaZ"
151
  "example_usage": "/search?query=minecraft&limit=5"
152
  }
153
 
 
147
  async def root():
148
  return {
149
  "message": "Search API for Simontokx.tv by Bowo",
150
+ "github": "https://github.com/SaptaZ",
151
  "example_usage": "/search?query=minecraft&limit=5"
152
  }
153