Pun updateCache on startup.

This commit is contained in:
minecraftchest1@outlook.com 2025-04-29 16:15:57 -05:00
parent 5255291932
commit b512a0639d

View file

@ -57,3 +57,5 @@ def cache():
updateCache() updateCache()
with open(contactsFile, "r") as f: with open(contactsFile, "r") as f:
return f.read() return f.read()
updateCache()