Skip to content

Commit

Permalink
revert: 9d985d5
Browse files Browse the repository at this point in the history
  • Loading branch information
helloplhm-qwq authored Apr 17, 2024
1 parent 9d985d5 commit d22b434
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/mg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
from common import config
from common import variable
from common.exceptions import FailedException
from . import refresh_login # 删了这个定时任务会寄掉

tools = {
'qualityMap': {
Expand Down Expand Up @@ -59,4 +60,4 @@ async def url(songmid, quality):
'quality': tools['qualityMapReverse'].get(data['formatId']) if (tools['qualityMapReverse'].get(data['formatId'])) else "unknown",
}
except:
raise FailedException('failed')
raise FailedException('failed')

0 comments on commit d22b434

Please sign in to comment.