Skip to content

Commit

Permalink
Change all autentification data
Browse files Browse the repository at this point in the history
To try drop some unofficial or autdated use
  • Loading branch information
Taapat committed Mar 27, 2020
1 parent 1a39e85 commit 6550219
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion YouTube.key
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
API_KEY=AIzaSyAdQSszDK7HiOB35y11sXziipcQUVMOtsQ
YOUTUBE_API_CLIENT_ID=411447027255-vbgs05u1o3m8mpjs2vcd04afrg60drba.apps.googleusercontent.com
YOUTUBE_API_CLIENT_SECRET=fYE-8T3qf4DrLPLv3NTgvjna
YOUTUBE_API_CLIENT_SECRET=zMFz_cFY0bZaOF8HX8oavPWv
2 changes: 1 addition & 1 deletion src/YouTubeUi.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@

API_KEY = 'AIzaSyAdQSszDK7HiOB35y11sXziipcQUVMOtsQ'
YOUTUBE_API_CLIENT_ID = '411447027255-vbgs05u1o3m8mpjs2vcd04afrg60drba.apps.googleusercontent.com'
YOUTUBE_API_CLIENT_SECRET = 'fYE-8T3qf4DrLPLv3NTgvjna'
YOUTUBE_API_CLIENT_SECRET = 'zMFz_cFY0bZaOF8HX8oavPWv'

# Read API keys from key file
if os.path.exists('/etc/enigma2/YouTube.key'):
Expand Down

0 comments on commit 6550219

Please sign in to comment.