Timeout-Check + MERGE-Prep
This commit is contained in:
@ -1,8 +1,10 @@
|
||||
|
||||
|
||||
|
||||
def getCookie (cookies):
|
||||
def getCookie(cookies):
|
||||
"""
|
||||
Liefert (letzten) Cookie der Cookies-Liste zurück.
|
||||
:param cookies:
|
||||
:return:
|
||||
"""
|
||||
cookie = 0
|
||||
for c in cookies:
|
||||
cookie = c.value
|
||||
return cookie
|
||||
return cookie
|
||||
|
||||
Reference in New Issue
Block a user