From 0ee500a29cb0435e78c471fb6a18f2bddc55f412 Mon Sep 17 00:00:00 2001 From: Taguar258 <36562445+Taguar258@users.noreply.github.com> Date: Mon, 7 Sep 2020 23:02:40 +0200 Subject: [PATCH] Update main.py Fixed missing update of debugging variable. --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 7c2f37e..eb74429 100644 --- a/main.py +++ b/main.py @@ -2,7 +2,7 @@ import CLIF_Framework.framework as framework console = framework.console() -console.rsversion = "3" +console.rsversion = "3.1.5" framework.module("modules.main", console)