mirror of
https://github.com/bellingcat/instagram-location-search.git
synced 2026-06-08 02:28:29 +03:00
Removed missed print
This commit is contained in:
@@ -133,7 +133,6 @@ def get_insta_cookies():
|
||||
while not any([cookie.get("name") == "sessionid" for cookie in cookies]):
|
||||
sleep(1)
|
||||
cookies = driver.get_cookies()
|
||||
print("; ".join([f"{cookie['name']}={cookie['value'] }"for cookie in cookies]))
|
||||
return "; ".join([f"{cookie['name']}={cookie['value'] }"for cookie in cookies])
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user