Compare commits

...

2 Commits
dev ... master

Author SHA1 Message Date
607894d6c3 updated copyright
Signed-off-by: Wyatt J. Miller <wyatt@wyattjmiller.com>
2022-06-12 18:51:50 -05:00
Wyatt Miller
12701f0ebb update readme, made a new branch
Made a new branch, put up a readme warning stating that you have to push your commits to the dev branch
2017-10-18 00:06:11 -04:00
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:
`python3 sandbox.py`
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 too and state your situation.
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 would like to add tested equipment, email me as well and we can discuss things!

View File

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