Skip to content
This repository has been archived by the owner on Oct 19, 2020. It is now read-only.

Commit

Permalink
Fixed label command line argument.
Browse files Browse the repository at this point in the history
Thanks to Kevin Tavog for the report.
  • Loading branch information
davisp authored and drewcrawford committed Aug 20, 2010
1 parent 09d68ca commit 6adcb26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phone
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ def main():
url = arg[7:]
elif arg.startswith("---title="):
title = arg[9:]
elif arg.startswith("--label="):
label = label[9:]
elif arg.startswith("---label="):
label = arg[9:]
else:
msg.append(arg)
msg = [" ".join(msg)]
Expand Down

0 comments on commit 6adcb26

Please sign in to comment.