From 40acd138f5fb2955b00d81f6b8fbb01786992dfd Mon Sep 17 00:00:00 2001 From: rany Date: Tue, 8 Jun 2021 20:33:46 +0300 Subject: [PATCH] Use subprocess instead of bash --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 05f8b72..ed99c0f 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ !setup.py !pyproject.toml !src/edgeTTS/__init__.py +!src/edgePlayback/__init__.py