Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
riku-02 committed May 19, 2022
1 parent ddc4540 commit de8506e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
app.add_app("Create", create.app)
app.add_app("Upload your Custom Design", custom.app)

app1.add_app("Hee", home.app)
app1.add_app1("Hehe", home.app)

# The main app
app.run()
Expand Down
2 changes: 1 addition & 1 deletion multiapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def bar():
def __init__(self):
self.apps = []

def add_app(self, title, func):
def add_app1(self, title, func):
"""Adds a new application.
Parameters
----------
Expand Down

0 comments on commit de8506e

Please sign in to comment.