Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ce3924f

Browse files
authored
Update systemGather.py
1 parent 239521e commit ce3924f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

systemGather.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
"""
44
Name: systemGather.py
5-
Author: Ty Lim
65
Date: July 14, 2016
76
Description: Simple example on how to use the subprocess module to gather some system info.
87
@@ -35,4 +34,4 @@ def main():
3534

3635

3736
if __name__ == '__main__':
38-
main()
37+
main()

0 commit comments

Comments
 (0)