mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 13:53:15 -07:00
remove print. Fixes #477
This commit is contained in:
parent
9f947dc111
commit
85a256fa58
1 changed files with 0 additions and 1 deletions
|
@ -957,7 +957,6 @@ class WindowsProcess():
|
|||
def __init__(self):
|
||||
self.mutexname = "nzbtomedia_{D0E858DF-985E-4907-B7FB-8D732C3FC3B9}"
|
||||
if platform.system() == 'Windows':
|
||||
print "importing Mutex"
|
||||
from win32event import CreateMutex
|
||||
from win32api import CloseHandle, GetLastError
|
||||
from winerror import ERROR_ALREADY_EXISTS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue