Skip to content

Commit

Permalink
Output version of libspotify_embdedded on launch
Browse files Browse the repository at this point in the history
  • Loading branch information
Fornoth committed Jul 3, 2016
1 parent f48c60c commit 33b3905
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions connect.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ def __init__(self, error_cb = error_callback, web_arg_parser = None):
arg_parser.add_argument('--credentials', '-c', help='File to load and save credentials from/to', default='credentials.json')
self.args = arg_parser.parse_args()

print "Using libspotify_embedded version: {}".format(ffi.string(lib.SpGetLibraryVersion()))

try:
with open(self.args.key) as f:
app_key = ffi.new('uint8_t *')
Expand Down

0 comments on commit 33b3905

Please sign in to comment.