Added option to disable cache

This commit is contained in:
Dylan
2022-07-23 16:29:39 +01:00
parent 2da2cd5200
commit d97f70b224
2 changed files with 4 additions and 1 deletions

View File

@ -71,4 +71,6 @@ def getVnfFromLinkCache(video_link):
return vnf
else:
print(" ➤ [ X ] Link not in json cache")
return None
return None
elif link_cache_system == "none":
return None