Revert "Version 2.3.4"

This reverts commit 3916fec8ed.
This commit is contained in:
Jeroen Oudshoorn
2023-09-08 20:26:21 +02:00
parent d39eb4b4f8
commit 261b85eedd
8 changed files with 18 additions and 26 deletions

View File

@ -10,7 +10,7 @@ loaded = {}
database = {}
locks = {}
THREAD_POOL_SIZE = 5
THREAD_POOL_SIZE = 10
executor = ThreadPoolExecutor(max_workers=THREAD_POOL_SIZE)

View File

@ -100,7 +100,7 @@ def edit(args, config):
Edit the config of the plugin
"""
plugin = args.name
editor = os.environ.get('EDITOR', 'vim') # because vim is the best
editor = os.environ.get('EDITOR', 'vim') # because vim is the best
if plugin not in config['main']['plugins']:
return 1