Skip to content

Commit fa6625a

Browse files
committed
Fix port in error message. Port 9090 is not default
1 parent df5bacc commit fa6625a

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)