Updating last check time when forcefully updating iocs

This commit is contained in:
Nex 2022-06-28 13:12:09 +02:00
parent aedef123c9
commit b8e5346660
1 changed files with 2 additions and 0 deletions

View File

@ -107,6 +107,8 @@ class IndicatorsUpdates:
return ioc_path
def update(self) -> None:
self.set_latest_check()
if not os.path.exists(MVT_INDICATORS_FOLDER):
os.makedirs(MVT_INDICATORS_FOLDER)