Skip to content

Commit d3a1c1a

Browse files
committed
updated for smoothness and reduced waste of time if error occurs during initialization
1 parent beb1533 commit d3a1c1a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ You will need to configure the following variables in the `user_configurator` fi
7777

7878
1. Run the main script to start the automatic hydroponic system when your in the entire project folder:
7979
```bash
80-
python3 run_this.py
80+
python3 main.py
8181
```
8282

8383
2. Follow the prompts to reset and prime the pumps and input the target PPM and water level for your system.
File renamed without changes.

run_this.py renamed to main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Define paths to the scripts
55
app_script = os.path.join('website', 'app.py')
6-
main_script = os.path.join('hydroponics_main', 'main.py')
6+
main_script = os.path.join('hydroponics_main', 'setup_monitor.py')
77

88
# Start both scripts
99
app_process = subprocess.Popen(['python', app_script])

0 commit comments

Comments
 (0)