Describe the bug
Fixed in #55
A clear and concise description of what the bug is and what program(s) has the bug.
$ flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
./PyPrograms/raspberry-pi-detector/rpi-detector.py:11:33: F821 undefined name 'a'
ping = os.system("ping -c 1 " + a) # Ping the local address raspberrypi.local on the LAN network
^
1 F821 undefined name 'a'
1
To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: [e.g. iOS]
- User Permission Level: [e.g. Admin]
- Python Version [e.g. 3.1]
Additional context
Add any other context about the problem here.