get-kurs
This commit is contained in:
8
requesthelpers.py
Normal file
8
requesthelpers.py
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
|
||||
|
||||
def getCookie (cookies):
|
||||
cookie = 0
|
||||
for c in cookies:
|
||||
cookie = c.value
|
||||
return cookie
|
||||
Reference in New Issue
Block a user