Commit 4d7788a0 authored by Fabio Vitello's avatar Fabio Vitello
Browse files

#588 removed not needed empty lines

parent 7e6c31dc
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -8,8 +8,6 @@
#who                                   when           what
#fabio vitello (fabio.vitello@inaf.it)  28/06/2021     Creation



from Acspy.Clients.SimpleClient import PySimpleClient
import ACSLog
import maciErrType
@@ -26,7 +24,6 @@ import socket
import time
from collections import namedtuple


def send_command(ip, port, command):
	s=socket.socket(socket.AF_INET, socket.SOCK_STREAM)
	try:
@@ -134,7 +131,5 @@ def main(argv):
		else:
				userLogger.logNotice( "Answer: %s"%(answer))


if __name__=="__main__":
   main(sys.argv[1:])  
 No newline at end of file
	
 No newline at end of file