Browse Source

change line endings to unix style

master
Jimmy Cao 14 years ago
parent
commit
3f36fb3fb5
  1. 3
      var.py
  2. 0
      wolfbot.py

3
var.py

@ -267,3 +267,6 @@ def update_role_stats(nick, clk, role, won, iwon):
c.execute("INSERT OR REPLACE INTO rolestats VALUES (?,?,?,?,?)", c.execute("INSERT OR REPLACE INTO rolestats VALUES (?,?,?,?,?)",
(plid, rid, wins, iwins, total)) (plid, rid, wins, iwins, total))

0
wolfbot.py

Loading…
Cancel
Save