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