Fix printing

This commit is contained in:
Alexis Delhaie
2020-10-05 18:53:53 +02:00
parent a11ac091d5
commit fa3b0fefbf
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ import thread
import basic_producer_consumer
console = Console(highlight=False)
VERSION = "1.3"
VERSION = "1.3.1"
thread.console = console
def main():