We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7af8db commit 73a837dCopy full SHA for 73a837d
.gitignore
@@ -0,0 +1 @@
1
+*/
main.py
@@ -41,7 +41,7 @@ def login(self):
41
r = requests.post("https://plex.tv/users/sign_in.json",
42
headers=self.headers, data=payload)
43
44
- if r.status_code != 200:
+ if r.status_code != 201:
45
print(r.json()["error"])
46
quit(1)
47
0 commit comments