Pun updateCache on startup.
This commit is contained in:
parent
5255291932
commit
b512a0639d
1 changed files with 3 additions and 1 deletions
|
@ -57,3 +57,5 @@ def cache():
|
|||
updateCache()
|
||||
with open(contactsFile, "r") as f:
|
||||
return f.read()
|
||||
|
||||
updateCache()
|
Loading…
Add table
Reference in a new issue