In a command line script I would like to let the user be informed about it. It's also useful for debugging purposes. Eg. `print(f"Calling: {api.product_update.url}")` would return: `Calling: https://fr.openfoodfacts.org/cgi/product_jqm2.pl`
In a command line script I would like to let the user be informed about it. It's also useful for debugging purposes.
Eg.
print(f"Calling: {api.product_update.url}")would return:
Calling: https://fr.openfoodfacts.org/cgi/product_jqm2.pl