Skip to content

Commit

Permalink
Add missing encoding setting
Browse files Browse the repository at this point in the history
  • Loading branch information
saif-ellafi committed Mar 17, 2024
1 parent 0bdb449 commit ae7fd34
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/playbtw_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

import argparse
import os
import sys

sys.stdout.reconfigure(encoding="utf-8")

parser = argparse.ArgumentParser(description='Play by the Writing - Oracle for Espanso')
parser.add_argument('action', type=str)
Expand Down

0 comments on commit ae7fd34

Please sign in to comment.