mirror of
https://github.com/bellingcat/snscrape.git
synced 2026-06-13 12:58:27 +03:00
Add log message for guest token file deletion
This commit is contained in:
@@ -287,6 +287,7 @@ class _CLIGuestTokenManager(GuestTokenManager):
|
|||||||
def reset(self):
|
def reset(self):
|
||||||
super().reset()
|
super().reset()
|
||||||
with self._lock:
|
with self._lock:
|
||||||
|
_logger.info(f'Deleting guest token file {self._file}')
|
||||||
try:
|
try:
|
||||||
os.remove(self._file)
|
os.remove(self._file)
|
||||||
except FileNotFoundError:
|
except FileNotFoundError:
|
||||||
|
|||||||
Reference in New Issue
Block a user