Skip to content

Commit 9eaae37

Browse files
authored
Update main.py
1 parent 564b29b commit 9eaae37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drive/driveapp/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616

1717
# Checking Python version to avoid input errors
1818
if sys.version_info<(3,5,0):
19-
sys.stderr.write("You need python 3.x or later to run this script\n")
19+
sys.stderr.write("You need Python 3.x or later to run this script\n")
2020
exit(1)
21-
21+
2222
# OAuth 2.0 scope that will be authorized.
2323
# Check https://developers.google.com/drive/scopes for all available scopes.
2424
OAUTH2_SCOPE = 'https://www.googleapis.com/auth/drive'

0 commit comments

Comments
 (0)