-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python error message while running python main.py #32
Comments
Hello Sir, I solved it by substitute all ` by ' |
sir, this error not resolved yetSame Error Getting`table = fr"CREATE TABLE IF NOT EXISTS `{ ^ SyntaxError: unterminated string literal (detected at line 355)` |
u need to add triple quotes the error will be resolved """ |
add triple quotes where?? |
Please explain it friends where we have to put triple quotes File "D:\Software making\Advanced-WhatsApp-Sender-main\main.py", line 355 Process finished with exit code 1 |
Hello Sir,
Running python main.py iI got this error
E:\whatsapp_rd\Advanced-WhatsApp-Sender>python main.py
File "E:\whatsapp_rd\Advanced-WhatsApp-Sender\main.py", line 355
table = fr"CREATE TABLE IF NOT EXISTS `{
^
SyntaxError: unterminated string literal (detected at line 355)
windows 11, python310 as yours new install
thanks for your efforts
El Mostafa
'
The text was updated successfully, but these errors were encountered: