Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

September update #106

Merged
merged 12 commits into from
Nov 17, 2021
3 changes: 1 addition & 2 deletions socid_extractor/utils.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import logging
import math
import re
import requests
from datetime import datetime, timezone
from datetime import datetime
from http.cookies import SimpleCookie

def import_cookiejar(filename):