Advertisement
Guest User

Untitled

a guest
May 28th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.18 KB | None | 0 0
  1.                 pos_y = int(coords.pop())
  2.                 pos_x = int(coords.pop())
  3.                 cursor.execute("""
  4.                     INSERT INTO tf2_heatmap_kills (loc_x, loc_y)
  5.                     VALUES
  6.                         (pos_x , pos_y)
  7.                     """)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement