Skip to content

Commit

Permalink
Resolved Security Issues (#3)
Browse files Browse the repository at this point in the history
* Resolved Security Issues

* fix travis'
  • Loading branch information
ParthS007 authored Jan 4, 2019
1 parent 3443c72 commit 1668c01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
1 change: 1 addition & 0 deletions run.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1668c01

Please sign in to comment.