mirror of
https://github.com/hyugogirubato/KeyDive.git
synced 2026-07-15 18:40:02 +02:00
replace move to popen shell
This commit is contained in:
@@ -2,7 +2,7 @@ import logging
|
||||
import re
|
||||
import shutil
|
||||
|
||||
from subprocess import run
|
||||
from subprocess import Popen, PIPE
|
||||
from typing import Optional, List, Tuple
|
||||
from pathlib import Path
|
||||
|
||||
|
||||
Reference in New Issue
Block a user