Add bad workaround for now
This commit is contained in:
parent
6d0d929c44
commit
6a9299dea1
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ REGEX_SDIO_NETWORK_DRIVERS = re.compile(
|
||||||
)
|
)
|
||||||
REGEX_TORRENT_INDICES = re.compile(r'^(?P<index>\d+)\|(?P<path>.*)')
|
REGEX_TORRENT_INDICES = re.compile(r'^(?P<index>\d+)\|(?P<path>.*)')
|
||||||
SEVEN_ZIP = get_tool_path('7-Zip', '7za')
|
SEVEN_ZIP = get_tool_path('7-Zip', '7za')
|
||||||
SEVEN_ZIP_FULL = get_tool_path('7-Zip', '7z') # TODO: Replace with unrar from Pypi?
|
SEVEN_ZIP_FULL = get_tool_path('7-Zip', '7z', check=False) # TODO: Replace with unrar from Pypi?
|
||||||
WIDTH = 50
|
WIDTH = 50
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue