Skip to content

Commit

Permalink
Change default api key
Browse files Browse the repository at this point in the history
  • Loading branch information
ids1024 committed May 14, 2015
1 parent ce06ed8 commit 032cca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mps_youtube/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ class Config(object):
False if mswin and not has_colorama else True,
check_fn=check_colours)
DOWNLOAD_COMMAND = ConfigItem("download_command", '')
API_KEY = ConfigItem("api_key", "AIzaSyA_4aCrX4LH41DlW5Wmh9XkciX-vjhtEMM", check_fn=check_api_key)
API_KEY = ConfigItem("api_key", "AIzaSyCIM4EzNqi1in22f4Z3Ru3iYvLaY8tc3bo", check_fn=check_api_key)


class Playlist(object):
Expand Down

0 comments on commit 032cca9

Please sign in to comment.