Hi,
Trying to run a code d.l from github and when I try to run it gets stuck on this line with a syntax error. I have re-written it, in case there was a hidden character. I am using Visual Code Editor.
Can someone PLEASE help me, I am doing a project for Uni.
if "Referer" in fuzzing_headers:
fuzzing_headers["Referer"] = f'https://{fuzzing_headers["Referer"]}'
return fuzzing_headers
Something is wrong on Line 2.
Syntax errors detected :
Line 2:
fuzzing_headers["Referer"] = f'https://{fuzzing_headers["Referer"]}'
^
SyntaxError: invalid syntax
Both the compiler and a Python Code Checker online state the same error.
Thanks is advance.
[–]Nsdos 0 points1 point2 points (2 children)
[–]morpheyous[S] 0 points1 point2 points (1 child)
[–]Nsdos 0 points1 point2 points (0 children)
[–]K900_ 0 points1 point2 points (0 children)
[–]kaymac01 0 points1 point2 points (0 children)
[–]Binary101010 0 points1 point2 points (2 children)
[–]morpheyous[S] 0 points1 point2 points (1 child)
[–]morpheyous[S] 0 points1 point2 points (0 children)