Change IP address in API example.

This commit is contained in:
Nat Puch 2021-04-02 00:10:50 +02:00
commit c782df0533

View file

@ -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)