syntax error
This commit is contained in:
parent
ff0f95a1c4
commit
eff8febb88
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue