Skip to content

Commit a9f54d0

Browse files
committed
Merge pull request googleapis#300 from daniloakamine/fix-error-message
Fix port in error message
2 parents df5bacc + fa6625a commit a9f54d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth2client/tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def run_flow(flow, storage, flags, http=None):
180180
if not success:
181181
print('Failed to start a local webserver listening '
182182
'on either port 8080')
183-
print('or port 9090. Please check your firewall settings and locally')
183+
print('or port 8090. Please check your firewall settings and locally')
184184
print('running programs that may be blocking or using those ports.')
185185
print()
186186
print('Falling back to --noauth_local_webserver and continuing with')

0 commit comments

Comments
 (0)