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
return [["error", f"File given as parameter 'database' ({database_path!s}) does not exist."]]
73
+
return [["warning", f"File given as parameter 'database' ({database_path!s}) does not exist. You may need to trigger first downloading manually. See: https://docs.intelmq.org/latest/user/bots/#asn-lookup."]]
73
74
elifnotdatabase_path.is_file():
74
75
return [["error", f"Parameter 'database' ({database_path!s}) exists, but is not a file."]]
return [["warning", f"Database ({database_path!s}) is older than one week. Check the auto update, see: https://docs.intelmq.org/latest/user/bots/#asn-lookup."]]
0 commit comments