Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Agentnumber47 committed Jun 18, 2021
2 parents 8b12905 + 3ea1aac commit 49af619
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ Don't forget to disable it before launch, or you're gonna have a bad time.
API Documentation (Plain English Edition)
=========================================

If you wish to see the 'hello world' example in action, run the maker as a program.

This documentation is more technically a quick tutorial to tell you about proper use, what it's capable of, and where to look if you want to do something specific. It's fairly intuitive and lenient, so feel free to try to stretch its limits and forgiveness. We will be breaking down the "Hello World" example.

1. Thinking in Menus
Expand Down
2 changes: 1 addition & 1 deletion maker.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def deploy(self, auto_clear=False, debug=False, manual_format=False, x_field=Fal
if not debug or debug.lower() == "crash":
journal = False
elif debug.lower() == "log" or debug.lower() == "mixed":
logging.basicConfig(filename='./menuerator.log',level=logging.INFO)
logging.basicConfig(filename='./menu-maker.log',level=logging.INFO)
time = time_thing()
logging.info(f'{time}: Initializing...\n')
journal = True
Expand Down

0 comments on commit 49af619

Please sign in to comment.