We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 564b29b commit 9eaae37Copy full SHA for 9eaae37
drive/driveapp/main.py
@@ -16,9 +16,9 @@
16
17
# Checking Python version to avoid input errors
18
if sys.version_info<(3,5,0):
19
- sys.stderr.write("You need python 3.x or later to run this script\n")
+ sys.stderr.write("You need Python 3.x or later to run this script\n")
20
exit(1)
21
-
+
22
# OAuth 2.0 scope that will be authorized.
23
# Check https://developers.google.com/drive/scopes for all available scopes.
24
OAUTH2_SCOPE = 'https://www.googleapis.com/auth/drive'
0 commit comments