justinemter / pseudo-channel

This is a python based cli-app using the python-plex-api to control a plex-client and act like a real TV channel with show scheduling, commercial breaks, movie nights, etc. "Home-Brewed TV Channel(s) for Hackers"
GNU General Public License v3.0
128 stars 18 forks source link

SyntaxError: Missing parentheses in call to 'print'. #76

Open Bboy486 opened 3 years ago

Bboy486 commented 3 years ago

C:\Users\User\Downloads# PLEX\pseudo-channel-master>python PseudoChannel.py File "PseudoChannel.py", line 172 print "user_lib_name", section.title ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("user_lib_name", section.title)?