syntax error

This commit is contained in:
Tristan Smith 2024-05-31 10:38:10 -04:00
parent ff0f95a1c4
commit eff8febb88

View file

@ -43,13 +43,15 @@ IP Reporter is a Python-based tool for network administrators to monitor and cap
2. **Run the Script**: 2. **Run the Script**:
```python3 reporter.py ```sh
python3 reporter.py
``` ```
or or
```python3 gui.py ```sh
python3 gui.py
``` ```