diff --git a/src/drive_refresh.py b/src/drive_refresh.py index 8d013b2..e6165fd 100644 --- a/src/drive_refresh.py +++ b/src/drive_refresh.py @@ -17,7 +17,7 @@ def main(): try: # test if internet is working - urllib2.urlopen('http://google.com',timeout=1) + urllib2.urlopen('http://google.com', timeout=1) results = Drive.get_links() wf.cache_data('drive_api_results', results) wf.cache_data('drive_error', None) #No error if able to make requests