Browse Source

Thanks Cody! Damn it Hans!

Douglas William Thrift 13 years ago
parent
commit
1fe6daa404
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locationbot.py

+ 1 - 1
locationbot.py

@@ -656,7 +656,7 @@ class LocationBot(ircbot.SingleServerIRCBot):
 
 					cursor.execute('update locationbot.nick set granularity = %s, location = %s, coordinates = point %s, accuracy = %s, speed = %s, heading = %s, altitude = %s, altitude_accuracy = %s, updated = %s where nick = %s', (granularity, new_location, coordinates, accuracy, speed, heading, altitude, altitude_accuracy, updated, login))
 
-				self.__location(login, channels, granularity, old_location, new_location, coordinates, accuracy, speed, heading, altitude, altitude_accuracy)
+				self.__location(login, channels, granularity, old_location, new_location, None, coordinates, None, accuracy, None, speed, None, heading, None, altitude, None, altitude_accuracy, None, updated)
 
 	def __speed(self, speed):
 		if speed is not None: