mirror of
https://github.com/nova-r/fediplug.git
synced 2025-02-02 14:17:06 +01:00
DRY up API_BASE_URL use
This commit is contained in:
parent
d8a8e675ef
commit
77dde766d3
1 changed files with 1 additions and 1 deletions
2
stream
2
stream
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue