import sys if __name__ == "__main__": if len(sys.argv) != 2: print("Usage: python ProcesaCache.py ") sys.exit(1) init_cache(sys.argv[1])