Traceback (most recent call last):
File "adb-root.py", line 72, in <module>
pull()
File "adb-root.py", line 60, in pull
result = subprocess.run(['adb', 'shell', "su -c", "dd if="+args.source], stdout=file)
AttributeError: 'module' object has no attribute 'run'