Bugfixes in install command
This commit is contained in:
		| @@ -1,5 +1,6 @@ | ||||
| import os | ||||
| import sys | ||||
| import time | ||||
| from collections import Callable | ||||
| from typing import Union, Optional | ||||
|  | ||||
| @@ -442,6 +443,8 @@ class Console: | ||||
|         for call in cls._hold_back_calls: | ||||
|             call.function(*call.args) | ||||
|  | ||||
|         time.sleep(0.1) | ||||
|  | ||||
|         return return_value | ||||
|  | ||||
|     @classmethod | ||||
|   | ||||
		Reference in New Issue
	
	Block a user