# | Line 20 | Line 20 | class Server(object): | |
---|---|---|
20 | self.__hostname='localhost' | |
21 | self.__port=6789 | |
22 | self.__appconfigfile='application.conf' | |
23 | < | self.__detconfigfile='detector.conf' |
23 | > | self.__detconfigfile='detector31x.conf' |
24 | def start (self): | |
25 | """Start server | |
26 | """ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |