DRY up API_BASE_URL use

This commit is contained in:
Matt Behrens 2017-12-29 08:31:46 -05:00 committed by GitHub
parent d8a8e675ef
commit 77dde766d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
stream
View file

@ -15,5 +15,5 @@ if not os.path.exists('usercred.secret'):
password = getpass('Password: ')
login(API_BASE_URL, email, password)
stream('https://cybre.space')
stream(API_BASE_URL)