Moved from multiprocessing to multiprocessing.dummy (processes => threads)
This commit is contained in:
parent
09c1235889
commit
cbe9fe37cc
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ def termify_pixels(img):
|
|||
|
||||
def main():
|
||||
import os, sys, argparse, os.path, json
|
||||
from multiprocessing import Pool
|
||||
from multiprocessing.dummy import Pool
|
||||
from PIL import Image, PngImagePlugin
|
||||
|
||||
parser = argparse.ArgumentParser(description='Render pixel images on 256-color ANSI terminals')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue