Exemplo n.º 1
0
	def __running__(self):
		'''Start up client thread, '''

		# Provide information to user about its location and the client
		PynaDisplay.splash(self.manager.version)
		PynaDisplay.log('Node running on {0}:{1}\n'.format(self.location,self.port))

		# Await initialization before starting client thread
		time.sleep(1)
		sender_thread = threading.Thread(target=self.ui.__running__)
		sender_thread.start()
Exemplo n.º 2
0
 def typed(self, *_):
     PynaDisplay.splash(self.manager.version)
 def typed_about(self,ignore):
     PynaDisplay.splash(self.manager.version)