ENHANCED UI? ADDED THEMES

This commit is contained in:
Saifeddine ALOUI
2024-03-02 00:41:38 +01:00
parent 697b7ed92a
commit 1dbc4cb608
11 changed files with 227 additions and 42 deletions

View File

@ -32,6 +32,7 @@ def execute_bash(code, client:Client):
shell=True,
stdout=subprocess.PIPE,
stderr=subprocess.PIPE,
cwd=client.discussion.discussion_folder
)
# Get the output and error from the process.