From 3f67ed311120aedbf7a5552392c32001a3e1af59 Mon Sep 17 00:00:00 2001 From: Scoder12 <34356756+Scoder12@users.noreply.github.com> Date: Tue, 28 Jul 2020 12:54:20 -0700 Subject: [PATCH] Fix bug in loginwall example --- examples/maqpy/login_wall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/maqpy/login_wall.py b/examples/maqpy/login_wall.py index 9e311ab..7bb6a4c 100644 --- a/examples/maqpy/login_wall.py +++ b/examples/maqpy/login_wall.py @@ -5,7 +5,7 @@ app = maqpy.App(__name__) def login_page() -> str: - return "Hello, please sign in to access this page!\n" + maqpy.signin() + return "Hello, please sign in to access this page!\n" + maqpy.sign_in_snippet # this is an example of the arguments, but the exclude kwarg already defaults to this