1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-01 09:59:28 +00:00

[safari] Fix typo (closes #13252)

This commit is contained in:
Sergey M․ 2017-06-02 01:03:51 +07:00
parent 39d4c1be4d
commit f129c3f349
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D

View file

@ -67,7 +67,7 @@ class SafariBaseIE(InfoExtractor):
'Login failed; make sure your credentials are correct and try again.',
expected=True)
SafariBaseIE.LOGGED_IN = True
self.LOGGED_IN = True
self.to_screen('Login successful')