Remove issue reporting
This commit is contained in:
parent
58fcab4fd7
commit
a8ac660280
1 changed files with 0 additions and 1 deletions
1
app.py
1
app.py
|
@ -84,7 +84,6 @@ def overseerr_api():
|
|||
for provider in providers.values():
|
||||
msg += f"\t{provider}\n"
|
||||
print(msg)
|
||||
print(overseerr.create_issue(msg, show_id))
|
||||
else:
|
||||
print(f"Request for \"{data['subject']}\" approved.")
|
||||
overseerr.update_request_status(int(media_request["request_id"]), "approve")
|
||||
|
|
Loading…
Reference in a new issue