From 2a98f484280667bcad04769304b2c55b4ecb7135 Mon Sep 17 00:00:00 2001 From: Antonio de la Rosa Date: Sat, 27 Jan 2018 00:22:01 +0100 Subject: [PATCH] Fixes in installation --- paramecio/modules/admin/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paramecio/modules/admin/index.py b/paramecio/modules/admin/index.py index 2353728..72d8b94 100644 --- a/paramecio/modules/admin/index.py +++ b/paramecio/modules/admin/index.py @@ -346,7 +346,7 @@ def login(): @app.post('/'+config.admin_folder+'/register') def register(): - print('pepe') + getpostfiles=GetPostFiles() connection=WebModel.connection()