Skip to content

Commit e92af53

Browse files
Merge pull request geekcomputers#94 from Henocks/patch-9
Update daily_checks.py
2 parents 94a862e + 09669c4 commit e92af53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

daily_checks.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#
1313
# Description : This simple script loads everything I need to carry out the daily checks for our systems.
1414

15-
import platform # Load Modules
15+
import platform # Load Modules
1616
import os
1717
import subprocess
1818
import sys
@@ -61,5 +61,5 @@ def main():
6161
rdp_sessions() # Call the rdp_sessions function
6262
euroclear_docs() # Call the euroclear_docs function
6363

64-
if __name__ == '__main__':
64+
if __name__ == "__main__":
6565
main()

0 commit comments

Comments
 (0)