changed readme

This commit is contained in:
Jonathan Dunn
2024-02-21 08:39:31 -05:00
parent 31ab369e2f
commit 138c779f5e
2 changed files with 10 additions and 3 deletions

View File

@@ -223,6 +223,7 @@ class Update:
self.pattern_directory = os.path.join(
self.config_directory, "patterns")
os.makedirs(self.pattern_directory, exist_ok=True)
print("Updating patterns...")
self.update_patterns() # Start the update process immediately
def update_patterns(self):