fixed something

This commit is contained in:
jad2121
2024-02-24 16:39:48 -05:00
parent e8c8ea10dc
commit ea7460d190
2 changed files with 4 additions and 1 deletions

View File

@@ -63,7 +63,6 @@ class Standalone:
Raises:
FileNotFoundError: If the pattern file is not found.
"""
wisdomFilePath = os.path.join(
config_directory, f"patterns/{self.pattern}/system.md"
)