From f5903aa104e41dc7a35e8a410b9894740e8a1638 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Wed, 16 Dec 2020 09:03:32 -0500 Subject: [PATCH] test --- fHDHR_web/api/test.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fHDHR_web/api/test.py b/fHDHR_web/api/test.py index a302a2f..c99b96c 100644 --- a/fHDHR_web/api/test.py +++ b/fHDHR_web/api/test.py @@ -16,5 +16,6 @@ class Test(): def get(self, *args): + print("here I am ") - return "%s Success" % method + return "Success"