From 5e10cefc62317b47b0e7f58babdaa390e9a26f3e Mon Sep 17 00:00:00 2001 From: madrigal Date: Wed, 17 Sep 2025 23:26:39 -0400 Subject: [PATCH] Changed log folder name --- communication.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/communication.py b/communication.py index e811fd8..7ae145b 100644 --- a/communication.py +++ b/communication.py @@ -310,7 +310,7 @@ def collect_sierra_data(filename): def main(): global running address = '10.46.0.1' - foldername = "data/boat_relay_sept_17" + foldername = "data/boat_relay_sept_18" os.makedirs(foldername, exist_ok=True) filename = foldername + "/test_" + str(int(time.time())) + ".json"