Default version

master
Bob Mottram 2019-08-29 15:30:09 +01:00
parent 6bc1f2f7ab
commit e12208b1a9
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ def createSession(domain: str, port: int, onionRoute: bool):
return session return session
def getJson(session,url: str,headers: {},params: {}, \ def getJson(session,url: str,headers: {},params: {}, \
version='0.0.1',httpPrefix='https',domain='testdomain') -> {}: version='1.0.0',httpPrefix='https',domain='testdomain') -> {}:
sessionParams={} sessionParams={}
sessionHeaders={} sessionHeaders={}
if headers: if headers: