diff options
author | Elis Axelsson <elis.axelsson@gmail.com> | 2012-08-18 19:26:33 +0200 |
---|---|---|
committer | Elis Axelsson <elis.axelsson@gmail.com> | 2012-08-18 19:26:33 +0200 |
commit | 432ad078973da960506bba427488dbc20cf252de (patch) | |
tree | c6035426586e72d570039a95023ac1171f519103 | |
parent | e8864eb219201d6b3218ebf59897c942dff42f30 (diff) | |
download | ponysay-432ad078973da960506bba427488dbc20cf252de.tar.gz ponysay-432ad078973da960506bba427488dbc20cf252de.tar.bz2 ponysay-432ad078973da960506bba427488dbc20cf252de.zip |
Syntax error.
-rwxr-xr-x | ponysay.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -383,7 +383,7 @@ class ponysay(): args.pony = [pair[0]] elif len(args.quote) == 0: sys.stderr.write('All the ponies are mute! Call the Princess!') - exit 1 + exit(1) else: args.pony = args.quote[random.randrange(0, len(args.quote))] args.message = 'I got nuthin\' good to say :(' |