remove decobot reference

--HG--
extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40261
This commit is contained in:
Daniel Grana 2008-09-19 16:57:21 +00:00
parent d87f979d2a
commit baabdb004d
1 changed files with 3 additions and 3 deletions

View File

@ -73,8 +73,8 @@ def main():
try:
open(opts.output, "w").write(output)
except IOError:
open("/tmp/decobot-schedule.tmp", "w").write(output)
print "Could not open file %s for writing. Output dumped to /tmp/decobot-schedule.tmp instead." % opts.output
open("/tmp/scrapy-cluster-schedule.tmp", "w").write(output)
print "Could not open file %s for writing. Output dumped to /tmp/scrapy-cluster-schedule.tmp instead." % opts.output
if __name__ == '__main__':
main()
main()