Browse Source

fix methods.py ->NameError: name 'sys' is not defined

Update methods.py

Co-authored-by: Aaron Franke <[email protected]>
jwt 2 years ago
parent
commit
0e7b8cd356
1 changed files with 1 additions and 0 deletions
  1. 1 0
      methods.py

+ 1 - 0
methods.py

@@ -1,4 +1,5 @@
 import os
+import sys
 import re
 import glob
 import subprocess