Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteSnipers committed Jan 25, 2025
1 parent 4a58ed2 commit 3a77301
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mpt/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
logfile_path = 'android_pentest.log'
logsize = 1048576 * 10 # 10M
logrotate = 5
# logger_severity = logging.DEBUG
logger_severity = logging.INFO
logger_severity = logging.DEBUG
# logger_severity = logging.INFO

formatter = logging.Formatter('%(asctime)s - %(levelname)s - %(message)s')

Expand Down
2 changes: 1 addition & 1 deletion mpt/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import mpt.config
from mpt.config import Config

__version__ = '0.7.51'
__version__ = '0.7.52'
HOME_FOLDER = expanduser("~")
DEFAULT_MOBILE_FOLDER = os.path.join(HOME_FOLDER, "tools/MOBILE/")
MPT_BIN = os.path.join(DEFAULT_MOBILE_FOLDER, 'bin')
Expand Down

0 comments on commit 3a77301

Please sign in to comment.