From 6feb9611793ccb351e150480f27d1a7ccdea8e7e Mon Sep 17 00:00:00 2001 From: brockdarnold Date: Sun, 14 Jun 2026 16:08:25 +0000 Subject: [PATCH] publish config.ini.example --- config.ini.example | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config.ini.example b/config.ini.example index c8cff9b..832ffa2 100644 --- a/config.ini.example +++ b/config.ini.example @@ -63,3 +63,12 @@ region = ; l,t,w,h of the Survey Scanner Results window (a switch_secs = 45 ; ping when a rock is this close to empty poll_secs = 5 cooldown_secs = 60 + +[local] +; For eve_local_watcher.py — pings when the pilot count in your Local window rises +; (someone entered system). Great for isolated mining (Solitude). Point it at your +; Local member-list window once: python eve_local_watcher.py --snip +; Only runs during a mining session (`!mining on`). +region = +poll_secs = 8 +cooldown_secs = 30