[tuxdroid-svn] r1305 - software/tuxgi/trunk
Status: Beta
Brought to you by:
ks156
From: Paul_R <c2m...@c2...> - 2008-07-03 09:30:25
|
Author: Paul_R Date: 2008-07-03 10:25:45 +0200 (Thu, 03 Jul 2008) New Revision: 1305 Modified: software/tuxgi/trunk/tuxgi.py Log: * Changed the port according with the changes of the server. Modified: software/tuxgi/trunk/tuxgi.py =================================================================== --- software/tuxgi/trunk/tuxgi.py 2008-07-02 15:08:50 UTC (rev 1304) +++ software/tuxgi/trunk/tuxgi.py 2008-07-03 08:25:45 UTC (rev 1305) @@ -87,7 +87,7 @@ sys.stderr.write("Warning: couldn't find any suitable terminal" " to use as Tux Droid shell\n") # Create a tux api object -tux = TuxAPI("127.0.0.1", 81) +tux = TuxAPI("127.0.0.1", 270) # Set the auto connection tux.server.autoConnect(CLIENT_LEVEL_RESTRICTED, "Tuxgi", "Passwd") |