Skip to content

Commit

Permalink
🎿删除多余打印信息
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnserf-Seed committed Apr 20, 2023
1 parent 21a042b commit 600cbf7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Util/Lives.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ def get_Live(live_url:str):
# 获取headers
headers = Util.Cookies(cmd.setting()).dyheaders
response = Util.requests.request("GET", live_api, headers=headers)
print(headers)
if response.text == '':
input('[ 🎦 ]:获取直播信息失败,请从web端获取新ttwid填入配置文件\r')
exit()
Expand Down

0 comments on commit 600cbf7

Please sign in to comment.