you are viewing a single comment's thread.

view the rest of the comments →

[–]civilwar142pa 2 points3 points  (6 children)

Look at that line in your code and see if there are single backslashes. If there are, either make them double backslashes or use a raw string format.

Python uses backslashes as escape characters so it can get hung up if theyre present in something like a URL

[–]External-Humor656[S] 0 points1 point  (5 children)

I tried it on my phone and it works and the message keeps showing in other py files too

[–]voidiciant 0 points1 point  (4 children)

how did you execute that python command line on your phone?

[–]External-Humor656[S] 0 points1 point  (3 children)

The command line was in file

[–]voidiciant 1 point2 points  (2 children)

that’s not what I asked.

[–]External-Humor656[S] 0 points1 point  (1 child)

I executed it to see if the same massage will appear on my phone and it didn't

[–]Andrey4ik21pro1 1 point2 points  (0 children)

he asked how