Changeset 53b71d3 for skype


Ignore:
Timestamp:
2007-08-22T17:39:17Z (17 years ago)
Author:
VMiklos <vmiklos@…>
Branches:
master
Children:
b8351a2
Parents:
bbba374
Message:

bind to 0.0.0.0, not to localhost

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skype/skyped.py

    rbbba374 r53b71d3  
    177177        signal.signal(signal.SIGINT, sig_handler)
    178178        mainloop = gobject.MainLoop()
    179         server('localhost', options.port)
     179        server('0.0.0.0', options.port)
    180180        while True:
    181181                skype = SkypeApi()
Note: See TracChangeset for help on using the changeset viewer.