<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -37,7 +37,7 @@ class Post(models.Model):
     def save(self, **kwargs):
         super(Post, self).save(**kwargs)
         if self.active and TWITTER_API:
-            url = &quot;http://%s/%s&quot; % ('paltman.com', self.get_absolute_url())  ## Hardcoded for my site until I can determine the problem with django.contrib.sites
+            url = &quot;http://%s%s&quot; % ('paltman.com', self.get_absolute_url())  ## Hardcoded for my site until I can determine the problem with django.contrib.sites
             urlzen = urlopen('http://urlzen.com/api/?url=%s' % url).read()
             TWITTER_API.PostUpdate(&quot;New Blog Post: %s - %s&quot; % (self.title, urlzen))
     </diff>
      <filename>shiftingbits/blog/models.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2a6b09ac04a1ebcf744d9d33a1b2173d92c076ab</id>
    </parent>
  </parents>
  <author>
    <name>Patrick Altman</name>
    <email>patrick@studionow.com</email>
  </author>
  <url>http://github.com/paltman/shiftingbits/commit/898e743a2a39ef3fb68f6b92c8b50eb185d90b7d</url>
  <id>898e743a2a39ef3fb68f6b92c8b50eb185d90b7d</id>
  <committed-date>2009-03-10T10:11:44-07:00</committed-date>
  <authored-date>2009-03-10T10:11:44-07:00</authored-date>
  <message>removed extra slash from urlzen construction</message>
  <tree>8ec722895f79011b3f815cd8cadda6baf90a689e</tree>
  <committer>
    <name>Patrick Altman</name>
    <email>patrick@studionow.com</email>
  </committer>
</commit>
