diff options
| author | 2025-12-08 19:42:10 +0100 | |
|---|---|---|
| committer | 2025-12-08 19:42:10 +0100 | |
| commit | 98c54537ca7302f82fdc81ebf247f7b066d4a0ad (patch) | |
| tree | cbbf5ab5db81ad109e77b592cfac7f1a4a236ee7 | |
| parent | pywikibot: add stuff (diff) | |
| signature | ||
user-config: set encoding to UTF-8
it's always good to use utf-8
| -rw-r--r-- | user-config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user-config.py b/user-config.py index 4070a7c..09c53ab 100644 --- a/user-config.py +++ b/user-config.py @@ -1,4 +1,5 @@ import os +console_encoding = 'utf-8' user_families_paths = [ 'pywb/families' ] password_file = "user-password.cfg" mylang = 'en' |
