Skip to content

Commit

Permalink
deleted log
Browse files Browse the repository at this point in the history
  • Loading branch information
datta07 committed Jun 19, 2023
1 parent cfaefb6 commit 579cfa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sch/main_fun.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def TodaySchedule(channel=False,offset=0):
except Exception:
return "invalid categories search /searchChannel"
res=requests.get("https://shdbdcdnems04.cdnsrv.jio.com/jiotv.data.cdn.jio.com/apis/v1.3/getepg/get?offset="+str(offset)+"&channel_id="+str(channel)+"&langId=6",headers=headers)
print("output is",res.status_code,res.text)
#print("output is",res.status_code,res.text)
res=res.json()
data_json={}
for i in res['epg']:
Expand Down

0 comments on commit 579cfa5

Please sign in to comment.