From 328bb5b31540426ffc5e5d47758748ca5fc72b46 Mon Sep 17 00:00:00 2001 From: madrigal Date: Wed, 10 Sep 2025 10:52:03 -0400 Subject: [PATCH] Changed data file names --- communication.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/communication.py b/communication.py index f55f786..9a5c97b 100644 --- a/communication.py +++ b/communication.py @@ -293,7 +293,7 @@ def main(): global running foldername = 'data/boat_relay_sept_11' os.makedirs(foldername, exist_ok=True) - filename = foldername + "/collection_" + str(int(time.time())) + ".json" + filename = foldername + "/test_" + str(int(time.time())) + ".json" print("Setting configs...") set_configs()