Mercurial > code > home > repos > light9
diff bin/musictime @ 623:46d319974176
move networking settings to config.n3
Ignore-this: 42a6390f9354a171c4d43e1c65a551ca
author | drewp@bigasterisk.com |
---|---|
date | Wed, 15 Jun 2011 05:30:19 +0000 |
parents | 8d6f6d8a4719 |
children | 3322285457ac |
line wrap: on
line diff
--- a/bin/musictime Wed Jun 15 05:30:00 2011 +0000 +++ b/bin/musictime Wed Jun 15 05:30:19 2011 +0000 @@ -42,7 +42,7 @@ if __name__ == "__main__": from optparse import OptionParser parser = OptionParser() - parser.add_option("-u", "--url", default=light9.networking.musicUrl()) + parser.add_option("-u", "--url", default=light9.networking.musicPlayer.url) options, args = parser.parse_args() root = tk.Tk()