From fd9475498aaef1e21324c9acea39463fa53fcbbe Mon Sep 17 00:00:00 2001 From: Dylan Lloyd Date: Tue, 7 Feb 2012 08:04:04 -0500 Subject: [PATCH] Fixed git link which would err when looking at a project --- index.php | 2 +- publish_notes.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.php b/index.php index 88f82d2..58b10f6 100644 --- a/index.php +++ b/index.php @@ -163,7 +163,7 @@ class index extends cms {
  • git://dylansserver.com
  • + "/git/">git://dylansserver.com
  • some notes:

    diff --git a/publish_notes.py b/publish_notes.py index 3c955c3..4b711d9 100755 --- a/publish_notes.py +++ b/publish_notes.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 NOTES_DIRECTORY = '/home/dylan/docs/notes' @@ -37,5 +37,5 @@ for note in notes: VALUES(\"%s\", \"%s\", \"%s\", \"%s\")"\ % (time.strftime("%Y/%m/%d %I:%M:00", date_posted), url, title, db.escape_string(text)) - #print sql - cursor.execute(sql) + print sql + #cursor.execute(sql) -- 2.30.2