Merge pull request #129 from minimexat/fix/windows-unicode-encoding

fix: replace Unicode separator character for Windows compatibility
This commit is contained in:
Ben Sigman
2026-04-07 13:51:58 -07:00
committed by GitHub
+1 -1
View File
@@ -286,7 +286,7 @@ def mine_convos(
print(f" Palace: {palace_path}")
if dry_run:
print(" DRY RUN — nothing will be filed")
print(f"{'' * 55}\n")
print(f"{'-' * 55}\n")
collection = get_collection(palace_path) if not dry_run else None