Skip to content

Commit

Permalink
Update mw.py
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Jun 7, 2024
1 parent 7f69686 commit f1f0a0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions class/core/mw.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,9 @@ def isAppleSystem():
return True
return False

def isDocker():
return os.path.exists('/.dockerenv')


def isDebugMode():
if isAppleSystem():
Expand Down

0 comments on commit f1f0a0f

Please sign in to comment.