Merge pull request #298 from testroyer/patch-1

Update diskwin.py
This commit is contained in:
CorpNewt 2024-09-15 14:10:29 -05:00 committed by GitHub
commit 721a910834
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
import subprocess, plistlib, sys, os, time, json, csv
sys.path.append(os.path.abspath(os.path.dirname(os.path.realpath(__file__))))
import run
from Scripts import run
class Disk: