Closed SJ50 closed 4 years ago
I trying to run this in ubuntu. at line 43 Missing parentheses at line 59 File "saavn-dl", line 59, in con.execute('CREATE TABLE IF NOT EXISTS saavn_' + playlist_name + '''( NameError: name 'con' is not defined
I do not know python otherwise I have added PR.
@SJ50 are you running this on python3?
yes I used python3
I trying to run this in ubuntu. at line 43 Missing parentheses at line 59 File "saavn-dl", line 59, in
con.execute('CREATE TABLE IF NOT EXISTS saavn_' + playlist_name + '''(
NameError: name 'con' is not defined
I do not know python otherwise I have added PR.