<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -34,14 +34,14 @@ to_twitter = []
 
 elements.each do |element|
   if element.get_attribute(&quot;class&quot;) == 'pollenval'
-    to_twitter &lt;&lt; element.at(&quot;img&quot;).get_attribute(&quot;alt&quot;)
+    to_twitter &lt;&lt; element.at(&quot;img&quot;).get_attribute(&quot;alt&quot;) + ' (' + Time.now.strftime(&quot;%a %d/%m&quot;) + ')'
   end
 end
 
 to_twitter.each do |update|
   begin
-    twitter.status(:post, update)
-    # puts update
+    # twitter.status(:post, update)
+    puts update
   rescue Exception =&gt; e
     puts &quot;FAILED!&quot;
     puts e</diff>
      <filename>pollen.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5ce40ae79ccb3c6fb121d9b40ac9ade2aa3cf17d</id>
    </parent>
  </parents>
  <author>
    <name>Jonathan Lim</name>
    <email>snowblink@gmail.com</email>
  </author>
  <url>http://github.com/snowblink/pollen-london/commit/08a467bcc3776b7d46e66c4abe1f54fd94afa161</url>
  <id>08a467bcc3776b7d46e66c4abe1f54fd94afa161</id>
  <committed-date>2009-05-14T02:15:51-07:00</committed-date>
  <authored-date>2009-05-14T02:15:51-07:00</authored-date>
  <message>Adding a date so that twitter doesn't think it's a repeat message</message>
  <tree>18d772d0ee3cad2cfd7f9df4011f0f7df2f90484</tree>
  <committer>
    <name>Jonathan Lim</name>
    <email>snowblink@gmail.com</email>
  </committer>
</commit>
