Using new pymumble pypi module

This commit is contained in:
Azlux
2020-04-21 18:47:24 +02:00
parent 5fbc8e463d
commit 1d6310afaf
5 changed files with 3 additions and 6 deletions

View File

@ -12,7 +12,7 @@ import subprocess as sp
import argparse
import os
import os.path
import pymumble.pymumble_py3 as pymumble
import pymumble_py3 as pymumble
import variables as var
import logging
import logging.handlers