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()