Skip to content
This repository has been archived by the owner on Dec 21, 2020. It is now read-only.

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
Fixed missing update of debugging variable.
  • Loading branch information
Taguar258 authored Sep 7, 2020
1 parent 2452201 commit 0ee500a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 0ee500a

Please sign in to comment.