You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to be able to essentially shorten the amount of information that is included when an email report kicks off (basically just a notification to say it was changed, not what was changed). I saw #11 that seems to address this, but I didn't see an explanation in the docs or --help on how to actually utilize it. I thought maybe if I just set the values of details and footer in lib/urlwatch/storage.py to false then that would do it, however that simply prevents any email report from kicking off at all. So how exactly do I use the feature mentioned above for #11 ? Thanks.
The text was updated successfully, but these errors were encountered:
Use urlwatch --edit-config to edit the configuration file and set details to false. You don't need to edit the storage.py file, as this is only used for the default configuration (which gets written if no config file exists).
I'd like to be able to essentially shorten the amount of information that is included when an email report kicks off (basically just a notification to say it was changed, not what was changed). I saw #11 that seems to address this, but I didn't see an explanation in the docs or --help on how to actually utilize it. I thought maybe if I just set the values of
details
andfooter
inlib/urlwatch/storage.py
tofalse
then that would do it, however that simply prevents any email report from kicking off at all. So how exactly do I use the feature mentioned above for #11 ? Thanks.The text was updated successfully, but these errors were encountered: