Changeset ea1d796


Ignore:
Timestamp:
2010-03-07T23:37:06Z (14 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
9bc60f0
Parents:
5d9db76
Message:

skyped: fix a typeerror

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skype/skyped.py

    r5d9db76 rea1d796  
    147147        if options.log:
    148148                sock = open(options.log, "a")
    149                 sock.write("%s: %s\n" % now, msg)
     149                sock.write("%s: %s\n" % (now, msg))
    150150                sock.close()
    151151
Note: See TracChangeset for help on using the changeset viewer.