Skip to content

Commit

Permalink
Update Python 3.6m
Browse files Browse the repository at this point in the history
  • Loading branch information
rigon committed Jan 23, 2017
1 parent 9e9d353 commit 99e2bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube/youtubedl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

static QString script =
"import sys\n"
"sys.path.append('/usr/lib/python3.5/site-packages')\n"
"sys.path.append('/usr/lib/python3.6/site-packages')\n"
"from youtube_dl import YoutubeDL\n"
"\n"
"def get_stream(id):\n"
Expand Down

0 comments on commit 99e2bea

Please sign in to comment.