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
Can someone please help me with this issue, it worked fine on my other laptop but on this one it said this: C:\Users\justi\MHDDoS\start.py:168: SyntaxWarning: invalid escape sequence '\d' IP = compile("(?:\d{1,3}\.){3}\d{1,3}") C:\Users\justi\MHDDoS\start.py:169: SyntaxWarning: invalid escape sequence '\d' protocolRex = compile('"protocol":(\d+)')
Tried to ask GPT for help but it just broke the script.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Can someone please help me with this issue, it worked fine on my other laptop but on this one it said this:
C:\Users\justi\MHDDoS\start.py:168: SyntaxWarning: invalid escape sequence '\d' IP = compile("(?:\d{1,3}\.){3}\d{1,3}") C:\Users\justi\MHDDoS\start.py:169: SyntaxWarning: invalid escape sequence '\d' protocolRex = compile('"protocol":(\d+)')
Tried to ask GPT for help but it just broke the script.
Beta Was this translation helpful? Give feedback.
All reactions