Skip to content

Commit

Permalink
Updated code to generate database
Browse files Browse the repository at this point in the history
  • Loading branch information
Dilawar committed Feb 6, 2014
1 parent 66e621e commit af77672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sniffer/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def genrateDOT(config, db) :
users = set()
dotLines = []
c = db.cursor()
print("[STEP]", "Generating graphs from summary ..."),
print("[STEP] %s" % "Generating graphs from summary ..."),
summary = c.execute('SELECT * FROM summary').fetchall()
for s in summary:
userA, userB, num_matches, avg = s
Expand Down

0 comments on commit af77672

Please sign in to comment.