diff options
| author | 2025-12-11 19:45:30 +0000 | |
|---|---|---|
| committer | 2025-12-11 19:51:28 +0000 | |
| commit | 9f5d340d1ef627e6d9350cf31b89e62868f30b02 (patch) | |
| tree | 86c7a7d2c75ffade2a428524188187caf8547d77 /user-config.py | |
| parent | try to deflakify it (broken commit) (diff) | |
| signature | ||
try to make scripts work in nix
the wrapper is annoying me
Diffstat (limited to 'user-config.py')
| -rw-r--r-- | user-config.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/user-config.py b/user-config.py index fd59df8..768ef0b 100644 --- a/user-config.py +++ b/user-config.py @@ -1,8 +1,6 @@ -import os, sys -sys.path.insert(0, os.getcwd()+"/pywb/python-import-path") +import os console_encoding = 'utf-8' user_families_paths = [ 'pywb/families' ] -user_script_paths = [ 'pywikibot-core/scripts' ] password_file = "user-password.cfg" mylang = 'en' family = 'ArchiveTeam' |
