Skip to content

Commit 2c9c213

Browse files
committedSep 5, 2023
async lib changed to threading instead of concurrents.future
1 parent d3439e2 commit 2c9c213

File tree

2 files changed

+93
-174
lines changed

2 files changed

+93
-174
lines changed
 

‎colorize.py

+1
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ def bg_{color}(self):
190190

191191

192192
if __name__ == "__main__":
193+
193194
i = 0
194195
for color in Colorize.COLORS:
195196
for bg_color in Colorize.BACKGROUNDS:

0 commit comments

Comments
 (0)
Please sign in to comment.