diff --git a/vcard-http.py b/vcard-http.py index 2c2e776..0196330 100644 --- a/vcard-http.py +++ b/vcard-http.py @@ -56,4 +56,6 @@ def index(contactName): def cache(): updateCache() with open(contactsFile, "r") as f: - return f.read() \ No newline at end of file + return f.read() + +updateCache() \ No newline at end of file