From 90596be880c6356dbb42aa5a785893393dd31d7a Mon Sep 17 00:00:00 2001 From: taizan-hokouto <55448286+taizan-hokuto@users.noreply.github.com> Date: Mon, 26 Oct 2020 22:49:31 +0900 Subject: [PATCH] Fix comment --- pytchat/cli/progressbar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytchat/cli/progressbar.py b/pytchat/cli/progressbar.py index fe37591..ae6174d 100644 --- a/pytchat/cli/progressbar.py +++ b/pytchat/cli/progressbar.py @@ -1,5 +1,5 @@ ''' -This code for this progress bar is based on +This code is based on vladignatyev/progress.py https://gist.github.com/vladignatyev/06860ec2040cb497f0f3 (MIT License)