Skip to content

Commit

Permalink
chore: 删除调试用代码
Browse files Browse the repository at this point in the history
  • Loading branch information
helloplhm-qwq committed Jan 6, 2024
1 parent 1dd9056 commit 49c6780
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ async def handle(request):

try:
query = dict(request.query)
print(query)
if (method in dir(modules) and query == {}):
return handleResult(await getattr(modules, method)(source, songId, quality))
elif ((method + '_with_query') in dir(modules) and query != {}):
Expand Down
1 change: 0 additions & 1 deletion modules/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ async def other(method, source, songid, _):
}

async def other_with_query(method, source, t, _, query):
print(method)
try:
func = require('modules.' + source + '.' + method)
except:
Expand Down

0 comments on commit 49c6780

Please # to comment.