Changeset 3bf9f71
- Timestamp:
- 2013-02-16T13:27:45Z (12 years ago)
- Branches:
- master
- Children:
- 78e103e
- Parents:
- 33ed455
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/skype/skyped.py
r33ed455 r3bf9f71 486 486 if not options.port: 487 487 options.port = port 488 dprint("Parsing config file '%s' done, username is '%s'." % ( options.config, options.config.username))488 dprint("Parsing config file '%s' done, username is '%s'." % (cfgpath, options.config.username)) 489 489 if not options.nofork: 490 490 pid = os.fork()
Note: See TracChangeset
for help on using the changeset viewer.