main
emile 9 months ago
parent ca8bbe1429
commit f57cc83749

@ -35,7 +35,7 @@ class OsitcomVisitor(WebsocketConsumer):
self.visitor = Visitor.objects.create(
session_id = session_id,
ip_address = text_data_json.get('client_ip'),
country = text_data_json.get('country'),
country = text_data_json.get('client_country'),
)
self.current_log = VisitorLog.objects.create(

Loading…
Cancel
Save