You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This can be solved by using the string replace on thisline. I used thisline = thisline.replace("|","-") after the elif tools.verifyURL(nextline): statement about line 175 of the streamClasses.py file
There may be a better solution, but I'm a python newb and this was the solution I rooted out.
The text was updated successfully, but these errors were encountered:
Issue with pipe | character.
The pipe character will cause an error.
This can be solved by using the string replace on thisline. I used thisline = thisline.replace("|","-") after the elif tools.verifyURL(nextline): statement about line 175 of the streamClasses.py file
There may be a better solution, but I'm a python newb and this was the solution I rooted out.
The text was updated successfully, but these errors were encountered: