|
%(
if running:
print( '')
print( ' ' % (running[0][0], running[0][1], self.httpport, tim),)
print( 'Join your own game now at %s:%s ' % running[0])
##if metapublish:
## import time
## print '' % time.time()
## if self.globaloptions.metapublish == 'y':
## self.has_been_published = 1
## metaquery = metaquery or []
## metaquery.insert(0, 'desc='+fndesc)
## s = 'a=' + metapublish
## if s not in metaquery:
## metaquery.insert(0, s)
## print 'Register again',
## else:
## print 'Register (after all)',
## print 'your server to the SourceForge meta-server '
## print '' % time.time()
## print 'Unregister your server',
## print '(it is unregistered automatically after some time',
## print 'when other people cannot find it, or',
## print 'if you stop it with the link Stop this program at the top of the page) '
)s
|