mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
Change IP address in API example.
This commit is contained in:
parent
1fd68fb12a
commit
c782df0533
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ def import_from_file(input_file, token, mealie_url):
|
|||
input_file="list"
|
||||
mail="changeme@email.com"
|
||||
password="MyPassword"
|
||||
mealie_url="http://192.168.0.44:5002"
|
||||
mealie_url="http://localhost:9000"
|
||||
|
||||
|
||||
token = authentification(mail, password, mealie_url)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue