Hi, I found the following solution here . You can simply import:
from fastprogress import fastprogress
fastprogress.printing = lambda: True
This worked for me just fine, I hope it helps.
Hi, I found the following solution here . You can simply import:
from fastprogress import fastprogress
fastprogress.printing = lambda: True
This worked for me just fine, I hope it helps.