Open IvuriSaiteja opened 3 years ago
In this line I am facing syntax error request_header["Authorization"] = f"Bearer {token}"
which python version? please post the exact error message
Please make sure you're using python 3.6+ as F-strings are not supported in older versions
In this line I am facing syntax error request_header["Authorization"] = f"Bearer {token}"