Fix simulator - working ingestion with America/Martinique timezone

This commit is contained in:
Eric F
2026-06-08 23:14:23 -04:00
parent fa9381ba69
commit 314480976a
3 changed files with 52 additions and 85 deletions

6
scripts/start_simulator.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
# Cariflex Simulator Launcher
export FM_PASS="Digitribe972"
cd /home/eric/cariflex
nohup python3 -u scripts/cariflex_simulator.py > /tmp/simulator.log 2>&1 &
echo "Simulator started with PID $!"