Improve a MultiRelay.py exception

This commit is contained in:
brightio 2023-11-25 19:32:20 +01:00 committed by GitHub
commit b489ff43a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -188,7 +188,6 @@ def UploadContent(File):
try: try:
RunFinger(Host[0]) RunFinger(Host[0])
except: except:
raise
print("The host %s seems to be down or port 445 down."%(Host[0])) print("The host %s seems to be down or port 445 down."%(Host[0]))
sys.exit(1) sys.exit(1)