diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-11-01 17:05:53 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-11-01 17:05:53 -0400 |
| commit | 1f1378031e0f643011e22942ed6005d4000d015d (patch) | |
| tree | 252b4b8a059127335b60acf1dc611e427a2283d2 /scripts | |
| parent | 12dda08addf3bb7d61e07a592827b8bc8156a587 (diff) | |
sostler prod commit
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/emailposter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/emailposter.py b/scripts/emailposter.py index d380ffd..b1dddf2 100644 --- a/scripts/emailposter.py +++ b/scripts/emailposter.py @@ -58,7 +58,7 @@ def is_image(name): def upload_image(fname, data): resp = post_multipart('dump.fm', '/upload/photo', - [['room','dumpfm']], + [['room', 'dumpfm']], [['image', fname, data]]) print resp |
