From 18bec31b686146bec2966056e0ebe06a8d88591d Mon Sep 17 00:00:00 2001 From: Lars Beckers <lars.beckers@rwth-aachen.de> Date: Tue, 31 May 2022 20:07:12 +0200 Subject: [PATCH] uwsgi-python: use py3-compatible timer version --- uwsgi-python/vars/timer.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uwsgi-python/vars/timer.yml b/uwsgi-python/vars/timer.yml index 237418b..d2a0c08 100644 --- a/uwsgi-python/vars/timer.yml +++ b/uwsgi-python/vars/timer.yml @@ -5,7 +5,7 @@ app_user: timer app_group: timer app_home: /var/www/timer app_path: /var/www/timer -app_python_version: 2 +app_python_version: 3 app_venv: /var/www/timer/venv/ app_program: timer.py app_callable: app @@ -22,7 +22,7 @@ app_db_type: '' app_additional_software: [] app_deploy_key: '' -app_git_url: 'https://github.com/orithena/timer-impress.git' +app_git_url: 'https://github.com/YSelfTool/timer-impress.git' app_git_version: HEAD app_requirements_file: requirements.txt -- GitLab