Hi guys,
Almost every picture gets not liked because it is 'inappropriate'.
I use tags like 'fitness' . How do I turn 'inappropriateness' off?
@Niels1990
Check your config file "session.set_dont_like(['pizza', 'girl'])" ...
@Niels1990 , as @bjo3rns said, if you define a new set_dont_like
it will overwrite the default
self.dont_like = ['sex', 'nsfw']
it can be anything, for example:
session.set_dont_like(['foo-bar'])
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
If this problem still occurs, please open a new issue