Changeset ea1d796 for skype/skyped.py
- Timestamp:
- 2010-03-07T23:37:06Z (15 years ago)
- Branches:
- master
- Children:
- 9bc60f0
- Parents:
- 5d9db76
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
skype/skyped.py
r5d9db76 rea1d796 147 147 if options.log: 148 148 sock = open(options.log, "a") 149 sock.write("%s: %s\n" % now, msg)149 sock.write("%s: %s\n" % (now, msg)) 150 150 sock.close() 151 151
Note: See TracChangeset
for help on using the changeset viewer.