diff --git a/snscrape/modules/twitter.py b/snscrape/modules/twitter.py index 655fc66..48baf9d 100644 --- a/snscrape/modules/twitter.py +++ b/snscrape/modules/twitter.py @@ -287,6 +287,7 @@ class _CLIGuestTokenManager(GuestTokenManager): def reset(self): super().reset() with self._lock: + _logger.info(f'Deleting guest token file {self._file}') try: os.remove(self._file) except FileNotFoundError: