diff --git a/osinaweb/osichat/__pycache__/consumers.cpython-310.pyc b/osinaweb/osichat/__pycache__/consumers.cpython-310.pyc index 9b64f650..b60e13fa 100644 Binary files a/osinaweb/osichat/__pycache__/consumers.cpython-310.pyc and b/osinaweb/osichat/__pycache__/consumers.cpython-310.pyc differ diff --git a/osinaweb/osichat/consumers.py b/osinaweb/osichat/consumers.py index b59b4ab5..7e9f6b77 100644 --- a/osinaweb/osichat/consumers.py +++ b/osinaweb/osichat/consumers.py @@ -32,6 +32,7 @@ class OsitcomVisitor(WebsocketConsumer): referrer = text_data_json.get('referrer'), country = text_data_json.get('client_country'), url = text_data_json.get('url'), + visit_date = datetime.now() )