<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -10,12 +10,12 @@ if ARGV.length &lt; 1
 end
 
 tag = ARGV[0]
-seconds = ARGV[1].to_i || 180
+seconds = ARGV[1] || 180
 if tag.downcase == 'create_db_table'
   puts &quot;Creating the database&quot;
   require File.join(File.dirname(__FILE__), '..', 'create_db_table')
 else
   puts &quot;Launching the twitterbot to track \##{tag} every #{seconds} seconds&quot;
-  bot = HashtagRetweetBot.new(tag, seconds)
+  bot = HashtagRetweetBot.new(tag, seconds.to_i)
   bot.run
 end
\ No newline at end of file</diff>
      <filename>bin/hashtag_retweet_bot</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f953c44d8d392ae7ef27f92321a4ff135a1c9a08</id>
    </parent>
  </parents>
  <author>
    <name>Jaime Iniesta</name>
    <email>jaimeiniesta@gmail.com</email>
  </author>
  <url>http://github.com/balinterdi/hashtag_retweet_bot/commit/94ca249c84e0f815f81ef94a439f017ad681b04c</url>
  <id>94ca249c84e0f815f81ef94a439f017ad681b04c</id>
  <committed-date>2009-08-17T05:57:45-07:00</committed-date>
  <authored-date>2009-08-16T09:34:33-07:00</authored-date>
  <message>fixed default secconds setting</message>
  <tree>e99377ec517b38bddb1dfd01b938237f13285a74</tree>
  <committer>
    <name>Balint Erdi</name>
    <email>balint.erdi@gmail.com</email>
  </committer>
</commit>
