fiex 4 and 10, sorting csv's now and making sure the origin of duplication is always local instance if compared

This commit is contained in:
doctor_dev 2025-06-10 22:07:56 +00:00
parent 50f6a637cd
commit d78ed2bc86
No known key found for this signature in database
GPG key ID: F12F7F71CB84AEAA
5 changed files with 43 additions and 15 deletions

View file

@ -9,6 +9,7 @@ OFFICIAL_PARTICIPANTS_FILE = STATIC_PATH + '.official_participants'
WEBRING_CSV_FILE = 'webring-participants.csv'
LOCAL_DIR = '' # Assign on script startup
LOCAL_INSTANCE = '' # Assign on script startup
PROXIES = {
'http': 'socks5h://127.0.0.1:9050',