This commit is contained in:
2023-11-24 11:33:07 +01:00
parent b225c2bc71
commit d8d1a77f18
9 changed files with 165 additions and 56 deletions

8
requesthelpers.py Normal file
View File

@ -0,0 +1,8 @@
def getCookie (cookies):
cookie = 0
for c in cookies:
cookie = c.value
return cookie