Compare commits

..

No commits in common. "master" and "dev" have entirely different histories.
master ... dev

2 changed files with 3 additions and 3 deletions

View File

@ -12,5 +12,5 @@ Tested equipment:
To run, enter the current directory and run: To run, enter the current directory and run:
`python3 sandbox.py` `python3 sandbox.py`
If you have any problems, email me or fix it yourself and send in your commits to the `dev` branch and make a PR. Commits on master will not be accepted unless through supreme authority (aka me). If you have any problems, email me or fix it yourself and send in your commits.
If you would like to add tested equipment, email me as well and we can discuss things! If you would like to add tested equipment, email me too and state your situation.

View File

@ -26,7 +26,7 @@ def welcomeScreen():
print(" - ---------------------- - ") print(" - ---------------------- - ")
print() print()
print("Welcome to the Mikrotik router config page!") print("Welcome to the Mikrotik router config page!")
print("Wyatt J. Miller 2017-2022, MIT") print("Wyatt J. Miller 2017, MIT")
print() print()
continuePrompt() continuePrompt()
mainMenu() mainMenu()