AutoFramework/Temp/main.py

5 lines
118 B
Python

from Base.Class.Http import *
print(Session().http(method='GET', url='https://www.fanscloud.net/iplookup')['text'])