We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a723879 commit 90144f3Copy full SHA for 90144f3
Makefile
@@ -1,2 +1,5 @@
1
flake8:
2
- flake8 .
+ flake8 .
3
+
4
+e2e-tests:
5
+ pytest test $(args)
backups/googledrive.py
@@ -30,11 +30,11 @@ def upload_basic(self):
30
TODO(developer) - See https://developers.google.com/identity
31
for guides on implementing OAuth2 for the application.
32
"""
33
-
34
import socket
35
36
try:
37
- # prevent timeout on bigger batch
+ # prevent timeout on bigger batch
38
# https://github.com/googleapis/google-api-python-client/issues/632
39
socket.setdefaulttimeout(600)
40
# create drive api client
0 commit comments