sleepytaco пре 2 година
родитељ
комит
3beb542ada
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      apps/main/models.py

+ 1 - 1
apps/main/models.py

@@ -28,7 +28,7 @@ class PlaylistManager(models.Manager):
             refresh_token=user.profile.refresh_token,
             token_uri="https://oauth2.googleapis.com/token",
             client_id=app.client_id,
-            client_secret=app.client_secret,
+            client_secret=app.secret,
             scopes=['https://www.googleapis.com/auth/youtube']
         )