sleepytaco hace 2 años
padre
commit
3beb542ada
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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']
         )