Skip to content

Commit

Permalink
(feat) lint
Browse files Browse the repository at this point in the history
  • Loading branch information
azai91 committed Dec 2, 2015
1 parent d52208c commit 9c6cc47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drive_refresh.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c6cc47

Please sign in to comment.