Changeset 675 for n4d-client-plugins/trunk/fuentes/client-install-files/usr/share/n4d/python-plugins
- Timestamp:
- Feb 18, 2016, 4:40:43 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
n4d-client-plugins/trunk/fuentes/client-install-files/usr/share/n4d/python-plugins/SignOfLife.py
r674 r675 22 22 self.discover=obj.DiscoverUsers() 23 23 t=threading.Thread(target=self.send_sign) 24 t.setDaemon(True)25 t.start()24 #t.setDaemon(True) 25 #t.start() 26 26 27 27 #def init
Note: See TracChangeset
for help on using the changeset viewer.