From 9c6cc47fbe7b6812bcebca3d5ddb5c54f25164cd Mon Sep 17 00:00:00 2001 From: Alex Zai Date: Wed, 2 Dec 2015 14:45:09 -0800 Subject: [PATCH] (feat) lint --- src/drive_refresh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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