Skip to content

Commit 2e06ddd

Browse files
committed
fixing func definition issue
1 parent 5d25686 commit 2e06ddd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ def main():
1616

1717

1818
@app.route('/pymeetups/')
19+
def pymeetups():
1920
return render_template('pymeetups.html')
2021

2122

0 commit comments

Comments
 (0)