Office365-REST-Python-Client icon indicating copy to clipboard operation
Office365-REST-Python-Client copied to clipboard

site.py", line 46 site_url = f"{root_site_url}sites/{alias}" error with python 2.7

Open maryam-hesham96 opened this issue 3 years ago • 0 comments

the f for format string isn't compatible with python 2.7 so it throws an error

maryam-hesham96 avatar Jun 27 '22 10:06 maryam-hesham96