diff --git a/requirements.txt b/requirements.txt index 01e0d16..16be7f9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ cachetools==2.1.0 certifi==2018.4.16 cffi==1.11.5 chardet==3.0.4 -cryptography==2.2.2 +cryptography>=2.3 google-api-python-client==1.7.3 google-auth==1.5.0 google-auth-httplib2==0.0.3 @@ -24,11 +24,11 @@ pyasn1-modules==0.2.1 pycparser==2.18 pylint==1.9.2 pyOpenSSL==18.0.0 -requests==2.18.4 +requests>=2.20.0 rsa==3.4.2 selenium==3.12.0 six==1.11.0 uritemplate==3.0.0 -urllib3==1.22 +urllib3>=1.23 webencodings==0.5.1 wrapt==1.10.11 diff --git a/run.py b/run.py index 5320db7..adee5e6 100644 --- a/run.py +++ b/run.py @@ -56,6 +56,7 @@ def main_search(sheet, query): function.put_items(sheet, items, product_num_difference) print("Done for sheet {name}".format(name=sheet.title)) + sleep_time = 0 while True: for i in range(sleep_time): # chunks of 10 minutes