diff --git a/.gitignore b/.gitignore index 935ee588..56941023 100644 --- a/.gitignore +++ b/.gitignore @@ -10,5 +10,7 @@ node_modules package-lock.json package.json old_bot +*.mmdb +*.log # Ignore files \ No newline at end of file diff --git a/1db.sqlite3 b/1db.sqlite3 deleted file mode 100644 index d3b8457e..00000000 Binary files a/1db.sqlite3 and /dev/null differ diff --git a/1db.sqlite3.sql b/1db.sqlite3.sql deleted file mode 100644 index 214d86fe..00000000 --- a/1db.sqlite3.sql +++ /dev/null @@ -1,149 +0,0 @@ -BEGIN TRANSACTION; -INSERT INTO "django_migrations" ("id","app","name","applied") VALUES (1,'contenttypes','0001_initial','2024-12-09 09:30:10.251024'), - (2,'auth','0001_initial','2024-12-09 09:30:10.285571'), - (3,'admin','0001_initial','2024-12-09 09:30:10.304106'), - (4,'admin','0002_logentry_remove_auto_add','2024-12-09 09:30:10.327893'), - (5,'admin','0003_logentry_add_action_flag_choices','2024-12-09 09:30:10.347643'), - (6,'contenttypes','0002_remove_content_type_name','2024-12-09 09:30:10.391061'), - (7,'auth','0002_alter_permission_name_max_length','2024-12-09 09:30:10.411017'), - (8,'auth','0003_alter_user_email_max_length','2024-12-09 09:30:10.433375'), - (9,'auth','0004_alter_user_username_opts','2024-12-09 09:30:10.456000'), - (10,'auth','0005_alter_user_last_login_null','2024-12-09 09:30:10.487091'), - (11,'auth','0006_require_contenttypes_0002','2024-12-09 09:30:10.490205'), - (12,'auth','0007_alter_validators_add_error_messages','2024-12-09 09:30:10.505490'), - (13,'auth','0008_alter_user_username_max_length','2024-12-09 09:30:10.531170'), - (14,'auth','0009_alter_user_last_name_max_length','2024-12-09 09:30:10.554633'), - (15,'auth','0010_alter_group_name_max_length','2024-12-09 09:30:10.572891'), - (16,'auth','0011_update_proxy_permissions','2024-12-09 09:30:10.595627'), - (17,'auth','0012_alter_user_first_name_max_length','2024-12-09 09:30:10.626279'), - (18,'users','0001_initial','2024-12-09 09:30:10.697462'), - (19,'hotels','0001_initial','2024-12-09 09:30:10.728173'), - (20,'pms_integration','0001_initial','2024-12-09 09:30:10.753819'), - (21,'hotels','0002_initial','2024-12-09 09:30:10.883078'), - (22,'hotels','0003_initial','2024-12-09 09:30:11.011514'), - (23,'sessions','0001_initial','2024-12-09 09:30:11.033336'); -INSERT INTO "django_admin_log" ("id","object_id","object_repr","action_flag","change_message","content_type_id","user_id","action_time") VALUES (1,'1','Shelter Golden Hills 3',1,'[{"added": {}}]',7,1,'2024-12-09 09:32:31.355706'), - (2,'2','Shelter Golden Hills 4',1,'[{"added": {}}]',7,1,'2024-12-09 09:33:10.530095'), - (3,'1','Golden Hills 3',1,'[{"added": {}}]',15,1,'2024-12-09 09:34:11.465732'), - (4,'2','Golden Hills 4',1,'[{"added": {}}]',15,1,'2024-12-09 09:34:21.783766'), - (5,'1','andrew',1,'[{"added": {}}]',18,1,'2024-12-09 09:35:20.367524'), - (6,'1','Настройки уведомлений для andrew',1,'[{"added": {}}]',19,1,'2024-12-09 09:35:40.518128'), - (7,'1','andrew - Golden Hills 3',1,'[{"added": {}}]',13,1,'2024-12-09 09:35:57.888800'), - (8,'2','andrew - Golden Hills 4',1,'[{"added": {}}]',13,1,'2024-12-09 09:36:06.799616'), - (9,'3','Как дома',1,'[{"added": {}}]',15,1,'2024-12-09 10:19:47.100883'); -INSERT INTO "django_content_type" ("id","app_label","model") VALUES (1,'admin','logentry'), - (2,'auth','permission'), - (3,'auth','group'), - (4,'auth','user'), - (5,'contenttypes','contenttype'), - (6,'sessions','session'), - (7,'pms_integration','pmsconfiguration'), - (8,'pms_integration','pmsintegrationlog'), - (9,'hotels','apiconfiguration'), - (10,'hotels','fraudlog'), - (11,'hotels','guest'), - (12,'hotels','reservation'), - (13,'hotels','userhotel'), - (14,'hotels','apirequestlog'), - (15,'hotels','hotel'), - (16,'users','localuseractivitylog'), - (17,'users','useractivitylog'), - (18,'users','user'), - (19,'users','notificationsettings'), - (20,'users','userconfirmation'); -INSERT INTO "auth_permission" ("id","content_type_id","codename","name") VALUES (1,1,'add_logentry','Can add log entry'), - (2,1,'change_logentry','Can change log entry'), - (3,1,'delete_logentry','Can delete log entry'), - (4,1,'view_logentry','Can view log entry'), - (5,2,'add_permission','Can add permission'), - (6,2,'change_permission','Can change permission'), - (7,2,'delete_permission','Can delete permission'), - (8,2,'view_permission','Can view permission'), - (9,3,'add_group','Can add group'), - (10,3,'change_group','Can change group'), - (11,3,'delete_group','Can delete group'), - (12,3,'view_group','Can view group'), - (13,4,'add_user','Can add user'), - (14,4,'change_user','Can change user'), - (15,4,'delete_user','Can delete user'), - (16,4,'view_user','Can view user'), - (17,5,'add_contenttype','Can add content type'), - (18,5,'change_contenttype','Can change content type'), - (19,5,'delete_contenttype','Can delete content type'), - (20,5,'view_contenttype','Can view content type'), - (21,6,'add_session','Can add session'), - (22,6,'change_session','Can change session'), - (23,6,'delete_session','Can delete session'), - (24,6,'view_session','Can view session'), - (25,7,'add_pmsconfiguration','Can add PMS система'), - (26,7,'change_pmsconfiguration','Can change PMS система'), - (27,7,'delete_pmsconfiguration','Can delete PMS система'), - (28,7,'view_pmsconfiguration','Can view PMS система'), - (29,8,'add_pmsintegrationlog','Can add Журнал интеграции PMS'), - (30,8,'change_pmsintegrationlog','Can change Журнал интеграции PMS'), - (31,8,'delete_pmsintegrationlog','Can delete Журнал интеграции PMS'), - (32,8,'view_pmsintegrationlog','Can view Журнал интеграции PMS'), - (33,9,'add_apiconfiguration','Can add Конфигурация API'), - (34,9,'change_apiconfiguration','Can change Конфигурация API'), - (35,9,'delete_apiconfiguration','Can delete Конфигурация API'), - (36,9,'view_apiconfiguration','Can view Конфигурация API'), - (37,10,'add_fraudlog','Can add Журнал мошенничества'), - (38,10,'change_fraudlog','Can change Журнал мошенничества'), - (39,10,'delete_fraudlog','Can delete Журнал мошенничества'), - (40,10,'view_fraudlog','Can view Журнал мошенничества'), - (41,11,'add_guest','Can add Гость'), - (42,11,'change_guest','Can change Гость'), - (43,11,'delete_guest','Can delete Гость'), - (44,11,'view_guest','Can view Гость'), - (45,12,'add_reservation','Can add Бронирование'), - (46,12,'change_reservation','Can change Бронирование'), - (47,12,'delete_reservation','Can delete Бронирование'), - (48,12,'view_reservation','Can view Бронирование'), - (49,13,'add_userhotel','Can add Пользователь отеля'), - (50,13,'change_userhotel','Can change Пользователь отеля'), - (51,13,'delete_userhotel','Can delete Пользователь отеля'), - (52,13,'view_userhotel','Can view Пользователь отеля'), - (53,14,'add_apirequestlog','Can add Журнал запросов API'), - (54,14,'change_apirequestlog','Can change Журнал запросов API'), - (55,14,'delete_apirequestlog','Can delete Журнал запросов API'), - (56,14,'view_apirequestlog','Can view Журнал запросов API'), - (57,15,'add_hotel','Can add Отель'), - (58,15,'change_hotel','Can change Отель'), - (59,15,'delete_hotel','Can delete Отель'), - (60,15,'view_hotel','Can view Отель'), - (61,16,'add_localuseractivitylog','Can add local user activity log'), - (62,16,'change_localuseractivitylog','Can change local user activity log'), - (63,16,'delete_localuseractivitylog','Can delete local user activity log'), - (64,16,'view_localuseractivitylog','Can view local user activity log'), - (65,17,'add_useractivitylog','Can add Журнал активности'), - (66,17,'change_useractivitylog','Can change Журнал активности'), - (67,17,'delete_useractivitylog','Can delete Журнал активности'), - (68,17,'view_useractivitylog','Can view Журнал активности'), - (69,18,'add_user','Can add Пользователь'), - (70,18,'change_user','Can change Пользователь'), - (71,18,'delete_user','Can delete Пользователь'), - (72,18,'view_user','Can view Пользователь'), - (73,19,'add_notificationsettings','Can add Способ оповещения'), - (74,19,'change_notificationsettings','Can change Способ оповещения'), - (75,19,'delete_notificationsettings','Can delete Способ оповещения'), - (76,19,'view_notificationsettings','Can view Способ оповещения'), - (77,20,'add_userconfirmation','Can add Подтверждение пользователя'), - (78,20,'change_userconfirmation','Can change Подтверждение пользователя'), - (79,20,'delete_userconfirmation','Can delete Подтверждение пользователя'), - (80,20,'view_userconfirmation','Can view Подтверждение пользователя'); -INSERT INTO "auth_user" ("id","password","last_login","is_superuser","username","last_name","email","is_staff","is_active","date_joined","first_name") VALUES (1,'pbkdf2_sha256$870000$0tWRKvUavKHjKmwWjWsfYc$mfqBdzr5TB74K1f9OHCI3w/66VZE7vY53MEpgUT73/4=','2024-12-09 09:31:26.675259',1,'trevor1985','','shadow85@list.ru',1,1,'2024-12-09 09:30:44.551380',''); -INSERT INTO "users_user" ("id","password","last_login","is_superuser","username","first_name","last_name","email","is_staff","is_active","date_joined","telegram_id","chat_id","role","confirmed") VALUES (1,'Andrey K. Tsoy','2024-12-09 09:34:41',1,'andrew','','','',0,1,'2024-12-09 09:34:27',556399210,556399210,'hotel_user',0); -INSERT INTO "users_notificationsettings" ("id","telegram_enabled","email_enabled","email","notification_time","user_id") VALUES (1,0,1,'a.choi@smartsoltech.kr','09:00:00',1); -INSERT INTO "hotels_hotel" ("id","name","created_at","api_id","pms_id") VALUES (1,'Golden Hills 3','2024-12-09 09:34:11.463934',NULL,1), - (2,'Golden Hills 4','2024-12-09 09:34:21.782571',NULL,2), - (3,'Как дома','2024-12-09 10:19:47.095457',NULL,NULL); -INSERT INTO "pms_integration_pmsconfiguration" ("id","name","url","token","username","password","plugin_name","created_at") VALUES (1,'Shelter Golden Hills 3','https://pms.frontdesk24.ru/sheltercloudapi/Reservations/ByFilter','A0DD4B7F-0381-4096-B46E-D22F1A571996',NULL,NULL,'Shelter PMS','2024-12-09 09:32:31.348604'), - (2,'Shelter Golden Hills 4','https://pms.frontdesk24.ru/sheltercloudapi/Reservations/ByFilter','A0DD4B7F-0381-4096-B46E-D22F1A571996',NULL,NULL,'Shelter PMS','2024-12-09 09:33:10.514492'); -INSERT INTO "pms_integration_pmsintegrationlog" ("id","checked_at","status","message","hotel_id") VALUES (1,'2024-12-09 09:36:43.044421','error','Плагин для PMS Shelter PMS не найден.',2), - (2,'2024-12-09 09:38:09.595349','error','Плагин для PMS Shelter PMS не найден.',1), - (3,'2024-12-09 09:40:38.721678','error','Плагин для PMS Shelter PMS не найден.',2), - (4,'2024-12-09 10:07:44.968856','error','Плагин для PMS Shelter PMS не найден.',1); -INSERT INTO "hotels_userhotel" ("id","hotel_id","user_id") VALUES (1,1,1), - (2,2,1); -INSERT INTO "django_session" ("session_key","session_data","expire_date") VALUES ('wjcybubh02eoyth1e4pm9cgjc8c9rk1v','.eJxVjEEOwiAQRe_C2hBgpgVcuvcMZIBBqoYmpV0Z765NutDtf-_9lwi0rTVsnZcwZXEWWpx-t0jpwW0H-U7tNss0t3WZotwVedAur3Pm5-Vw_w4q9fqthxwtITBY9MlGtJ6ADZiiAdyQ7KhVyVgcGY7gEL1BVqMhH51iNl68P9F6N0w:1tKa6w:zJT5PgcESbBBG5gKuJsyfV6EOxizdevxDzI4QrGbLsc','2024-12-23 09:31:26.682056'); -COMMIT; diff --git a/GeoLite2-City.mmdb b/GeoLite2-City.mmdb deleted file mode 100644 index bcc05f59..00000000 Binary files a/GeoLite2-City.mmdb and /dev/null differ diff --git a/antifroud/__init__.py b/antifroud/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/antifroud/admin.py b/antifroud/admin.py new file mode 100644 index 00000000..10d384ae --- /dev/null +++ b/antifroud/admin.py @@ -0,0 +1,253 @@ +from django.contrib import admin +from django.urls import path +from django.http import JsonResponse +from django.shortcuts import redirect, get_object_or_404 +from django.contrib import messages +from django.db import transaction +from antifroud.models import UserActivityLog, ExternalDBSettings, RoomDiscrepancy, ImportedHotel +from hotels.models import Hotel +import pymysql +import logging +from django.urls import reverse + + +logger = logging.getLogger(__name__) + + +@admin.register(ExternalDBSettings) +class ExternalDBSettingsAdmin(admin.ModelAdmin): + change_form_template = "antifroud/admin/external_db_settings_change_form.html" + list_display = ("name", "host", "port", "user", "database", "table_name", "is_active", "created_at", "updated_at") + search_fields = ("name", "host", "user", "database") + list_filter = ("is_active", "created_at", "updated_at") + readonly_fields = ("created_at", "updated_at") + + def add_view(self, request, form_url='', extra_context=None): + new_instance = ExternalDBSettings.objects.create( + name="Новая настройка", # Значение по умолчанию + host="", + port=3306, + user="", + password="", + is_active=False + ) + return redirect(reverse('admin:antifroud_externaldbsettings_change', args=(new_instance.id,))) + + def get_urls(self): + urls = super().get_urls() + custom_urls = [ + path('test-connection/', self.admin_site.admin_view(self.test_connection), name='test_connection'), + path('fetch-tables/', self.admin_site.admin_view(self.fetch_tables), name='fetch_tables'), + path('fetch-table-data/', self.admin_site.admin_view(self.fetch_table_data), name='fetch_table_data'), + ] + return custom_urls + urls + + def test_connection(self, request): + db_id = request.GET.get('db_id') + if not db_id: + return JsonResponse({"status": "error", "message": "ID подключения отсутствует."}, status=400) + try: + db_settings = ExternalDBSettings.objects.get(id=db_id) + if not db_settings.user or not db_settings.password: + return JsonResponse({"status": "error", "message": "Имя пользователя или пароль не указаны."}, status=400) + + connection = pymysql.connect( + host=db_settings.host, + port=db_settings.port, + user=db_settings.user, + password=db_settings.password, + database=db_settings.database + ) + connection.close() + return JsonResponse({"status": "success", "message": "Подключение успешно установлено."}) + except ExternalDBSettings.DoesNotExist: + return JsonResponse({"status": "error", "message": "Настройки подключения не найдены."}, status=404) + except pymysql.MySQLError as e: + return JsonResponse({"status": "error", "message": f"Ошибка MySQL: {str(e)}"}, status=500) + except Exception as e: + return JsonResponse({"status": "error", "message": f"Неизвестная ошибка: {str(e)}"}, status=500) + + def fetch_tables(self, request): + try: + db_id = request.GET.get('db_id') + db_settings = ExternalDBSettings.objects.get(id=db_id) + connection = pymysql.connect( + host=db_settings.host, + port=db_settings.port, + user=db_settings.user, + password=db_settings.password, + database=db_settings.database + ) + cursor = connection.cursor() + cursor.execute("SHOW TABLES;") + tables = [row[0] for row in cursor.fetchall()] + connection.close() + return JsonResponse({"status": "success", "tables": tables}) + except Exception as e: + return JsonResponse({"status": "error", "message": str(e)}) + + def fetch_table_data(self, request): + try: + db_id = request.GET.get('db_id') + table_name = request.GET.get('table_name') + db_settings = ExternalDBSettings.objects.get(id=db_id) + connection = pymysql.connect( + host=db_settings.host, + port=db_settings.port, + user=db_settings.user, + password=db_settings.password, + database=db_settings.database + ) + cursor = connection.cursor() + cursor.execute(f"SELECT * FROM `{table_name}` LIMIT 10;") + columns = [desc[0] for desc in cursor.description] + rows = cursor.fetchall() + connection.close() + return JsonResponse({"status": "success", "columns": columns, "rows": rows}) + except Exception as e: + return JsonResponse({"status": "error", "message": str(e)}) + + +@admin.register(UserActivityLog) +class UserActivityLogAdmin(admin.ModelAdmin): + list_display = ("id", "timestamp", "date_time", "page_id", "url_parameters", "created", "page_title", "type", "hits") + search_fields = ("page_title", "url_parameters") + list_filter = ("type", "created") + readonly_fields = ("created", "timestamp") + + +@admin.register(RoomDiscrepancy) +class RoomDiscrepancyAdmin(admin.ModelAdmin): + list_display = ("hotel", "room_number", "booking_id", "check_in_date_expected", "check_in_date_actual", "discrepancy_type", "created_at") + search_fields = ("hotel__name", "room_number", "booking_id") + list_filter = ("discrepancy_type", "created_at") + readonly_fields = ("created_at",) + + +# @admin.register(ImportedHotel) +# class ImportedHotelAdmin(admin.ModelAdmin): +# change_list_template = "antifroud/admin/imported_hotels.html" +# list_display = ("external_id", "display_name", "name", "created", "updated", "imported") +# search_fields = ("name", "display_name", "external_id") +# list_filter = ("imported", "created", "updated") +# actions = ['mark_as_imported', 'delete_selected_hotels_action'] + +# def get_urls(self): +# urls = super().get_urls() +# custom_urls = [ +# path('import_selected_hotels/', self.import_selected_hotels, name='antifroud_importedhotels_import_selected_hotels'), +# path('delete_selected_hotels/', self.delete_selected_hotels, name='delete_selected_hotels'), +# path('edit_hotel/', self.edit_hotel, name='edit_hotel'), +# path('delete_hotel/', self.delete_hotel, name='delete_hotel'), +# ] +# return custom_urls + urls + +# @transaction.atomic +# def import_selected_hotels(self, request): # Метод теперь правильно принимает request +# if request.method == 'POST': +# selected_hotels = request.POST.getlist('hotels') +# if selected_hotels: +# # Обновление статуса импорта для выбранных отелей +# ImportedHotel.objects.filter(id__in=selected_hotels).update(imported=True) +# return JsonResponse({'success': True}) +# else: +# return JsonResponse({'success': False}) +# return JsonResponse({'success': False}) + +# @transaction.atomic +# def delete_selected_hotels(self, request): +# if request.method == 'POST': +# selected = request.POST.get('selected', '') +# if selected: +# external_ids = selected.split(',') +# deleted_count, _ = ImportedHotel.objects.filter(external_id__in=external_ids).delete() +# messages.success(request, f"Удалено отелей: {deleted_count}") +# else: +# messages.warning(request, "Не выбрано ни одного отеля для удаления.") +# return redirect('admin:antifroud_importedhotel_changelist') + +# @transaction.atomic +# def delete_hotel(self, request): +# if request.method == 'POST': +# hotel_id = request.POST.get('hotel_id') +# imported_hotel = get_object_or_404(ImportedHotel, id=hotel_id) +# imported_hotel.delete() +# messages.success(request, f"Отель {imported_hotel.name} успешно удалён.") +# return redirect('admin:antifroud_importedhotel_changelist') + +# def delete_selected_hotels_action(self, request, queryset): +# deleted_count, _ = queryset.delete() +# self.message_user(request, f'{deleted_count} отелей было удалено.') +# delete_selected_hotels_action.short_description = "Удалить выбранные отели" + +# def mark_as_imported(self, request, queryset): +# updated = queryset.update(imported=True) +# self.message_user(request, f"Отмечено как импортированное: {updated}", messages.SUCCESS) +# mark_as_imported.short_description = "Отметить выбранные как импортированные" + +# def edit_hotel(self, request): +# if request.method == 'POST': +# hotel_id = request.POST.get('hotel_id') +# display_name = request.POST.get('display_name') +# original_name = request.POST.get('original_name') +# imported = request.POST.get('imported') == 'True' + +# imported_hotel = get_object_or_404(ImportedHotel, id=hotel_id) +# imported_hotel.display_name = display_name +# imported_hotel.name = original_name +# imported_hotel.imported = imported +# imported_hotel.save() + +# messages.success(request, f"Отель {imported_hotel.name} успешно обновлён.") +# return redirect('admin:antifroud_importedhotel_changelist') +# return redirect('admin:antifroud_importedhotel_changelist') + +from .views import import_selected_hotels +# Регистрируем admin класс для ImportedHotel +@admin.register(ImportedHotel) +class ImportedHotelAdmin(admin.ModelAdmin): + change_list_template = "antifroud/admin/import_hotels.html" + list_display = ("external_id", "display_name", "name", "created", "updated", "imported") + search_fields = ("name", "display_name", "external_id") + list_filter = ("name", "display_name", "external_id") + actions = ['mark_as_imported', 'delete_selected_hotels_action'] + + def get_urls(self): + # Получаем стандартные URL-адреса и добавляем наши + urls = super().get_urls() + custom_urls = [ + path('import_selected_hotels/', import_selected_hotels, name='antifroud_importedhotels_import_selected_hotels'), + path('delete_selected_hotels/', self.delete_selected_hotels, name='delete_selected_hotels'), + path('delete_hotel//', self.delete_hotel, name='delete_hotel'), # Изменили на URL параметр + ] + return custom_urls + urls + + @transaction.atomic + def delete_selected_hotels(self, request): + if request.method == 'POST': + selected = request.POST.get('selected', '') + if selected: + external_ids = selected.split(',') + deleted_count, _ = ImportedHotel.objects.filter(external_id__in=external_ids).delete() + messages.success(request, f"Удалено отелей: {deleted_count}") + else: + messages.warning(request, "Не выбрано ни одного отеля для удаления.") + return redirect('admin:antifroud_importedhotel_changelist') + + def delete_selected_hotels(self, request, queryset): + deleted_count, _ = queryset.delete() + self.message_user(request, f'{deleted_count} отелей было удалено.') + delete_selected_hotels.short_description = "Удалить выбранные отели" + + def mark_as_imported(self, request, queryset): + updated = queryset.update(imported=True) + self.message_user(request, f"Отмечено как импортированное: {updated}", messages.SUCCESS) + mark_as_imported.short_description = "Отметить выбранные как импортированные" + + # Метод для удаления одного отеля + @transaction.atomic + def delete_hotel(self, request, hotel_id): + imported_hotel = get_object_or_404(ImportedHotel, id=hotel_id) + imported_hotel.delete() + messages.success(request, f"Отель {imported_hotel.name} успешно удалён.") + return redirect('admin:antifroud_importedhotel_changelist') \ No newline at end of file diff --git a/antifroud/apps.py b/antifroud/apps.py new file mode 100644 index 00000000..e051ceac --- /dev/null +++ b/antifroud/apps.py @@ -0,0 +1,6 @@ +from django.apps import AppConfig + + +class AntifroudConfig(AppConfig): + default_auto_field = 'django.db.models.BigAutoField' + name = 'antifroud' diff --git a/antifroud/data_sync.py b/antifroud/data_sync.py new file mode 100644 index 00000000..32f70cd3 --- /dev/null +++ b/antifroud/data_sync.py @@ -0,0 +1,243 @@ +import pymysql +from django.db import transaction +from django.utils import timezone +from datetime import datetime +from html import unescape +from urllib.parse import unquote, parse_qs + +from .models import ExternalDBSettings, UserActivityLog, RoomDiscrepancy, ImportedHotel +from hotels.models import Reservation, Hotel + +class DataSyncManager: + """ + Класс для управления загрузкой, записью и сверкой данных. + """ + + def __init__(self, db_settings_id): + self.db_settings_id = db_settings_id + self.db_settings = None + self.connection = None + self.table_name = None + + def connect_to_db(self): + """ + Устанавливает соединение с внешней базой данных и получает имя таблицы. + """ + try: + self.db_settings = ExternalDBSettings.objects.get(id=self.db_settings_id) + self.table_name = self.db_settings.table_name + self.connection = pymysql.connect( + host=self.db_settings.host, + port=self.db_settings.port, + user=self.db_settings.user, + password=self.db_settings.password, + database=self.db_settings.database, + charset='utf8mb4', + use_unicode=True + ) + except ExternalDBSettings.DoesNotExist: + raise ValueError("Настройки подключения не найдены.") + except pymysql.MySQLError as e: + raise ConnectionError(f"Ошибка подключения к базе данных: {e}") + + def fetch_data(self, limit=100): + """ + Загружает данные из указанной таблицы. + """ + if not self.connection: + self.connect_to_db() + + cursor = self.connection.cursor() + try: + cursor.execute(f"SELECT * FROM `{self.table_name}` LIMIT {limit};") + columns = [desc[0] for desc in cursor.description] + rows = cursor.fetchall() + return {"columns": columns, "rows": rows} + except pymysql.MySQLError as e: + raise RuntimeError(f"Ошибка выполнения запроса: {e}") + finally: + cursor.close() + + def parse_datetime(self, dt_str): + """ + Преобразует строку формата 'YYYY-MM-DD HH:MM:SS' или 'YYYY-MM-DDTHH:MM:SS' в aware datetime. + """ + if dt_str is None: + return None + + if isinstance(dt_str, datetime): + if timezone.is_naive(dt_str): + return timezone.make_aware(dt_str, timezone.get_default_timezone()) + return dt_str + + for fmt in ("%Y-%m-%d %H:%M:%S", "%Y-%m-%dT%H:%M:%S"): + try: + naive_dt = datetime.strptime(dt_str, fmt) + return timezone.make_aware(naive_dt, timezone.get_default_timezone()) + except ValueError: + continue + + return None + + def decode_html_entities(self, text): + """ + Раскодирует HTML-сущности в строке. + """ + if text and isinstance(text, str): + return unescape(text) + return text + + def process_url_parameters(self, url_params): + """ + Парсит url_parameters, извлекает utm_content (имя отеля) и utm_term (ID отеля). + """ + if not url_params: + return {} + decoded = unquote(url_params) + qs = parse_qs(decoded) + hotel_name = qs.get('utm_content', [None])[0] + hotel_id = qs.get('utm_term', [None])[0] + return { + 'hotel_name': hotel_name, + 'hotel_id': hotel_id + } + + def check_and_store_imported_hotel(self, hotel_name, hotel_id): + """ + Проверяет, есть ли отель с данным ID в основной БД. + Если hotel_id не число или отеля с таким ID нет, добавляет во временную таблицу ImportedHotel. + """ + if not hotel_id or not hotel_name: + return + + # Проверим, что hotel_id — число + if hotel_id.isdigit(): + hotel_id_int = int(hotel_id) + hotel_exists = Hotel.objects.filter(id=hotel_id_int).exists() + else: + # Если не число, считаем что отеля в основной БД нет + hotel_exists = False + + if not hotel_exists: + ImportedHotel.objects.update_or_create( + external_id=str(hotel_id), + defaults={ + 'name': hotel_name + } + ) + + @transaction.atomic + def write_to_db(self, data): + """ + Записывает данные в UserActivityLog и при необходимости в ImportedHotel. + """ + for row in data["rows"]: + record = dict(zip(data["columns"], row)) + + external_id = record.get("id", None) + if external_id is not None: + external_id = str(external_id) + + created = self.parse_datetime(record.get("created")) + date_time = self.parse_datetime(record.get("date_time")) + + referred = self.decode_html_entities(record.get("referred", "")) + agent = self.decode_html_entities(record.get("agent", "")) + platform = self.decode_html_entities(record.get("platform", "")) + version = self.decode_html_entities(record.get("version", "")) + model = self.decode_html_entities(record.get("model", "")) + device = self.decode_html_entities(record.get("device", "")) + UAString = self.decode_html_entities(record.get("UAString", "")) + location = self.decode_html_entities(record.get("location", "")) + page_title = self.decode_html_entities(record.get("page_title", "")) + page_url = self.decode_html_entities(record.get("page_url", "")) + + url_parameters = self.decode_html_entities(record.get("url_parameters", "")) + hotel_info = self.process_url_parameters(url_parameters) + + if hotel_info.get('hotel_name') and hotel_info.get('hotel_id'): + self.check_and_store_imported_hotel( + hotel_name=hotel_info['hotel_name'], + hotel_id=hotel_info['hotel_id'] + ) + + url_parameters = unquote(url_parameters) + + UserActivityLog.objects.update_or_create( + external_id=external_id, + defaults={ + "user_id": record.get("user_id"), + "ip": record.get("ip"), + "created": created, + "timestamp": record.get("timestamp"), + "date_time": date_time, + "referred": referred, + "agent": agent, + "platform": platform, + "version": version, + "model": model, + "device": device, + "UAString": UAString, + "location": location, + "page_id": record.get("page_id"), + "url_parameters": url_parameters, + "page_title": page_title, + "type": record.get("type"), + "last_counter": record.get("last_counter"), + "hits": record.get("hits"), + "honeypot": record.get("honeypot"), + "reply": record.get("reply"), + "page_url": page_url, + } + ) + + def reconcile_data(self): + """ + Сверяет данные таблицы user_activity_log с таблицей hotels.reservations + и записывает несоответствия в таблицу RoomDiscrepancy. + """ + discrepancies = [] + reservations = Reservation.objects.values("hotel_id", "room_number", "check_in", "check_out") + + for log in UserActivityLog.objects.all(): + for reservation in reservations: + if ( + log.page_id != reservation["room_number"] or + log.created.date() < reservation["check_in"] or + log.created.date() > reservation["check_out"] + ): + discrepancies.append(RoomDiscrepancy( + hotel_id=reservation["hotel_id"], + room_number=log.page_id, + booking_id=f"Log-{log.id}", + check_in_date_expected=reservation["check_in"], + check_in_date_actual=log.created.date() if log.created else None, + discrepancy_type="Mismatch", + )) + + RoomDiscrepancy.objects.bulk_create(discrepancies) + + def sync(self): + """ + Основной метод для загрузки, записи и сверки данных. + """ + try: + self.connect_to_db() + data = self.fetch_data() + self.write_to_db(data) + self.reconcile_data() + except Exception as e: + raise RuntimeError(f"Ошибка синхронизации данных: {e}") + finally: + if self.connection: + self.connection.close() + + +def scheduled_sync(): + """ + Плановая задача для синхронизации данных. + """ + db_settings_list = ExternalDBSettings.objects.filter(is_active=True) + for db_settings in db_settings_list: + sync_manager = DataSyncManager(db_settings.id) + sync_manager.sync() diff --git a/antifroud/forms.py b/antifroud/forms.py new file mode 100644 index 00000000..f85c5007 --- /dev/null +++ b/antifroud/forms.py @@ -0,0 +1,9 @@ +from django import forms +from .models import Hotel + +class HotelImportForm(forms.Form): + hotels = forms.ModelMultipleChoiceField( + queryset=Hotel.objects.all(), + widget=forms.CheckboxSelectMultiple, + required=True + ) diff --git a/antifroud/migrations/0001_initial.py b/antifroud/migrations/0001_initial.py new file mode 100644 index 00000000..2ee9be3e --- /dev/null +++ b/antifroud/migrations/0001_initial.py @@ -0,0 +1,86 @@ +# Generated by Django 5.1.4 on 2024-12-12 12:28 + +import django.db.models.deletion +from django.db import migrations, models + + +class Migration(migrations.Migration): + + initial = True + + dependencies = [ + ('hotels', '0004_alter_reservation_room_number'), + ] + + operations = [ + migrations.CreateModel( + name='ExternalDBSettings', + fields=[ + ('id', models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')), + ('name', models.CharField(help_text='Имя подключения для идентификации.', max_length=255, unique=True)), + ('host', models.CharField(help_text='Адрес сервера базы данных.', max_length=255)), + ('port', models.PositiveIntegerField(default=3306, help_text='Порт сервера базы данных.')), + ('database', models.CharField(help_text='Имя базы данных.', max_length=255)), + ('user', models.CharField(help_text='Имя пользователя базы данных.', max_length=255)), + ('password', models.CharField(help_text='Пароль для подключения.', max_length=255)), + ('table_name', models.CharField(blank=True, help_text='Имя таблицы для загрузки данных.', max_length=255, null=True)), + ('selected_fields', models.TextField(blank=True, help_text='Список полей для загрузки (через запятую).', null=True)), + ('is_active', models.BooleanField(default=True, help_text='Флаг активности подключения.')), + ('created_at', models.DateTimeField(auto_now_add=True)), + ('updated_at', models.DateTimeField(auto_now=True)), + ], + options={ + 'verbose_name': 'Настройки подключения к БД', + 'verbose_name_plural': 'Настройки подключений к БД', + }, + ), + migrations.CreateModel( + name='UserActivityLog', + fields=[ + ('id', models.BigIntegerField(primary_key=True, serialize=False)), + ('user_id', models.BigIntegerField(verbose_name='ID пользователя')), + ('ip', models.GenericIPAddressField(verbose_name='IP-адрес')), + ('created', models.DateTimeField(verbose_name='Дата создания')), + ('timestamp', models.BigIntegerField(verbose_name='Метка времени')), + ('date_time', models.DateTimeField(verbose_name='Дата и время')), + ('referred', models.TextField(blank=True, null=True, verbose_name='Реферальная ссылка')), + ('agent', models.TextField(verbose_name='Агент пользователя')), + ('platform', models.CharField(blank=True, max_length=255, null=True, verbose_name='Платформа')), + ('version', models.CharField(blank=True, max_length=255, null=True, verbose_name='Версия')), + ('model', models.CharField(blank=True, max_length=255, null=True, verbose_name='Модель устройства')), + ('device', models.CharField(blank=True, max_length=255, null=True, verbose_name='Тип устройства')), + ('UAString', models.TextField(verbose_name='User-Agent строка')), + ('location', models.CharField(blank=True, max_length=255, null=True, verbose_name='Местоположение')), + ('page_id', models.BigIntegerField(blank=True, null=True, verbose_name='ID страницы')), + ('url_parameters', models.TextField(blank=True, null=True, verbose_name='Параметры URL')), + ('page_title', models.TextField(blank=True, null=True, verbose_name='Заголовок страницы')), + ('type', models.CharField(max_length=50, verbose_name='Тип')), + ('last_counter', models.IntegerField(verbose_name='Последний счетчик')), + ('hits', models.IntegerField(verbose_name='Количество обращений')), + ('honeypot', models.BooleanField(verbose_name='Метка honeypot')), + ('reply', models.BooleanField(verbose_name='Ответ пользователя')), + ('page_url', models.URLField(blank=True, null=True, verbose_name='URL страницы')), + ], + options={ + 'verbose_name': 'Регистрация посетителей', + 'verbose_name_plural': 'Регистрации посетителей', + }, + ), + migrations.CreateModel( + name='RoomDiscrepancy', + fields=[ + ('id', models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')), + ('room_number', models.CharField(max_length=50, verbose_name='Номер комнаты')), + ('booking_id', models.CharField(max_length=255, verbose_name='ID бронирования')), + ('check_in_date_expected', models.DateField(verbose_name='Ожидаемая дата заселения')), + ('check_in_date_actual', models.DateField(verbose_name='Фактическая дата заселения')), + ('discrepancy_type', models.CharField(choices=[('early', 'Раннее заселение'), ('late', 'Позднее заселение'), ('missed', 'Неявка')], max_length=50, verbose_name='Тип несоответствия')), + ('created_at', models.DateTimeField(auto_now_add=True, verbose_name='Дата создания')), + ('hotel', models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, to='hotels.hotel', verbose_name='Отель')), + ], + options={ + 'verbose_name': 'Несовпадение в заселении', + 'verbose_name_plural': 'Несовпадения в заселении', + }, + ), + ] diff --git a/antifroud/migrations/0002_remove_externaldbsettings_database_and_more.py b/antifroud/migrations/0002_remove_externaldbsettings_database_and_more.py new file mode 100644 index 00000000..9f0c28cd --- /dev/null +++ b/antifroud/migrations/0002_remove_externaldbsettings_database_and_more.py @@ -0,0 +1,42 @@ +# Generated by Django 5.1.4 on 2024-12-12 13:07 + +from django.db import migrations, models + + +class Migration(migrations.Migration): + + dependencies = [ + ('antifroud', '0001_initial'), + ] + + operations = [ + migrations.RemoveField( + model_name='externaldbsettings', + name='database', + ), + migrations.AlterField( + model_name='externaldbsettings', + name='host', + field=models.CharField(default='', help_text='Адрес сервера базы данных.', max_length=255), + ), + migrations.AlterField( + model_name='externaldbsettings', + name='is_active', + field=models.BooleanField(default=False, help_text='Флаг активности подключения.'), + ), + migrations.AlterField( + model_name='externaldbsettings', + name='name', + field=models.CharField(default='Новая настройка', help_text='Имя подключения для идентификации.', max_length=255, unique=True), + ), + migrations.AlterField( + model_name='externaldbsettings', + name='password', + field=models.CharField(default='', help_text='Пароль для подключения.', max_length=255), + ), + migrations.AlterField( + model_name='externaldbsettings', + name='user', + field=models.CharField(default='', help_text='Имя пользователя базы данных.', max_length=255), + ), + ] diff --git a/antifroud/migrations/0003_externaldbsettings_database_and_more.py b/antifroud/migrations/0003_externaldbsettings_database_and_more.py new file mode 100644 index 00000000..76732d77 --- /dev/null +++ b/antifroud/migrations/0003_externaldbsettings_database_and_more.py @@ -0,0 +1,43 @@ +# Generated by Django 5.1.4 on 2024-12-12 13:10 + +from django.db import migrations, models + + +class Migration(migrations.Migration): + + dependencies = [ + ('antifroud', '0002_remove_externaldbsettings_database_and_more'), + ] + + operations = [ + migrations.AddField( + model_name='externaldbsettings', + name='database', + field=models.CharField(default='', help_text='Имя базы данных.', max_length=255), + ), + migrations.AlterField( + model_name='externaldbsettings', + name='host', + field=models.CharField(help_text='Адрес сервера базы данных.', max_length=255), + ), + migrations.AlterField( + model_name='externaldbsettings', + name='is_active', + field=models.BooleanField(default=True, help_text='Флаг активности подключения.'), + ), + migrations.AlterField( + model_name='externaldbsettings', + name='name', + field=models.CharField(help_text='Имя подключения для идентификации.', max_length=255, unique=True), + ), + migrations.AlterField( + model_name='externaldbsettings', + name='password', + field=models.CharField(help_text='Пароль для подключения.', max_length=255), + ), + migrations.AlterField( + model_name='externaldbsettings', + name='user', + field=models.CharField(help_text='Имя пользователя базы данных.', max_length=255), + ), + ] diff --git a/antifroud/migrations/0004_alter_externaldbsettings_options_and_more.py b/antifroud/migrations/0004_alter_externaldbsettings_options_and_more.py new file mode 100644 index 00000000..c9e24c37 --- /dev/null +++ b/antifroud/migrations/0004_alter_externaldbsettings_options_and_more.py @@ -0,0 +1,27 @@ +# Generated by Django 5.1.4 on 2024-12-12 14:42 + +from django.db import migrations, models + + +class Migration(migrations.Migration): + + dependencies = [ + ('antifroud', '0003_externaldbsettings_database_and_more'), + ] + + operations = [ + migrations.AlterModelOptions( + name='externaldbsettings', + options={'verbose_name': 'Настройка подключения к БД', 'verbose_name_plural': 'Настройки подключений к БД'}, + ), + migrations.AlterField( + model_name='externaldbsettings', + name='database', + field=models.CharField(default='u1510415_wp832', help_text='Имя базы данных.', max_length=255), + ), + migrations.AlterField( + model_name='externaldbsettings', + name='table_name', + field=models.CharField(blank=True, default='wpts_user_activity_log', help_text='Имя таблицы для загрузки данных.', max_length=255, null=True), + ), + ] diff --git a/antifroud/migrations/0005_importedhotel.py b/antifroud/migrations/0005_importedhotel.py new file mode 100644 index 00000000..23659006 --- /dev/null +++ b/antifroud/migrations/0005_importedhotel.py @@ -0,0 +1,24 @@ +# Generated by Django 5.1.4 on 2024-12-12 23:57 + +from django.db import migrations, models + + +class Migration(migrations.Migration): + + dependencies = [ + ('antifroud', '0004_alter_externaldbsettings_options_and_more'), + ] + + operations = [ + migrations.CreateModel( + name='ImportedHotel', + fields=[ + ('id', models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')), + ('external_id', models.CharField(max_length=255, unique=True, verbose_name='Внешний ID отеля')), + ('name', models.CharField(max_length=255, verbose_name='Имя отеля')), + ('created', models.DateTimeField(auto_now_add=True, verbose_name='Дата создания')), + ('updated', models.DateTimeField(auto_now=True, verbose_name='Дата обновления')), + ('imported', models.BooleanField(default=False, verbose_name='Импортирован в основную базу')), + ], + ), + ] diff --git a/antifroud/migrations/0006_alter_importedhotel_options.py b/antifroud/migrations/0006_alter_importedhotel_options.py new file mode 100644 index 00000000..c166c76c --- /dev/null +++ b/antifroud/migrations/0006_alter_importedhotel_options.py @@ -0,0 +1,17 @@ +# Generated by Django 5.1.4 on 2024-12-12 23:58 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('antifroud', '0005_importedhotel'), + ] + + operations = [ + migrations.AlterModelOptions( + name='importedhotel', + options={'verbose_name': 'Импортированный отель', 'verbose_name_plural': 'Импортированные отели'}, + ), + ] diff --git a/antifroud/migrations/0007_useractivitylog_external_id.py b/antifroud/migrations/0007_useractivitylog_external_id.py new file mode 100644 index 00000000..4111155e --- /dev/null +++ b/antifroud/migrations/0007_useractivitylog_external_id.py @@ -0,0 +1,18 @@ +# Generated by Django 5.1.4 on 2024-12-13 00:03 + +from django.db import migrations, models + + +class Migration(migrations.Migration): + + dependencies = [ + ('antifroud', '0006_alter_importedhotel_options'), + ] + + operations = [ + migrations.AddField( + model_name='useractivitylog', + name='external_id', + field=models.CharField(blank=True, max_length=255, null=True), + ), + ] diff --git a/antifroud/migrations/0008_alter_useractivitylog_id.py b/antifroud/migrations/0008_alter_useractivitylog_id.py new file mode 100644 index 00000000..e1277403 --- /dev/null +++ b/antifroud/migrations/0008_alter_useractivitylog_id.py @@ -0,0 +1,18 @@ +# Generated by Django 5.1.4 on 2024-12-13 00:09 + +from django.db import migrations, models + + +class Migration(migrations.Migration): + + dependencies = [ + ('antifroud', '0007_useractivitylog_external_id'), + ] + + operations = [ + migrations.AlterField( + model_name='useractivitylog', + name='id', + field=models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID'), + ), + ] diff --git a/antifroud/migrations/0009_importedhotel_display_name.py b/antifroud/migrations/0009_importedhotel_display_name.py new file mode 100644 index 00000000..d1c30b9a --- /dev/null +++ b/antifroud/migrations/0009_importedhotel_display_name.py @@ -0,0 +1,18 @@ +# Generated by Django 5.1.4 on 2024-12-13 00:32 + +from django.db import migrations, models + + +class Migration(migrations.Migration): + + dependencies = [ + ('antifroud', '0008_alter_useractivitylog_id'), + ] + + operations = [ + migrations.AddField( + model_name='importedhotel', + name='display_name', + field=models.CharField(blank=True, max_length=255, null=True, verbose_name='Отображаемое имя'), + ), + ] diff --git a/antifroud/migrations/__init__.py b/antifroud/migrations/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/antifroud/models.py b/antifroud/models.py new file mode 100644 index 00000000..66480557 --- /dev/null +++ b/antifroud/models.py @@ -0,0 +1,153 @@ +from django.db import models +from hotels.models import Hotel, Reservation + + +class UserActivityLog(models.Model): + external_id = models.CharField(max_length=255, null=True, blank=True) + user_id = models.BigIntegerField(verbose_name="ID пользователя") + ip = models.GenericIPAddressField(verbose_name="IP-адрес") + created = models.DateTimeField(verbose_name="Дата создания") + timestamp = models.BigIntegerField(verbose_name="Метка времени") + date_time = models.DateTimeField(verbose_name="Дата и время") + referred = models.TextField(blank=True, null=True, verbose_name="Реферальная ссылка") + agent = models.TextField(verbose_name="Агент пользователя") + platform = models.CharField(max_length=255, blank=True, null=True, verbose_name="Платформа") + version = models.CharField(max_length=255, blank=True, null=True, verbose_name="Версия") + model = models.CharField(max_length=255, blank=True, null=True, verbose_name="Модель устройства") + device = models.CharField(max_length=255, blank=True, null=True, verbose_name="Тип устройства") + UAString = models.TextField(verbose_name="User-Agent строка") + location = models.CharField(max_length=255, blank=True, null=True, verbose_name="Местоположение") + page_id = models.BigIntegerField(blank=True, null=True, verbose_name="ID страницы") + url_parameters = models.TextField(blank=True, null=True, verbose_name="Параметры URL") + page_title = models.TextField(blank=True, null=True, verbose_name="Заголовок страницы") + type = models.CharField(max_length=50, verbose_name="Тип") + last_counter = models.IntegerField(verbose_name="Последний счетчик") + hits = models.IntegerField(verbose_name="Количество обращений") + honeypot = models.BooleanField(verbose_name="Метка honeypot") + reply = models.BooleanField(verbose_name="Ответ пользователя") + page_url = models.URLField(blank=True, null=True, verbose_name="URL страницы") + + def __str__(self): + return f"UserActivityLog {self.id}: {self.page_title}" + + class Meta: + verbose_name = "Регистрация посетителей" + verbose_name_plural = "Регистрации посетителей" + + +class ExternalDBSettings(models.Model): + name = models.CharField(max_length=255, unique=True, help_text="Имя подключения для идентификации.") + host = models.CharField(max_length=255, help_text="Адрес сервера базы данных.") + port = models.PositiveIntegerField(default=3306, help_text="Порт сервера базы данных.") + user = models.CharField(max_length=255, help_text="Имя пользователя базы данных.") + password = models.CharField(max_length=255, help_text="Пароль для подключения.") + database = models.CharField(max_length=255, default="u1510415_wp832", help_text="Имя базы данных.") + table_name = models.CharField(max_length=255, blank=True, default="wpts_user_activity_log", null=True, help_text="Имя таблицы для загрузки данных.") + selected_fields = models.TextField(blank=True, null=True, help_text="Список полей для загрузки (через запятую).") + is_active = models.BooleanField(default=True, help_text="Флаг активности подключения.") + created_at = models.DateTimeField(auto_now_add=True) + updated_at = models.DateTimeField(auto_now=True) + + def __str__(self): + return f"{self.name} ({self.host}:{self.port})" + + class Meta: + verbose_name = "Настройка подключения к БД" + verbose_name_plural = "Настройки подключений к БД" + + +class RoomDiscrepancy(models.Model): + hotel = models.ForeignKey(Hotel, on_delete=models.CASCADE, verbose_name="Отель") + room_number = models.CharField(max_length=50, verbose_name="Номер комнаты") + booking_id = models.CharField(max_length=255, verbose_name="ID бронирования") + check_in_date_expected = models.DateField(verbose_name="Ожидаемая дата заселения") + check_in_date_actual = models.DateField(verbose_name="Фактическая дата заселения") + discrepancy_type = models.CharField( + max_length=50, + choices=[("early", "Раннее заселение"), ("late", "Позднее заселение"), ("missed", "Неявка")], + verbose_name="Тип несоответствия" + ) + created_at = models.DateTimeField(auto_now_add=True, verbose_name="Дата создания") + + def __str__(self): + return f"{self.hotel.name} - Room {self.room_number}: {self.discrepancy_type}" + + class Meta: + verbose_name = "Несовпадение в заселении" + verbose_name_plural = "Несовпадения в заселении" + + @staticmethod + def detect_discrepancies(expected_bookings, actual_check_ins): + """ + Сравнение ожидаемых и фактических данных о заселении. + """ + discrepancies = [] + + # Преобразуем фактические заселения в словарь для быстрого доступа + actual_dict = { + (entry.hotel_id, entry.room_number): entry.check_in_date + for entry in actual_check_ins + } + + for booking in expected_bookings: + key = (booking.hotel_id, booking.room_number) + actual_date = actual_dict.get(key) + + if actual_date is None: + discrepancies.append(RoomDiscrepancy( + hotel=booking.hotel, + room_number=booking.room_number, + booking_id=booking.booking_id, + check_in_date_expected=booking.check_in_date, + discrepancy_type="missed" + )) + elif actual_date < booking.check_in_date: + discrepancies.append(RoomDiscrepancy( + hotel=booking.hotel, + room_number=booking.room_number, + booking_id=booking.booking_id, + check_in_date_expected=booking.check_in_date, + check_in_date_actual=actual_date, + discrepancy_type="early" + )) + elif actual_date > booking.check_in_date: + discrepancies.append(RoomDiscrepancy( + hotel=booking.hotel, + room_number=booking.room_number, + booking_id=booking.booking_id, + check_in_date_expected=booking.check_in_date, + check_in_date_actual=actual_date, + discrepancy_type="late" + )) + + RoomDiscrepancy.objects.bulk_create(discrepancies) + +from urllib.parse import unquote +from html import unescape + +class ImportedHotel(models.Model): + external_id = models.CharField(max_length=255, unique=True, verbose_name="Внешний ID отеля") + name = models.CharField(max_length=255, verbose_name="Имя отеля") + display_name = models.CharField(max_length=255, null=True, blank=True, verbose_name="Отображаемое имя") + created = models.DateTimeField(auto_now_add=True, verbose_name="Дата создания") + updated = models.DateTimeField(auto_now=True, verbose_name="Дата обновления") + imported = models.BooleanField(default=False, verbose_name="Импортирован в основную базу") + + def __str__(self): + return f"{self.display_name or self.name} ({self.external_id})" + + class Meta: + verbose_name = "Импортированный отель" + verbose_name_plural = "Импортированные отели" + + def set_display_name_from_page_title(self, page_title): + """ + Декодирует HTML-сущности, URL-кодировку и устанавливает display_name. + """ + if page_title: + decoded = unquote(unescape(page_title)) + self.display_name = decoded + else: + self.display_name = self.name + self.save() + diff --git a/antifroud/templates/antifroud/admin/external_db_settings_change_form.html b/antifroud/templates/antifroud/admin/external_db_settings_change_form.html new file mode 100644 index 00000000..1adfb17d --- /dev/null +++ b/antifroud/templates/antifroud/admin/external_db_settings_change_form.html @@ -0,0 +1,177 @@ +{% extends "admin/base_site.html" %} + +{% block content %} + + + +
+

Настройки подключения к БД

+
+ {% csrf_token %} +
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ +
+ + + +
+
+
+
+ + +
+
+ + +
+
+
+
+
+ +
+
+ +{% if original.id %} + +{% else %} + +{% endif %} + + +{% endblock %} diff --git a/antifroud/templates/antifroud/admin/import_hotels.html b/antifroud/templates/antifroud/admin/import_hotels.html new file mode 100644 index 00000000..acc033ac --- /dev/null +++ b/antifroud/templates/antifroud/admin/import_hotels.html @@ -0,0 +1,97 @@ +{% extends "admin/change_list.html" %} +{% block content %} + + + +
+ +
+ + +{{ block.super }} + + + + + +
+ {% csrf_token %} + {{ form.as_p }} +
+ +{% endblock %} + +{% block extrahead %} + {{ block.super }} + + + + + +{% endblock %} diff --git a/antifroud/templates/antifroud/admin/imported_hotel_change_form.html b/antifroud/templates/antifroud/admin/imported_hotel_change_form.html new file mode 100644 index 00000000..050e14cd --- /dev/null +++ b/antifroud/templates/antifroud/admin/imported_hotel_change_form.html @@ -0,0 +1,33 @@ +{% extends "admin/base_site.html" %} +{% load i18n static %} + +{% block title %}Редактирование отеля{% endblock %} + +{% block content %} +
+

Редактирование отеля

+ +
+ {% csrf_token %} +
+ + +
+
+ + +
+
+ + +
+
+ + Назад +
+
+
+{% endblock %} diff --git a/antifroud/templates/antifroud/admin/imported_hotels.html b/antifroud/templates/antifroud/admin/imported_hotels.html new file mode 100644 index 00000000..3057f68c --- /dev/null +++ b/antifroud/templates/antifroud/admin/imported_hotels.html @@ -0,0 +1,143 @@ +{% extends "admin/change_list.html" %} +{% block content %} + +
+ +
+ + + + + + {{ block.super }} + + +
+ {% csrf_token %} + +
+ + + + + + + + + + + + + + + {% for hotel in imported_hotels %} + + + + + + + + + + {% endfor %} + +
Внешний IDОтображаемое имяИмя отеляДата созданияДата обновленияИмпортирован в основную базу
+ + {{ hotel.external_id }}{{ hotel.display_name }}{{ hotel.name }}{{ hotel.creation_date }}{{ hotel.updated_at }}{{ hotel.imported_to_main_db }}
+
+ + +
+ +{% endblock %} + +{% block extrahead %} + {{ block.super }} + + + + + +{% endblock %} diff --git a/antifroud/tests.py b/antifroud/tests.py new file mode 100644 index 00000000..7ce503c2 --- /dev/null +++ b/antifroud/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. diff --git a/antifroud/urls.py b/antifroud/urls.py new file mode 100644 index 00000000..22e92dc7 --- /dev/null +++ b/antifroud/urls.py @@ -0,0 +1,10 @@ +# antifroud/urls.py +from django.urls import path +from . import views + +app_name = 'antifroud' + +urlpatterns = [ + path('import_selected_hotels/', views.import_selected_hotels, name='importedhotels_import_selected_hotels'), + # Другие URL-адреса +] diff --git a/antifroud/views.py b/antifroud/views.py new file mode 100644 index 00000000..3a5498e5 --- /dev/null +++ b/antifroud/views.py @@ -0,0 +1,110 @@ +import logging +from django.http import JsonResponse +from django.shortcuts import render +from django.contrib.auth.decorators import login_required +from .models import ImportedHotel +from hotels.models import Hotel + +from django.contrib.admin.views.decorators import staff_member_required +from django.utils import timezone + +# Создаем логгер +logger = logging.getLogger('antifroud') + +@staff_member_required +def import_selected_hotels(request): + if request.method != 'POST': + logger.error("Invalid request method. Only POST is allowed.") + return JsonResponse({'success': False, 'error': 'Invalid request method'}) + + selected_hotels = request.POST.getlist('hotels') + if not selected_hotels: + logger.warning("No hotels selected for import.") + return JsonResponse({'success': False, 'error': 'No hotels selected'}) + + try: + logger.info("Fetching selected hotels from ImportedHotel model.") + + # Получаем отели, которые были выбраны для импорта + imported_hotels = ImportedHotel.objects.filter(id__in=selected_hotels) + logger.info(f"Found {imported_hotels.count()} selected hotels for import.") + + # Список для хранения новых объектов отелей + hotels_to_import = [] + + for imported_hotel in imported_hotels: + logger.debug(f"Preparing hotel data for import: {imported_hotel.name}, {imported_hotel.city}") + + # Получаем APIConfiguration (если имеется) + api_configuration = None + if imported_hotel.api: + api_configuration = imported_hotel.api + + # Получаем PMSConfiguration (если имеется) + pms_configuration = None + if imported_hotel.pms: + pms_configuration = imported_hotel.pms + + # Проверяем, импортирован ли отель из другого отеля (imported_from) + imported_from = None + if imported_hotel.imported_from: + imported_from = imported_hotel.imported_from + + # Подготовим данные для нового отеля + hotel_data = { + 'name': imported_hotel.name, + 'api': api_configuration, + 'pms': pms_configuration, + 'imported_from': imported_from, + 'imported_at': timezone.now(), # Устанавливаем дату импорта + 'import_status': 'completed', # Устанавливаем статус импорта + } + + # Создаем новый объект Hotel + hotel = Hotel(**hotel_data) + hotels_to_import.append(hotel) + + # Массово сохраняем новые отели в таблице Hotels + logger.info(f"Importing {len(hotels_to_import)} hotels into Hotel model.") + Hotel.objects.bulk_create(hotels_to_import) + logger.info("Hotels imported successfully.") + + # Обновляем статус импортированных отелей + imported_hotels.update(imported=True) + logger.info(f"Updated {imported_hotels.count()} imported hotels' status.") + + return JsonResponse({'success': True}) + + except Exception as e: + logger.error(f"Error during hotel import: {str(e)}", exc_info=True) + return JsonResponse({'success': False, 'error': str(e)}) + +from django.http import JsonResponse +from django.views.decorators.csrf import csrf_exempt +from .models import Hotel +from .forms import HotelImportForm +@csrf_exempt # Или используйте @login_required, если нужно ограничить доступ +def import_hotels(request): + if request.method == 'POST': + form = HotelImportForm(request.POST) + if form.is_valid(): + # Получаем выбранные отели + selected_hotels = form.cleaned_data['hotels'] + + # Логика импорта отелей (например, можно их обновить или импортировать в другую базу) + # Для примера, просто устанавливаем флаг "imported" в True + for hotel in selected_hotels: + hotel.imported_to_main_db = True + hotel.save() + + # Возвращаем успешный ответ + return JsonResponse({"message": "Отели успешно импортированы!"}, status=200) + else: + # Если форма невалидна + return JsonResponse({"message": "Ошибка при импорте отелей."}, status=400) + + else: + # GET-запрос, просто показываем форму + form = HotelImportForm() + + return render(request, 'antifroud/admin/import_hotels.html', {'form': form}) diff --git a/bot.log b/bot.log index e69de29b..7d464100 100644 --- a/bot.log +++ b/bot.log @@ -0,0 +1,4671 @@ +2024-12-13 09:24:06,011 - INFO - Watching for file changes with StatReloader +2024-12-13 09:24:06,011 - DEBUG - Waiting for apps ready_event. +2024-12-13 09:24:06,015 - DEBUG - Apps ready_event triggered. Sending autoreload_started signal. +2024-12-13 09:24:06,027 - DEBUG - Watching dir /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates with glob **/*. +2024-12-13 09:24:06,027 - DEBUG - Watching dir /home/trevor/touchh_bot/antifroud/templates with glob **/*. +2024-12-13 09:24:06,028 - DEBUG - Watching dir /home/trevor/touchh_bot/pms_integration/templates with glob **/*. +2024-12-13 09:24:06,028 - DEBUG - Watching dir /home/trevor/touchh_bot/scheduler/templates with glob **/*. +2024-12-13 09:24:06,028 - DEBUG - Watching dir /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/templates with glob **/*. +2024-12-13 09:24:06,028 - DEBUG - Watching dir /home/trevor/touchh_bot/locale with glob **/*.mo. +2024-12-13 09:24:06,028 - DEBUG - Watching dir /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/locale with glob **/*.mo. +2024-12-13 09:24:06,028 - DEBUG - Watching dir /home/trevor/touchh_bot/bot/locale with glob **/*.mo. +2024-12-13 09:24:06,029 - DEBUG - Watching dir /home/trevor/touchh_bot/pms_integration/locale with glob **/*.mo. +2024-12-13 09:24:06,029 - DEBUG - Watching dir /home/trevor/touchh_bot/hotels/locale with glob **/*.mo. +2024-12-13 09:24:06,029 - DEBUG - Watching dir /home/trevor/touchh_bot/users/locale with glob **/*.mo. +2024-12-13 09:24:06,029 - DEBUG - Watching dir /home/trevor/touchh_bot/scheduler/locale with glob **/*.mo. +2024-12-13 09:24:06,029 - DEBUG - Watching dir /home/trevor/touchh_bot/antifroud/locale with glob **/*.mo. +2024-12-13 09:24:06,029 - DEBUG - Watching dir /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/locale with glob **/*.mo. +2024-12-13 09:24:06,030 - DEBUG - Watching dir /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/db/locale with glob **/*.mo. +2024-12-13 09:24:06,030 - DEBUG - Watching dir /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/cache/locale with glob **/*.mo. +2024-12-13 09:24:06,373 - DEBUG - (0.000) + SELECT name, type FROM sqlite_master + WHERE type in ('table', 'view') AND NOT name='sqlite_sequence' + ORDER BY name; args=None; alias=default +2024-12-13 09:24:06,375 - DEBUG - (0.000) SELECT "django_migrations"."id", "django_migrations"."app", "django_migrations"."name", "django_migrations"."applied" FROM "django_migrations"; args=(); alias=default +2024-12-13 09:24:06,396 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/datastructures.py first seen with mtime 1733820595.79816 +2024-12-13 09:24:06,396 - DEBUG - File /usr/lib/python3.10/html/parser.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,396 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/__init__.py first seen with mtime 1733820589.9027593 +2024-12-13 09:24:06,396 - DEBUG - File /usr/lib/python3.10/asyncio/format_helpers.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,396 - DEBUG - File /usr/lib/python3.10/ipaddress.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,396 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/hashable.py first seen with mtime 1733820595.7991602 +2024-12-13 09:24:06,396 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/__init__.py first seen with mtime 1733820590.4327953 +2024-12-13 09:24:06,396 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/storage/mixins.py first seen with mtime 1733820595.7461567 +2024-12-13 09:24:06,396 - DEBUG - File /home/trevor/touchh_bot/users/apps.py first seen with mtime 1733444974.5831623 +2024-12-13 09:24:06,396 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/management/__init__.py first seen with mtime 1733820595.7391562 +2024-12-13 09:24:06,396 - DEBUG - File /usr/lib/python3.10/asyncio/sslproto.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,397 - DEBUG - File /usr/lib/python3.10/importlib/resources.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,397 - DEBUG - File /usr/lib/python3.10/zoneinfo/_tzpath.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,397 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/util.py first seen with mtime 1733820590.4337955 +2024-12-13 09:24:06,397 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/mail/message.py first seen with mtime 1733820595.7471566 +2024-12-13 09:24:06,397 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/lexer.py first seen with mtime 1733820590.0957725 +2024-12-13 09:24:06,397 - DEBUG - File /usr/lib/python3.10/importlib/metadata/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,397 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/timeout.py first seen with mtime 1733820589.9087598 +2024-12-13 09:24:06,397 - DEBUG - File /usr/lib/python3.10/email/errors.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,397 - DEBUG - File /usr/lib/python3.10/urllib/parse.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,397 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/aligned_indent.py first seen with mtime 1733820590.0967724 +2024-12-13 09:24:06,397 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/window.py first seen with mtime 1733820595.7731586 +2024-12-13 09:24:06,397 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/__init__.py first seen with mtime 1733820595.7541573 +2024-12-13 09:24:06,398 - DEBUG - File /usr/lib/python3.10/random.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,398 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/__init__.py first seen with mtime 1733820595.2431223 +2024-12-13 09:24:06,398 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/job.py first seen with mtime 1733820592.3159232 +2024-12-13 09:24:06,398 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/storage/memory.py first seen with mtime 1733820595.7461567 +2024-12-13 09:24:06,398 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/validation.py first seen with mtime 1733820595.7571573 +2024-12-13 09:24:06,398 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/autoreload.py first seen with mtime 1733820595.7891595 +2024-12-13 09:24:06,398 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/base.py first seen with mtime 1733820595.767158 +2024-12-13 09:24:06,398 - DEBUG - File /usr/lib/python3.10/importlib/metadata/_itertools.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,398 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/expressions.py first seen with mtime 1733820595.7681582 +2024-12-13 09:24:06,398 - DEBUG - File /usr/lib/python3.10/logging/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,398 - DEBUG - File /home/trevor/touchh_bot/hotels/admin.py first seen with mtime 1734066153.4186492 +2024-12-13 09:24:06,398 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/ssltransport.py first seen with mtime 1733820589.9077597 +2024-12-13 09:24:06,399 - DEBUG - File /home/trevor/touchh_bot/hotels/apps.py first seen with mtime 1733911203.2006078 +2024-12-13 09:24:06,399 - DEBUG - File /usr/lib/python3.10/_sysconfigdata__x86_64-linux-gnu.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,399 - DEBUG - File /home/trevor/touchh_bot/antifroud/urls.py first seen with mtime 1734070615.7637014 +2024-12-13 09:24:06,399 - DEBUG - File /usr/lib/python3.10/email/message.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,399 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/cache.py first seen with mtime 1733820595.7971601 +2024-12-13 09:24:06,399 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/apps/__init__.py first seen with mtime 1733820595.2441225 +2024-12-13 09:24:06,399 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/client.py first seen with mtime 1733820595.7561574 +2024-12-13 09:24:06,399 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/crypto.py first seen with mtime 1733820595.79816 +2024-12-13 09:24:06,399 - DEBUG - File /usr/lib/python3.10/multiprocessing/process.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,399 - DEBUG - File /usr/lib/python3.10/email/mime/nonmultipart.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,399 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/library.py first seen with mtime 1733820595.7911596 +2024-12-13 09:24:06,400 - DEBUG - File /usr/lib/python3.10/dis.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,400 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/fields.py first seen with mtime 1733820595.7761588 +2024-12-13 09:24:06,400 - DEBUG - File /usr/lib/python3.10/lib-dynload/_opcode.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:24:06,400 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/__init__.py first seen with mtime 1733820595.738156 +2024-12-13 09:24:06,400 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/__init__.py first seen with mtime 1733820592.016903 +2024-12-13 09:24:06,400 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/__init__.py first seen with mtime 1733820592.3159232 +2024-12-13 09:24:06,400 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/translation/reloader.py first seen with mtime 1733820595.8021605 +2024-12-13 09:24:06,400 - DEBUG - File /usr/lib/python3.10/asyncio/selector_events.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,400 - DEBUG - File /usr/lib/python3.10/glob.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,400 - DEBUG - File /usr/lib/python3.10/platform.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,400 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/forms.py first seen with mtime 1733820595.4881392 +2024-12-13 09:24:06,400 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/management/__init__.py first seen with mtime 1733820595.749157 +2024-12-13 09:24:06,401 - DEBUG - File /usr/lib/python3.10/lib-dynload/_lzma.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:24:06,401 - DEBUG - File /usr/lib/python3.10/urllib/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,401 - DEBUG - File /usr/lib/python3.10/collections/abc.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,401 - DEBUG - File /usr/lib/python3.10/email/_encoded_words.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,401 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/__init__.py first seen with mtime 1733820595.7891595 +2024-12-13 09:24:06,401 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/admin.py first seen with mtime 1733820595.4481363 +2024-12-13 09:24:06,401 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/util.py first seen with mtime 1733820592.3159232 +2024-12-13 09:24:06,401 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/api.py first seen with mtime 1733820591.9278967 +2024-12-13 09:24:06,401 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/generic/dates.py first seen with mtime 1733820595.8051608 +2024-12-13 09:24:06,401 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/idna/idnadata.py first seen with mtime 1733820591.7948878 +2024-12-13 09:24:06,401 - DEBUG - File /usr/lib/python3.10/calendar.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,401 - DEBUG - File /usr/lib/python3.10/re.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,401 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/tzlocal/unix.py first seen with mtime 1733820589.9777644 +2024-12-13 09:24:06,401 - DEBUG - File /home/trevor/touchh_bot/users/__init__.py first seen with mtime 1733444974.5821624 +2024-12-13 09:24:06,402 - DEBUG - File /usr/lib/python3.10/json/decoder.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,402 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/apps.py first seen with mtime 1733820595.3141272 +2024-12-13 09:24:06,402 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/patterns/gitwildmatch.py first seen with mtime 1733820590.4337955 +2024-12-13 09:24:06,402 - DEBUG - File /usr/lib/python3.10/multiprocessing/connection.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,402 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/safestring.py first seen with mtime 1733820595.8011603 +2024-12-13 09:24:06,402 - DEBUG - File /usr/lib/python3.10/email/feedparser.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,402 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loaders/cached.py first seen with mtime 1733820595.79316 +2024-12-13 09:24:06,402 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/management/__init__.py first seen with mtime 1733820595.485139 +2024-12-13 09:24:06,402 - DEBUG - File /etc/python3.10/sitecustomize.py first seen with mtime 1648890259.0 +2024-12-13 09:24:06,402 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/password_validation.py first seen with mtime 1733820595.4501364 +2024-12-13 09:24:06,402 - DEBUG - File /home/trevor/touchh_bot/antifroud/models.py first seen with mtime 1734049955.9706087 +2024-12-13 09:24:06,402 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/middleware/security.py first seen with mtime 1733820595.7891595 +2024-12-13 09:24:06,402 - DEBUG - File /usr/lib/python3.10/email/mime/text.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,402 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/translation/__init__.py first seen with mtime 1733820595.8021605 +2024-12-13 09:24:06,403 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/ssl_.py first seen with mtime 1733820589.9077597 +2024-12-13 09:24:06,403 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/features.py first seen with mtime 1733820595.7561574 +2024-12-13 09:24:06,403 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/wsgi.py first seen with mtime 1733820595.7411563 +2024-12-13 09:24:06,403 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/mail/utils.py first seen with mtime 1733820595.7481568 +2024-12-13 09:24:06,403 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/views/decorators.py first seen with mtime 1733820595.4131339 +2024-12-13 09:24:06,403 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/conf/global_settings.py first seen with mtime 1733820595.2441225 +2024-12-13 09:24:06,403 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/renderers.py first seen with mtime 1733820595.7761588 +2024-12-13 09:24:06,403 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/_auth.py first seen with mtime 1733820590.2007794 +2024-12-13 09:24:06,403 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/timesince.py first seen with mtime 1733820595.8011603 +2024-12-13 09:24:06,403 - DEBUG - File /usr/lib/python3.10/uu.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,403 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/http2/probe.py first seen with mtime 1733820589.9067595 +2024-12-13 09:24:06,403 - DEBUG - File /usr/lib/python3.10/collections/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,403 - DEBUG - File /usr/lib/python3.10/asyncio/subprocess.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,404 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/__init__.py first seen with mtime 1733820595.7451565 +2024-12-13 09:24:06,404 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/conf.py first seen with mtime 1734064914.7897305 +2024-12-13 09:24:06,404 - DEBUG - File /home/trevor/touchh_bot/hotels/__init__.py first seen with mtime 1733444974.5071633 +2024-12-13 09:24:06,404 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/urls.py first seen with mtime 1733820595.7441566 +2024-12-13 09:24:06,404 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loaders/filesystem.py first seen with mtime 1733820595.79316 +2024-12-13 09:24:06,404 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/datetime.py first seen with mtime 1733820595.7721584 +2024-12-13 09:24:06,404 - DEBUG - File /usr/lib/python3.10/locale.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,404 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/cd.py first seen with mtime 1733820591.928897 +2024-12-13 09:24:06,404 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/__init__.py first seen with mtime 1733820595.7551572 +2024-12-13 09:24:06,404 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/base.py first seen with mtime 1733820595.7891595 +2024-12-13 09:24:06,404 - DEBUG - File /usr/lib/python3.10/decimal.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,404 - DEBUG - File /home/trevor/touchh_bot/bot/models.py first seen with mtime 1733444974.5041635 +2024-12-13 09:24:06,404 - DEBUG - File /usr/lib/python3.10/asyncio/staggered.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,404 - DEBUG - File /usr/lib/python3.10/datetime.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,405 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/tokens.py first seen with mtime 1733820590.0977726 +2024-12-13 09:24:06,405 - DEBUG - File /usr/lib/python3.10/email/quoprimime.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,405 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/timezone.py first seen with mtime 1733820595.8021605 +2024-12-13 09:24:06,405 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/response.py first seen with mtime 1733820589.9077597 +2024-12-13 09:24:06,405 - DEBUG - File /usr/lib/python3.10/email/mime/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,405 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/deconstruct.py first seen with mtime 1733820595.79816 +2024-12-13 09:24:06,405 - DEBUG - File /usr/lib/python3.10/asyncio/base_subprocess.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,405 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/related.py first seen with mtime 1733820595.7711585 +2024-12-13 09:24:06,405 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/structures.py first seen with mtime 1733820592.018903 +2024-12-13 09:24:06,405 - DEBUG - File /usr/lib/python3.10/io.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,405 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/context.py first seen with mtime 1733820595.7901597 +2024-12-13 09:24:06,405 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/right_margin.py first seen with mtime 1733820590.0967724 +2024-12-13 09:24:06,406 - DEBUG - File /usr/lib/python3.10/quopri.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,406 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/apps/registry.py first seen with mtime 1733820595.2441225 +2024-12-13 09:24:06,406 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/converters.py first seen with mtime 1733820595.79616 +2024-12-13 09:24:06,406 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/__init__.py first seen with mtime 1733820590.2007794 +2024-12-13 09:24:06,406 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/storage.py first seen with mtime 1733820595.738156 +2024-12-13 09:24:06,406 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/views.py first seen with mtime 1733820595.4501364 +2024-12-13 09:24:06,406 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/caches.py first seen with mtime 1733820595.7431564 +2024-12-13 09:24:06,406 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/urls.py first seen with mtime 1734064914.7897305 +2024-12-13 09:24:06,406 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/conf.py first seen with mtime 1733820595.79616 +2024-12-13 09:24:06,406 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/__init__.py first seen with mtime 1733820595.313127 +2024-12-13 09:24:06,407 - DEBUG - File /home/trevor/touchh_bot/scheduler/models.py first seen with mtime 1733911203.2516077 +2024-12-13 09:24:06,407 - DEBUG - File /usr/lib/python3.10/multiprocessing/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,407 - DEBUG - File /usr/lib/python3.10/selectors.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,407 - DEBUG - File /usr/lib/python3.10/string.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,407 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/_collections.py first seen with mtime 1733820589.9027593 +2024-12-13 09:24:06,407 - DEBUG - File /usr/lib/python3.10/lib-dynload/_bz2.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:24:06,407 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/certs.py first seen with mtime 1733820592.016903 +2024-12-13 09:24:06,407 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/servers/__init__.py first seen with mtime 1733820595.7541573 +2024-12-13 09:24:06,407 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/hashers.py first seen with mtime 1733820595.4491365 +2024-12-13 09:24:06,407 - DEBUG - File /usr/lib/python3.10/logging/config.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,408 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/security/sessions.py first seen with mtime 1733820595.7441566 +2024-12-13 09:24:06,408 - DEBUG - File /usr/lib/python3.10/concurrent/futures/_base.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,408 - DEBUG - File /usr/lib/python3.10/http/cookies.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,408 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/dateformat.py first seen with mtime 1733820595.79816 +2024-12-13 09:24:06,408 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/log.py first seen with mtime 1733820595.8001604 +2024-12-13 09:24:06,408 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/_meta.py first seen with mtime 1733820590.4327953 +2024-12-13 09:24:06,408 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/_base_connection.py first seen with mtime 1733820589.9027593 +2024-12-13 09:24:06,408 - DEBUG - File /usr/lib/python3.10/codecs.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,408 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/apps/config.py first seen with mtime 1733820595.2441225 +2024-12-13 09:24:06,408 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/events.py first seen with mtime 1733820592.3159232 +2024-12-13 09:24:06,409 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/filepost.py first seen with mtime 1733820589.9047594 +2024-12-13 09:24:06,409 - DEBUG - File /usr/lib/python3.10/socket.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,409 - DEBUG - File /usr/lib/python3.10/importlib/_adapters.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,409 - DEBUG - File /usr/lib/python3.10/_sitebuiltins.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,409 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/times.py first seen with mtime 1733820590.2017796 +2024-12-13 09:24:06,409 - DEBUG - File /usr/lib/python3.10/email/mime/base.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,409 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/decorators/debug.py first seen with mtime 1733820595.8041606 +2024-12-13 09:24:06,409 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/numberformat.py first seen with mtime 1733820595.8011603 +2024-12-13 09:24:06,409 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/uploadhandler.py first seen with mtime 1733820595.7451565 +2024-12-13 09:24:06,409 - DEBUG - File /usr/lib/python3.10/configparser.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,409 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/utils.py first seen with mtime 1733820595.765158 +2024-12-13 09:24:06,410 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/cursors.py first seen with mtime 1733820590.2017796 +2024-12-13 09:24:06,410 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/wsgi.py first seen with mtime 1733820595.7471566 +2024-12-13 09:24:06,410 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/contrib/__init__.py first seen with mtime 1733820589.9047594 +2024-12-13 09:24:06,410 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/utils.py first seen with mtime 1733820595.7701583 +2024-12-13 09:24:06,410 - DEBUG - File /usr/lib/python3.10/pathlib.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,410 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/patterns/__init__.py first seen with mtime 1733820590.4337955 +2024-12-13 09:24:06,410 - DEBUG - File /usr/lib/python3.10/sqlite3/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,410 - DEBUG - File /usr/lib/python3.10/email/generator.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,410 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/templates.py first seen with mtime 1733820595.7431564 +2024-12-13 09:24:06,410 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/certifi/__init__.py first seen with mtime 1733820591.9508984 +2024-12-13 09:24:06,411 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/__init__.py first seen with mtime 1733820591.928897 +2024-12-13 09:24:06,411 - DEBUG - File /usr/lib/python3.10/genericpath.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,411 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/legacy.py first seen with mtime 1733820591.9248965 +2024-12-13 09:24:06,411 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/templatetags/admin_modify.py first seen with mtime 1733820595.4131339 +2024-12-13 09:24:06,411 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/decorators/csrf.py first seen with mtime 1733820595.8041606 +2024-12-13 09:24:06,411 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/operations.py first seen with mtime 1733820595.7561574 +2024-12-13 09:24:06,411 - DEBUG - File /usr/lib/python3.10/http/cookiejar.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,411 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/FIELD_TYPE.py first seen with mtime 1733820590.2027798 +2024-12-13 09:24:06,411 - DEBUG - File /home/trevor/touchh_bot/touchh/settings.py first seen with mtime 1734071044.903765 +2024-12-13 09:24:06,412 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/base.py first seen with mtime 1733820595.7561574 +2024-12-13 09:24:06,412 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/http/__init__.py first seen with mtime 1733820595.7871594 +2024-12-13 09:24:06,412 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/smartif.py first seen with mtime 1733820595.7911596 +2024-12-13 09:24:06,412 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/__init__.py first seen with mtime 1733820595.7751586 +2024-12-13 09:24:06,412 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/sql/where.py first seen with mtime 1733820595.7751586 +2024-12-13 09:24:06,412 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/keywords.py first seen with mtime 1733820590.0957725 +2024-12-13 09:24:06,412 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/schedulers/base.py first seen with mtime 1733820592.3189235 +2024-12-13 09:24:06,412 - DEBUG - File /usr/lib/python3.10/lib-dynload/_multibytecodec.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:24:06,412 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/output.py first seen with mtime 1733820590.0967724 +2024-12-13 09:24:06,413 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/servers/basehttp.py first seen with mtime 1733820595.7541573 +2024-12-13 09:24:06,413 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/jobstores/__init__.py first seen with mtime 1733820592.3169231 +2024-12-13 09:24:06,413 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/connection.py first seen with mtime 1733820595.7971601 +2024-12-13 09:24:06,413 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/management/__init__.py first seen with mtime 1733820595.516141 +2024-12-13 09:24:06,413 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/generic/detail.py first seen with mtime 1733820595.8051608 +2024-12-13 09:24:06,413 - DEBUG - File /usr/lib/python3.10/encodings/utf_8.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,413 - DEBUG - File /usr/lib/python3.10/_compat_pickle.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,413 - DEBUG - File /usr/lib/python3.10/difflib.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,413 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/dateparse.py first seen with mtime 1733820595.79816 +2024-12-13 09:24:06,413 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/engine/filter_stack.py first seen with mtime 1733820590.0957725 +2024-12-13 09:24:06,414 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/generic/edit.py first seen with mtime 1733820595.8051608 +2024-12-13 09:24:06,414 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loader_tags.py first seen with mtime 1733820595.7911596 +2024-12-13 09:24:06,414 - DEBUG - File /usr/lib/python3.10/importlib/_abc.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,414 - DEBUG - File /home/trevor/touchh_bot/antifroud/admin.py first seen with mtime 1734070446.7661307 +2024-12-13 09:24:06,414 - DEBUG - File /usr/lib/python3.10/asyncio/protocols.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,414 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/locks.py first seen with mtime 1733820595.7451565 +2024-12-13 09:24:06,414 - DEBUG - File /usr/lib/python3.10/mimetypes.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,414 - DEBUG - File /usr/lib/python3.10/_compression.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,414 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/lorem_ipsum.py first seen with mtime 1733820595.8001604 +2024-12-13 09:24:06,414 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/db/apps.py first seen with mtime 1734064914.7937305 +2024-12-13 09:24:06,414 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/optionfile.py first seen with mtime 1733820590.2017796 +2024-12-13 09:24:06,415 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/duration.py first seen with mtime 1733820595.7991602 +2024-12-13 09:24:06,415 - DEBUG - File /usr/lib/python3.10/lib-dynload/_json.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:24:06,415 - DEBUG - File /usr/lib/python3.10/keyword.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,415 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/tzlocal/utils.py first seen with mtime 1733820589.9777644 +2024-12-13 09:24:06,415 - DEBUG - File /usr/lib/python3.10/sqlite3/dbapi2.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,415 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/apps.py first seen with mtime 1733820596.939238 +2024-12-13 09:24:06,415 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/management/color.py first seen with mtime 1733820595.749157 +2024-12-13 09:24:06,415 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/http/request.py first seen with mtime 1733820595.7881596 +2024-12-13 09:24:06,415 - DEBUG - File /home/trevor/touchh_bot/scheduler/utils.py first seen with mtime 1733911203.2536077 +2024-12-13 09:24:06,415 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loaders/__init__.py first seen with mtime 1733820595.7921598 +2024-12-13 09:24:06,415 - DEBUG - File /usr/lib/python3.10/uuid.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,416 - DEBUG - File /usr/lib/python3.10/asyncio/queues.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,416 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/helpers.py first seen with mtime 1733820595.3151274 +2024-12-13 09:24:06,416 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/checks.py first seen with mtime 1733820595.4481363 +2024-12-13 09:24:06,416 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/operations/models.py first seen with mtime 1733820595.766158 +2024-12-13 09:24:06,416 - DEBUG - File /usr/lib/python3.10/email/mime/message.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,416 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/text.py first seen with mtime 1733820595.8011603 +2024-12-13 09:24:06,416 - DEBUG - File /usr/lib/python3.10/getpass.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,416 - DEBUG - File /usr/lib/python3.10/typing.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,416 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/backends.py first seen with mtime 1734064914.7897305 +2024-12-13 09:24:06,417 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/_version.py first seen with mtime 1733820589.9037595 +2024-12-13 09:24:06,417 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/models.py first seen with mtime 1733820595.4881392 +2024-12-13 09:24:06,417 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/base_user.py first seen with mtime 1733820595.4481363 +2024-12-13 09:24:06,417 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/autoreload.py first seen with mtime 1733820595.7971601 +2024-12-13 09:24:06,417 - DEBUG - File /usr/lib/python3.10/asyncio/mixins.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,417 - DEBUG - File /usr/lib/python3.10/_weakrefset.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,417 - DEBUG - File /home/trevor/touchh_bot/bot/admin.py first seen with mtime 1733444974.5031633 +2024-12-13 09:24:06,417 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sites/requests.py first seen with mtime 1733820595.7101543 +2024-12-13 09:24:06,417 - DEBUG - File /home/trevor/touchh_bot/bot/apps.py first seen with mtime 1733911203.1966078 +2024-12-13 09:24:06,417 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/decorators/cache.py first seen with mtime 1733820595.8041606 +2024-12-13 09:24:06,417 - DEBUG - File /usr/lib/python3.10/urllib/error.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,418 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/management/commands/runserver.py first seen with mtime 1733820595.7401562 +2024-12-13 09:24:06,418 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/adapters.py first seen with mtime 1733820592.016903 +2024-12-13 09:24:06,418 - DEBUG - File /usr/lib/python3.10/reprlib.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,418 - DEBUG - File /usr/lib/python3.10/dataclasses.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,418 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/jobstores/base.py first seen with mtime 1733820592.3179233 +2024-12-13 09:24:06,418 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/middleware/csrf.py first seen with mtime 1733820595.7881596 +2024-12-13 09:24:06,418 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/dates.py first seen with mtime 1733820595.79816 +2024-12-13 09:24:06,418 - DEBUG - File /home/trevor/touchh_bot/scheduler/admin.py first seen with mtime 1734013743.815997 +2024-12-13 09:24:06,418 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/__init__.py first seen with mtime 1733820595.79616 +2024-12-13 09:24:06,418 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/query_utils.py first seen with mtime 1733820595.7701583 +2024-12-13 09:24:06,419 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/connection.py first seen with mtime 1733820589.9067595 +2024-12-13 09:24:06,419 - DEBUG - File /usr/lib/python3.10/email/encoders.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,419 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/models.py first seen with mtime 1733820595.6801522 +2024-12-13 09:24:06,419 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/decorators.py first seen with mtime 1733820595.3141272 +2024-12-13 09:24:06,419 - DEBUG - File /usr/lib/python3.10/lib-dynload/termios.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:24:06,419 - DEBUG - File /usr/lib/python3.10/enum.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,419 - DEBUG - File /usr/lib/python3.10/csv.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,419 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loaders/base.py first seen with mtime 1733820595.7921598 +2024-12-13 09:24:06,419 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/others.py first seen with mtime 1733820590.0967724 +2024-12-13 09:24:06,419 - DEBUG - File /usr/lib/python3.10/email/header.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,420 - DEBUG - File /home/trevor/touchh_bot/antifroud/__init__.py first seen with mtime 1734005666.8537903 +2024-12-13 09:24:06,420 - DEBUG - File /home/trevor/touchh_bot/manage.py first seen with mtime 1733911203.201608 +2024-12-13 09:24:06,420 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/asgiref/sync.py first seen with mtime 1733820592.3029222 +2024-12-13 09:24:06,420 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/db/__init__.py first seen with mtime 1734064914.7937305 +2024-12-13 09:24:06,420 - DEBUG - File /home/trevor/touchh_bot/antifroud/views.py first seen with mtime 1734070924.2249825 +2024-12-13 09:24:06,420 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/__init__.py first seen with mtime 1733820590.2027798 +2024-12-13 09:24:06,420 - DEBUG - File /usr/lib/python3.10/threading.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,420 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/__init__.py first seen with mtime 1733820596.939238 +2024-12-13 09:24:06,420 - DEBUG - File /usr/lib/python3.10/graphlib.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,420 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/backends/__init__.py first seen with mtime 1733820595.7911596 +2024-12-13 09:24:06,421 - DEBUG - File /usr/lib/python3.10/logging/handlers.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,421 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/signals.py first seen with mtime 1733820595.7551572 +2024-12-13 09:24:06,421 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/idna/package_data.py first seen with mtime 1733820591.7958877 +2024-12-13 09:24:06,421 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/cache/backends/filebased.py first seen with mtime 1733820595.7421563 +2024-12-13 09:24:06,421 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/COMMAND.py first seen with mtime 1733820590.2017796 +2024-12-13 09:24:06,421 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/images.py first seen with mtime 1733820595.7451565 +2024-12-13 09:24:06,421 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/storage/filesystem.py first seen with mtime 1733820595.7461567 +2024-12-13 09:24:06,421 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/utils.py first seen with mtime 1733820595.79616 +2024-12-13 09:24:06,421 - DEBUG - File /usr/lib/python3.10/email/mime/multipart.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,421 - DEBUG - File /home/trevor/touchh_bot/bot/__init__.py first seen with mtime 1733444974.5021634 +2024-12-13 09:24:06,422 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/reindent.py first seen with mtime 1733820590.0967724 +2024-12-13 09:24:06,422 - DEBUG - File /usr/lib/python3.10/contextvars.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,422 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/exceptions.py first seen with mtime 1734064914.7897305 +2024-12-13 09:24:06,422 - DEBUG - File /usr/lib/python3.10/traceback.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,422 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/options.py first seen with mtime 1733820595.7691581 +2024-12-13 09:24:06,422 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/ddl_references.py first seen with mtime 1733820595.7551572 +2024-12-13 09:24:06,422 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/middleware.py first seen with mtime 1733820595.4491365 +2024-12-13 09:24:06,422 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/middleware/cache.py first seen with mtime 1733820595.7881596 +2024-12-13 09:24:06,422 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/handlers.py first seen with mtime 1733820595.738156 +2024-12-13 09:24:06,422 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/indexes.py first seen with mtime 1733820595.7681582 +2024-12-13 09:24:06,422 - DEBUG - File /usr/lib/python3.10/html/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,422 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/inspect.py first seen with mtime 1733820595.8001604 +2024-12-13 09:24:06,422 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/http2/__init__.py first seen with mtime 1733820589.9067595 +2024-12-13 09:24:06,422 - DEBUG - File /usr/lib/python3.10/base64.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,422 - DEBUG - File /usr/lib/python3.10/asyncio/threads.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,422 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/apps.py first seen with mtime 1733820595.4481363 +2024-12-13 09:24:06,422 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/comparison.py first seen with mtime 1733820595.7721584 +2024-12-13 09:24:06,423 - DEBUG - File /usr/lib/python3.10/tokenize.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,423 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/debug.py first seen with mtime 1733820595.8031604 +2024-12-13 09:24:06,423 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/migration.py first seen with mtime 1733820595.7641578 +2024-12-13 09:24:06,423 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/related_lookups.py first seen with mtime 1733820595.7721584 +2024-12-13 09:24:06,423 - DEBUG - File /usr/lib/python3.10/asyncio/unix_events.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,423 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loader.py first seen with mtime 1733820595.7911596 +2024-12-13 09:24:06,423 - DEBUG - File /usr/lib/python3.10/lzma.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,423 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/proxy.py first seen with mtime 1733820595.7711585 +2024-12-13 09:24:06,423 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/proxy.py first seen with mtime 1733820589.9067595 +2024-12-13 09:24:06,423 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/auth.py first seen with mtime 1733820592.016903 +2024-12-13 09:24:06,423 - DEBUG - File /usr/lib/python3.10/asyncio/transports.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,424 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/generic/__init__.py first seen with mtime 1733820595.8051608 +2024-12-13 09:24:06,424 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/management/commands/__init__.py first seen with mtime 1733820595.7391562 +2024-12-13 09:24:06,424 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/backends/django.py first seen with mtime 1733820595.7921598 +2024-12-13 09:24:06,424 - DEBUG - File /home/trevor/touchh_bot/pms_integration/models.py first seen with mtime 1733911203.2486076 +2024-12-13 09:24:06,424 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/introspection.py first seen with mtime 1733820595.7631578 +2024-12-13 09:24:06,424 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/query.py first seen with mtime 1733820595.7691581 +2024-12-13 09:24:06,424 - DEBUG - File /usr/lib/python3.10/importlib/metadata/_functools.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,424 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/response.py first seen with mtime 1733820589.9047594 +2024-12-13 09:24:06,424 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/sql/query.py first seen with mtime 1733820595.7741585 +2024-12-13 09:24:06,424 - DEBUG - File /usr/lib/python3.10/sysconfig.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,424 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/files.py first seen with mtime 1733820595.7431564 +2024-12-13 09:24:06,424 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/exceptions.py first seen with mtime 1733820595.79616 +2024-12-13 09:24:06,425 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/__init__.py first seen with mtime 1733820595.7421563 +2024-12-13 09:24:06,425 - DEBUG - File /usr/lib/python3.10/concurrent/futures/thread.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,425 - DEBUG - File /usr/lib/python3.10/asyncio/exceptions.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,425 - DEBUG - File /usr/lib/python3.10/wsgiref/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,425 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/tzlocal/windows_tz.py first seen with mtime 1733820589.9787645 +2024-12-13 09:24:06,425 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/shortcuts.py first seen with mtime 1733820595.2431223 +2024-12-13 09:24:06,425 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/version.py first seen with mtime 1733820591.9248965 +2024-12-13 09:24:06,425 - DEBUG - File /usr/lib/python3.10/wsgiref/util.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,425 - DEBUG - File /usr/lib/python3.10/email/base64mime.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,425 - DEBUG - File /usr/lib/python3.10/token.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,425 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/management/base.py first seen with mtime 1733820595.749157 +2024-12-13 09:24:06,426 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/asgiref/local.py first seen with mtime 1733820592.301922 +2024-12-13 09:24:06,426 - DEBUG - File /usr/lib/python3.10/warnings.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,426 - DEBUG - File /home/trevor/touchh_bot/touchh/urls.py first seen with mtime 1734070629.7614174 +2024-12-13 09:24:06,426 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/admin.py first seen with mtime 1733820595.4881392 +2024-12-13 09:24:06,426 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/request.py first seen with mtime 1733820589.9077597 +2024-12-13 09:24:06,426 - DEBUG - File /usr/lib/python3.10/numbers.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,426 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/cache/utils.py first seen with mtime 1733820595.7411563 +2024-12-13 09:24:06,426 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/sessions.py first seen with mtime 1733820592.018903 +2024-12-13 09:24:06,426 - DEBUG - File /usr/lib/python3.10/copy.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,426 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/cache/backends/__init__.py first seen with mtime 1733820595.7411563 +2024-12-13 09:24:06,426 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/forms.py first seen with mtime 1733820595.7761588 +2024-12-13 09:24:06,426 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/__init__.py first seen with mtime 1734064914.7887306 +2024-12-13 09:24:06,427 - DEBUG - File /usr/lib/python3.10/email/utils.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,427 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/generic/base.py first seen with mtime 1733820595.8051608 +2024-12-13 09:24:06,427 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/views.py first seen with mtime 1734064914.7897305 +2024-12-13 09:24:06,427 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/text.py first seen with mtime 1733820595.7731586 +2024-12-13 09:24:06,427 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/__init__.py first seen with mtime 1733820595.4481363 +2024-12-13 09:24:06,427 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/utils.py first seen with mtime 1733820590.0957725 +2024-12-13 09:24:06,427 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/operations/special.py first seen with mtime 1733820595.766158 +2024-12-13 09:24:06,427 - DEBUG - File /usr/lib/python3.10/abc.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,427 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/schedulers/asyncio.py first seen with mtime 1733820592.3189235 +2024-12-13 09:24:06,427 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/security/__init__.py first seen with mtime 1733820595.7441566 +2024-12-13 09:24:06,428 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/err.py first seen with mtime 1733820590.2017796 +2024-12-13 09:24:06,428 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/exceptions.py first seen with mtime 1733820595.7401562 +2024-12-13 09:24:06,428 - DEBUG - File /usr/lib/python3.10/statistics.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,428 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/compat.py first seen with mtime 1733820592.0179029 +2024-12-13 09:24:06,428 - DEBUG - File /usr/lib/python3.10/timeit.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,428 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/utils.py first seen with mtime 1733820595.6241484 +2024-12-13 09:24:06,428 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/idna/core.py first seen with mtime 1733820591.7938876 +2024-12-13 09:24:06,428 - DEBUG - File /usr/lib/python3.10/lib-dynload/_ssl.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:24:06,428 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/cache/backends.py first seen with mtime 1734064914.7907305 +2024-12-13 09:24:06,428 - DEBUG - File /usr/lib/python3.10/contextlib.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,428 - DEBUG - File /usr/lib/python3.10/lib-dynload/_decimal.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:24:06,429 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/sql.py first seen with mtime 1733820590.0957725 +2024-12-13 09:24:06,429 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/__init__.py first seen with mtime 1733820595.313127 +2024-12-13 09:24:06,429 - DEBUG - File /usr/lib/python3.10/asyncio/streams.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,429 - DEBUG - File /usr/lib/python3.10/asyncio/base_events.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,429 - DEBUG - File /usr/lib/python3.10/sre_constants.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,429 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/lookups.py first seen with mtime 1733820595.7681582 +2024-12-13 09:24:06,429 - DEBUG - File /usr/lib/python3.10/queue.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,429 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/async_checks.py first seen with mtime 1733820595.7431564 +2024-12-13 09:24:06,429 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sites/__init__.py first seen with mtime 1733820595.7091541 +2024-12-13 09:24:06,429 - DEBUG - File /usr/lib/python3.10/urllib/response.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,429 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/response.py first seen with mtime 1733820595.7911596 +2024-12-13 09:24:06,429 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/state.py first seen with mtime 1733820595.765158 +2024-12-13 09:24:06,430 - DEBUG - File /usr/lib/python3.10/importlib/metadata/_adapters.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,430 - DEBUG - File /usr/lib/python3.10/multiprocessing/util.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,430 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/constants.py first seen with mtime 1733820595.767158 +2024-12-13 09:24:06,430 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/base.py first seen with mtime 1733820595.7451565 +2024-12-13 09:24:06,430 - DEBUG - File /home/trevor/touchh_bot/pms_integration/plugins/__init__.py first seen with mtime 1733911203.2486076 +2024-12-13 09:24:06,430 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/exceptions.py first seen with mtime 1733820595.6801522 +2024-12-13 09:24:06,430 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/sql/constants.py first seen with mtime 1733820595.7741585 +2024-12-13 09:24:06,430 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/_internal_utils.py first seen with mtime 1733820592.016903 +2024-12-13 09:24:06,430 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/_functions.py first seen with mtime 1733820595.7621577 +2024-12-13 09:24:06,430 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/models.py first seen with mtime 1733820592.0179029 +2024-12-13 09:24:06,430 - DEBUG - File /usr/lib/python3.10/asyncio/tasks.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,431 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/tokens.py first seen with mtime 1733820595.4501364 +2024-12-13 09:24:06,431 - DEBUG - File /usr/lib/python3.10/http/client.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,431 - DEBUG - File /usr/lib/python3.10/textwrap.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,431 - DEBUG - File /usr/lib/python3.10/importlib/metadata/_collections.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,431 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/templatetags/l10n.py first seen with mtime 1733820595.79316 +2024-12-13 09:24:06,431 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/serializers/__init__.py first seen with mtime 1733820595.7531571 +2024-12-13 09:24:06,431 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/__init__.py first seen with mtime 1733820595.7721584 +2024-12-13 09:24:06,431 - DEBUG - File /usr/lib/python3.10/tempfile.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,431 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/views/main.py first seen with mtime 1733820595.4131339 +2024-12-13 09:24:06,431 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/pathspec.py first seen with mtime 1733820590.4327953 +2024-12-13 09:24:06,431 - DEBUG - File /usr/lib/python3.10/secrets.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,432 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/exceptions.py first seen with mtime 1733820590.0947723 +2024-12-13 09:24:06,432 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/md__mypyc.cpython-310-x86_64-linux-gnu.so first seen with mtime 1733820591.9278967 +2024-12-13 09:24:06,432 - DEBUG - File /usr/lib/python3.10/email/parser.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,432 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/resolvers.py first seen with mtime 1733820595.79616 +2024-12-13 09:24:06,432 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/widgets.py first seen with mtime 1733820595.3161273 +2024-12-13 09:24:06,432 - DEBUG - File /home/trevor/touchh_bot/users/models.py first seen with mtime 1734048899.6573606 +2024-12-13 09:24:06,432 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/schema.py first seen with mtime 1733820595.7631578 +2024-12-13 09:24:06,432 - DEBUG - File /usr/lib/python3.10/importlib/metadata/_meta.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,432 - DEBUG - File /home/trevor/touchh_bot/pms_integration/utils.py first seen with mtime 1733911203.2496078 +2024-12-13 09:24:06,432 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/registry.py first seen with mtime 1733820595.7431564 +2024-12-13 09:24:06,432 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/manager.py first seen with mtime 1733820595.7691581 +2024-12-13 09:24:06,433 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/security/base.py first seen with mtime 1733820595.7441566 +2024-12-13 09:24:06,433 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/choices.py first seen with mtime 1733820595.7971601 +2024-12-13 09:24:06,433 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/settings.py first seen with mtime 1733820596.9422383 +2024-12-13 09:24:06,433 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/poolmanager.py first seen with mtime 1733820589.9047594 +2024-12-13 09:24:06,433 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/storage/__init__.py first seen with mtime 1733820595.7461567 +2024-12-13 09:24:06,433 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/constant.py first seen with mtime 1733820591.928897 +2024-12-13 09:24:06,433 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/static.py first seen with mtime 1733820595.8041606 +2024-12-13 09:24:06,433 - DEBUG - File /usr/lib/python3.10/ntpath.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,433 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/generated.py first seen with mtime 1733820595.7711585 +2024-12-13 09:24:06,433 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/deprecation.py first seen with mtime 1733820595.79816 +2024-12-13 09:24:06,433 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/views.py first seen with mtime 1733820595.489139 +2024-12-13 09:24:06,434 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/boundfield.py first seen with mtime 1733820595.7751586 +2024-12-13 09:24:06,434 - DEBUG - File /usr/lib/python3.10/lib-dynload/_asyncio.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:24:06,434 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/storage/__init__.py first seen with mtime 1733820595.6251483 +2024-12-13 09:24:06,434 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/_request_methods.py first seen with mtime 1733820589.9037595 +2024-12-13 09:24:06,434 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/__init__.py first seen with mtime 1733820595.7401562 +2024-12-13 09:24:06,434 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/module_loading.py first seen with mtime 1733820595.8011603 +2024-12-13 09:24:06,434 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/encoding.py first seen with mtime 1733820595.7991602 +2024-12-13 09:24:06,434 - DEBUG - File /usr/lib/python3.10/zipfile.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,434 - DEBUG - File /usr/lib/python3.10/multiprocessing/context.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,434 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/compatibility/__init__.py first seen with mtime 1733820595.7441566 +2024-12-13 09:24:06,434 - DEBUG - File /usr/lib/python3.10/signal.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,435 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/database.py first seen with mtime 1733820595.7431564 +2024-12-13 09:24:06,435 - DEBUG - File /usr/lib/python3.10/asyncio/runners.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,435 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/options.py first seen with mtime 1733820595.3151274 +2024-12-13 09:24:06,435 - DEBUG - File /usr/lib/python3.10/asyncio/base_tasks.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,435 - DEBUG - File /usr/lib/python3.10/ast.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,435 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/serializers/base.py first seen with mtime 1733820595.7531571 +2024-12-13 09:24:06,435 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/views/autocomplete.py first seen with mtime 1733820595.4131339 +2024-12-13 09:24:06,435 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/exceptions.py first seen with mtime 1733820595.7641578 +2024-12-13 09:24:06,435 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/templatetags/tz.py first seen with mtime 1733820595.79416 +2024-12-13 09:24:06,435 - DEBUG - File /home/trevor/touchh_bot/pms_integration/admin.py first seen with mtime 1733911203.2466078 +2024-12-13 09:24:06,435 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/backends/__init__.py first seen with mtime 1733820595.6801522 +2024-12-13 09:24:06,436 - DEBUG - File /usr/lib/python3.10/inspect.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,436 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/functional.py first seen with mtime 1733820595.7991602 +2024-12-13 09:24:06,436 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/retry.py first seen with mtime 1733820589.9077597 +2024-12-13 09:24:06,436 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/formsets.py first seen with mtime 1733820595.7761588 +2024-12-13 09:24:06,436 - DEBUG - File /home/trevor/touchh_bot/antifroud/apps.py first seen with mtime 1734005666.8527904 +2024-12-13 09:24:06,436 - DEBUG - File /usr/lib/python3.10/email/_policybase.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,436 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/utils.py first seen with mtime 1733820595.7551572 +2024-12-13 09:24:06,436 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/decorators/__init__.py first seen with mtime 1733820595.8041606 +2024-12-13 09:24:06,436 - DEBUG - File /usr/lib/python3.10/wsgiref/headers.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,436 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/termcolors.py first seen with mtime 1733820595.8011603 +2024-12-13 09:24:06,436 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/http/multipartparser.py first seen with mtime 1733820595.7871594 +2024-12-13 09:24:06,437 - DEBUG - File /usr/lib/python3.10/weakref.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,437 - DEBUG - File /usr/lib/python3.10/posixpath.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,437 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/widgets.py first seen with mtime 1733820595.7771587 +2024-12-13 09:24:06,437 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/conf/__init__.py first seen with mtime 1733820595.2441225 +2024-12-13 09:24:06,437 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/client.py first seen with mtime 1733820595.7621577 +2024-12-13 09:24:06,437 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/utils.py first seen with mtime 1733820596.9892414 +2024-12-13 09:24:06,437 - DEBUG - File /home/trevor/touchh_bot/pms_integration/plugins/base_plugin.py first seen with mtime 1733911203.2486076 +2024-12-13 09:24:06,437 - DEBUG - File /usr/lib/python3.10/pprint.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,437 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/exceptions.py first seen with mtime 1733820589.9037595 +2024-12-13 09:24:06,437 - DEBUG - File /usr/lib/python3.10/socketserver.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,437 - DEBUG - File /usr/lib/python3.10/asyncio/trsock.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,437 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/defaultfilters.py first seen with mtime 1733820595.7901597 +2024-12-13 09:24:06,438 - DEBUG - File /usr/lib/python3.10/fnmatch.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,438 - DEBUG - File /usr/lib/python3.10/pkgutil.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,438 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/models.py first seen with mtime 1733820595.3151274 +2024-12-13 09:24:06,438 - DEBUG - File /usr/lib/python3.10/lib-dynload/_contextvars.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:24:06,438 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/storage/base.py first seen with mtime 1733820595.6251483 +2024-12-13 09:24:06,438 - DEBUG - File /usr/lib/python3.10/hashlib.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,438 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/asgiref/__init__.py first seen with mtime 1733820592.301922 +2024-12-13 09:24:06,438 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/cookies.py first seen with mtime 1733820592.0179029 +2024-12-13 09:24:06,438 - DEBUG - File /usr/lib/python3.10/bz2.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,438 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/utils.py first seen with mtime 1733820595.7391562 +2024-12-13 09:24:06,438 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/utils.py first seen with mtime 1733820592.018903 +2024-12-13 09:24:06,438 - DEBUG - File /usr/lib/python3.10/zoneinfo/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,439 - DEBUG - File /usr/lib/python3.10/wsgiref/simple_server.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,439 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/templatetags/admin_urls.py first seen with mtime 1733820595.4131339 +2024-12-13 09:24:06,439 - DEBUG - File /usr/lib/python3.10/asyncio/coroutines.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,439 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/views/__init__.py first seen with mtime 1733820595.4131339 +2024-12-13 09:24:06,439 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templatetags/__init__.py first seen with mtime 1733820596.9892414 +2024-12-13 09:24:06,439 - DEBUG - File /usr/lib/python3.10/struct.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,439 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/finders.py first seen with mtime 1733820595.738156 +2024-12-13 09:24:06,439 - DEBUG - File /usr/lib/python3.10/importlib/metadata/_text.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,439 - DEBUG - File /usr/lib/python3.10/multiprocessing/queues.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,439 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/__version__.py first seen with mtime 1733820592.016903 +2024-12-13 09:24:06,439 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/utils.py first seen with mtime 1733820595.7911596 +2024-12-13 09:24:06,439 - DEBUG - File /usr/lib/python3.10/operator.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,440 - DEBUG - File /usr/lib/python3.10/http/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,440 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/backends/base.py first seen with mtime 1733820595.6801522 +2024-12-13 09:24:06,440 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/signing.py first seen with mtime 1733820595.7411563 +2024-12-13 09:24:06,440 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/CLIENT.py first seen with mtime 1733820590.2017796 +2024-12-13 09:24:06,440 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/filters.py first seen with mtime 1733820595.3141272 +2024-12-13 09:24:06,440 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/transaction.py first seen with mtime 1733820595.7551572 +2024-12-13 09:24:06,440 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/decorators.py first seen with mtime 1733820595.4491365 +2024-12-13 09:24:06,440 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/sql/datastructures.py first seen with mtime 1733820595.7741585 +2024-12-13 09:24:06,440 - DEBUG - File /home/trevor/touchh_bot/scheduler/apps.py first seen with mtime 1733911203.2516077 +2024-12-13 09:24:06,440 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/__init__.py first seen with mtime 1733820595.7631578 +2024-12-13 09:24:06,440 - DEBUG - File /usr/lib/python3.10/importlib/machinery.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,440 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/__init__.py first seen with mtime 1733820595.7461567 +2024-12-13 09:24:06,441 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/schema.py first seen with mtime 1733820595.7571573 +2024-12-13 09:24:06,441 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/__init__.py first seen with mtime 1733820595.766158 +2024-12-13 09:24:06,441 - DEBUG - File /usr/lib/python3.10/asyncio/constants.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,441 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/exceptions.py first seen with mtime 1733820592.0179029 +2024-12-13 09:24:06,441 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/operations/fields.py first seen with mtime 1733820595.766158 +2024-12-13 09:24:06,441 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/messages.py first seen with mtime 1733820595.7431564 +2024-12-13 09:24:06,441 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/tree.py first seen with mtime 1733820595.8021605 +2024-12-13 09:24:06,441 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/sql/__init__.py first seen with mtime 1733820595.7731586 +2024-12-13 09:24:06,441 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/fields.py first seen with mtime 1733820595.4881392 +2024-12-13 09:24:06,441 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/sites.py first seen with mtime 1733820595.3151274 +2024-12-13 09:24:06,441 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/templatetags/cache.py first seen with mtime 1733820595.79316 +2024-12-13 09:24:06,441 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/middleware/__init__.py first seen with mtime 1733820595.7881596 +2024-12-13 09:24:06,442 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/checks.py first seen with mtime 1733820595.4881392 +2024-12-13 09:24:06,442 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/models.py first seen with mtime 1733820591.9278967 +2024-12-13 09:24:06,442 - DEBUG - File /usr/lib/python3.10/json/scanner.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,442 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/exceptions.py first seen with mtime 1733820595.7911596 +2024-12-13 09:24:06,442 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/utils.py first seen with mtime 1733820595.7461567 +2024-12-13 09:24:06,442 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/gitignore.py first seen with mtime 1733820590.4327953 +2024-12-13 09:24:06,442 - DEBUG - File /usr/lib/python3.10/asyncio/log.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,442 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/models.py first seen with mtime 1733820595.7761588 +2024-12-13 09:24:06,442 - DEBUG - File /usr/lib/python3.10/importlib/abc.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,442 - DEBUG - File /home/trevor/touchh_bot/users/admin.py first seen with mtime 1734048824.275924 +2024-12-13 09:24:06,443 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/forms.py first seen with mtime 1733820595.4491365 +2024-12-13 09:24:06,443 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/utils.py first seen with mtime 1733820595.7551572 +2024-12-13 09:24:06,443 - DEBUG - File /usr/lib/python3.10/http/server.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,443 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/protocol.py first seen with mtime 1733820590.2017796 +2024-12-13 09:24:06,443 - DEBUG - File /usr/lib/python3.10/sre_compile.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,443 - DEBUG - File /usr/lib/python3.10/gzip.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,443 - DEBUG - File /usr/lib/python3.10/importlib/readers.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,443 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/ipv6.py first seen with mtime 1733820595.8001604 +2024-12-13 09:24:06,443 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/executors/pool.py first seen with mtime 1733820592.3169231 +2024-12-13 09:24:06,443 - DEBUG - File /usr/lib/python3.10/stat.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,443 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/exception.py first seen with mtime 1733820595.7471566 +2024-12-13 09:24:06,443 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/signals.py first seen with mtime 1733820595.4501364 +2024-12-13 09:24:06,443 - DEBUG - File /usr/lib/python3.10/email/charset.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,444 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/related_descriptors.py first seen with mtime 1733820595.7721584 +2024-12-13 09:24:06,444 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/templatetags/static.py first seen with mtime 1733820595.79316 +2024-12-13 09:24:06,444 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/base.py first seen with mtime 1733820595.7471566 +2024-12-13 09:24:06,444 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/tzlocal/__init__.py first seen with mtime 1733820589.9777644 +2024-12-13 09:24:06,444 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/utils.py first seen with mtime 1733820595.3161273 +2024-12-13 09:24:06,444 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/files.py first seen with mtime 1733820595.7701583 +2024-12-13 09:24:06,444 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/__init__.py first seen with mtime 1733820595.7701583 +2024-12-13 09:24:06,444 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/_os.py first seen with mtime 1733820595.79616 +2024-12-13 09:24:06,444 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/decorators/common.py first seen with mtime 1733820595.8041606 +2024-12-13 09:24:06,444 - DEBUG - File /home/trevor/touchh_bot/scheduler/__init__.py first seen with mtime 1733911203.2506077 +2024-12-13 09:24:06,444 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/__init__.py first seen with mtime 1733820595.7621577 +2024-12-13 09:24:06,444 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/__init__.py first seen with mtime 1733820589.9067595 +2024-12-13 09:24:06,444 - DEBUG - File /usr/lib/python3.10/stringprep.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,444 - DEBUG - File /usr/lib/python3.10/json/encoder.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,445 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/json.py first seen with mtime 1733820595.7711585 +2024-12-13 09:24:06,445 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/translation/trans_real.py first seen with mtime 1733820595.8031604 +2024-12-13 09:24:06,445 - DEBUG - File /usr/lib/python3.10/importlib/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,445 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/packages.py first seen with mtime 1733820592.018903 +2024-12-13 09:24:06,445 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/engine/statement_splitter.py first seen with mtime 1733820590.0967724 +2024-12-13 09:24:06,445 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/math.py first seen with mtime 1733820595.7731586 +2024-12-13 09:24:06,445 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/util.py first seen with mtime 1733820589.9087598 +2024-12-13 09:24:06,445 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/backends/base.py first seen with mtime 1733820595.7921598 +2024-12-13 09:24:06,445 - DEBUG - File /usr/lib/python3.10/multiprocessing/reduction.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,445 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/constraints.py first seen with mtime 1733820595.767158 +2024-12-13 09:24:06,445 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/connectionpool.py first seen with mtime 1733820589.9037595 +2024-12-13 09:24:06,445 - DEBUG - File /usr/lib/python3.10/linecache.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,445 - DEBUG - File /usr/lib/python3.10/importlib/util.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,445 - DEBUG - File /usr/lib/python3.10/os.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,446 - DEBUG - File /home/trevor/touchh_bot/touchh/__init__.py first seen with mtime 1733444974.5821624 +2024-12-13 09:24:06,446 - DEBUG - File /usr/lib/python3.10/bisect.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,446 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/views.py first seen with mtime 1733820595.7391562 +2024-12-13 09:24:06,446 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/jobstores/memory.py first seen with mtime 1733820592.3179233 +2024-12-13 09:24:06,446 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/status_codes.py first seen with mtime 1733820592.018903 +2024-12-13 09:24:06,446 - DEBUG - File /usr/lib/python3.10/lib-dynload/_hashlib.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:24:06,446 - DEBUG - File /usr/lib/python3.10/wsgiref/handlers.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,446 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/wait.py first seen with mtime 1733820589.9087598 +2024-12-13 09:24:06,446 - DEBUG - File /usr/lib/python3.10/_collections_abc.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,446 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/constants.py first seen with mtime 1733820595.6241484 +2024-12-13 09:24:06,446 - DEBUG - File /usr/lib/python3.10/encodings/aliases.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,446 - DEBUG - File /home/trevor/touchh_bot/pms_integration/api_client.py first seen with mtime 1733911203.2466078 +2024-12-13 09:24:06,446 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/http.py first seen with mtime 1733820595.8001604 +2024-12-13 09:24:06,446 - DEBUG - File /usr/lib/python3.10/encodings/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,446 - DEBUG - File /usr/lib/python3.10/html/entities.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,446 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/hooks.py first seen with mtime 1733820592.0179029 +2024-12-13 09:24:06,447 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/api.py first seen with mtime 1733820595.6241484 +2024-12-13 09:24:06,447 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/exceptions.py first seen with mtime 1733820595.3141272 +2024-12-13 09:24:06,447 - DEBUG - File /usr/lib/python3.10/encodings/idna.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,447 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/model_checks.py first seen with mtime 1733820595.7431564 +2024-12-13 09:24:06,447 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/__init__.py first seen with mtime 1733820595.8031604 +2024-12-13 09:24:06,447 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/apps.py first seen with mtime 1733820595.4881392 +2024-12-13 09:24:06,447 - DEBUG - File /usr/lib/python3.10/concurrent/futures/process.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,447 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/asgi.py first seen with mtime 1733820595.7471566 +2024-12-13 09:24:06,447 - DEBUG - File /usr/lib/python3.10/hmac.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,447 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/compat.py first seen with mtime 1733820596.939238 +2024-12-13 09:24:06,447 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/asgiref/current_thread_executor.py first seen with mtime 1733820592.301922 +2024-12-13 09:24:06,447 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/base_session.py first seen with mtime 1733820595.6801522 +2024-12-13 09:24:06,447 - DEBUG - File /usr/lib/python3.10/_markupbase.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,447 - DEBUG - File /usr/lib/python3.10/types.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,447 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/operations.py first seen with mtime 1733820595.7631578 +2024-12-13 09:24:06,447 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/templatetags/admin_list.py first seen with mtime 1733820595.412134 +2024-12-13 09:24:06,447 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/templatetags/log.py first seen with mtime 1733820595.4131339 +2024-12-13 09:24:06,448 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/__init__.py first seen with mtime 1733820590.0967724 +2024-12-13 09:24:06,448 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/base.py first seen with mtime 1733820595.7621577 +2024-12-13 09:24:06,448 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/utils.py first seen with mtime 1733820591.928897 +2024-12-13 09:24:06,448 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/db/models.py first seen with mtime 1734064914.7937305 +2024-12-13 09:24:06,448 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/idna/intranges.py first seen with mtime 1733820591.7948878 +2024-12-13 09:24:06,448 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/signals.py first seen with mtime 1733820595.7411563 +2024-12-13 09:24:06,448 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/sql/subqueries.py first seen with mtime 1733820595.7741585 +2024-12-13 09:24:06,448 - DEBUG - File /usr/lib/python3.10/argparse.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,448 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/url.py first seen with mtime 1733820589.9087598 +2024-12-13 09:24:06,448 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/creation.py first seen with mtime 1733820595.7621577 +2024-12-13 09:24:06,448 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/formatter.py first seen with mtime 1733820590.0947723 +2024-12-13 09:24:06,449 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/utils.py first seen with mtime 1733820595.7771587 +2024-12-13 09:24:06,449 - DEBUG - File /usr/lib/python3.10/urllib/request.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,449 - DEBUG - File /usr/lib/python3.10/heapq.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,449 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/ssl_match_hostname.py first seen with mtime 1733820589.9077597 +2024-12-13 09:24:06,449 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/security/csrf.py first seen with mtime 1733820595.7441566 +2024-12-13 09:24:06,449 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/deletion.py first seen with mtime 1733820595.7681582 +2024-12-13 09:24:06,449 - DEBUG - File /usr/lib/python3.10/lib-dynload/_sqlite3.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:24:06,449 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/reverse_related.py first seen with mtime 1733820595.7721584 +2024-12-13 09:24:06,449 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/management/commands/runserver.py first seen with mtime 1733820595.752157 +2024-12-13 09:24:06,449 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/middleware.py first seen with mtime 1733820595.6801522 +2024-12-13 09:24:06,449 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/converters.py first seen with mtime 1733820590.2017796 +2024-12-13 09:24:06,450 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/triggers/__init__.py first seen with mtime 1733820592.3199234 +2024-12-13 09:24:06,450 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/fields.py first seen with mtime 1733820589.9047594 +2024-12-13 09:24:06,450 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/templatetags/i18n.py first seen with mtime 1733820595.79316 +2024-12-13 09:24:06,450 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/temp.py first seen with mtime 1733820595.7451565 +2024-12-13 09:24:06,450 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/formats.py first seen with mtime 1733820595.7991602 +2024-12-13 09:24:06,450 - DEBUG - File /usr/lib/python3.10/subprocess.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,450 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/apps.py first seen with mtime 1733820595.679152 +2024-12-13 09:24:06,450 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/__init__.py first seen with mtime 1733820595.79516 +2024-12-13 09:24:06,450 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/decorators.py first seen with mtime 1733820595.79816 +2024-12-13 09:24:06,450 - DEBUG - File /usr/lib/python3.10/asyncio/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,450 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/md.cpython-310-x86_64-linux-gnu.so first seen with mtime 1733820591.9258966 +2024-12-13 09:24:06,450 - DEBUG - File /usr/lib/python3.10/functools.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,451 - DEBUG - File /usr/lib/python3.10/shutil.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,451 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/idna/__init__.py first seen with mtime 1733820591.7928877 +2024-12-13 09:24:06,451 - DEBUG - File /usr/lib/python3.10/ssl.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,451 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/serializers/json.py first seen with mtime 1733820595.7531571 +2024-12-13 09:24:06,451 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/cache/backends/base.py first seen with mtime 1733820595.7421563 +2024-12-13 09:24:06,451 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/connections.py first seen with mtime 1733820590.2007794 +2024-12-13 09:24:06,451 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/executors/__init__.py first seen with mtime 1733820592.3159232 +2024-12-13 09:24:06,451 - DEBUG - File /home/trevor/touchh_bot/pms_integration/manager.py first seen with mtime 1733911203.2466078 +2024-12-13 09:24:06,451 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/apps.py first seen with mtime 1733820595.6241484 +2024-12-13 09:24:06,451 - DEBUG - File /usr/lib/python3.10/__future__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,451 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/context_processors.py first seen with mtime 1733820595.4491365 +2024-12-13 09:24:06,452 - DEBUG - File /usr/lib/python3.10/email/iterators.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,452 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/operations/__init__.py first seen with mtime 1733820595.766158 +2024-12-13 09:24:06,452 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/generic/list.py first seen with mtime 1733820595.8061607 +2024-12-13 09:24:06,452 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/__init__.py first seen with mtime 1733820595.4881392 +2024-12-13 09:24:06,452 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/version.py first seen with mtime 1733820595.8021605 +2024-12-13 09:24:06,452 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/dispatch/dispatcher.py first seen with mtime 1733820595.7751586 +2024-12-13 09:24:06,452 - DEBUG - File /usr/lib/python3.10/pickle.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,452 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/move.py first seen with mtime 1733820595.7451565 +2024-12-13 09:24:06,452 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/translation.py first seen with mtime 1733820595.7441566 +2024-12-13 09:24:06,452 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/__init__.py first seen with mtime 1733820595.7551572 +2024-12-13 09:24:06,452 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/introspection.py first seen with mtime 1733820595.7561574 +2024-12-13 09:24:06,453 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loaders/app_directories.py first seen with mtime 1733820595.7921598 +2024-12-13 09:24:06,453 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/db/backends.py first seen with mtime 1734064914.7937305 +2024-12-13 09:24:06,453 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/defaulttags.py first seen with mtime 1733820595.7901597 +2024-12-13 09:24:06,453 - DEBUG - File /usr/lib/python3.10/zoneinfo/_common.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,453 - DEBUG - File /usr/lib/python3.10/fractions.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,453 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/triggers/base.py first seen with mtime 1733820592.3199234 +2024-12-13 09:24:06,453 - DEBUG - File /usr/lib/python3.10/asyncio/base_futures.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,453 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/schedulers/__init__.py first seen with mtime 1733820592.3189235 +2024-12-13 09:24:06,453 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/enums.py first seen with mtime 1733820595.7681582 +2024-12-13 09:24:06,453 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/mail/__init__.py first seen with mtime 1733820595.7471566 +2024-12-13 09:24:06,453 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/certifi/core.py first seen with mtime 1733820591.9518983 +2024-12-13 09:24:06,454 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/validators.py first seen with mtime 1733820595.4501364 +2024-12-13 09:24:06,454 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/checks.py first seen with mtime 1733820595.738156 +2024-12-13 09:24:06,454 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/mixins.py first seen with mtime 1733820595.7711585 +2024-12-13 09:24:06,454 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/base.py first seen with mtime 1733820595.79616 +2024-12-13 09:24:06,454 - DEBUG - File /home/trevor/touchh_bot/hotels/models.py first seen with mtime 1734070960.211326 +2024-12-13 09:24:06,454 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/actions.py first seen with mtime 1733820595.3141272 +2024-12-13 09:24:06,454 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/engine.py first seen with mtime 1733820595.7901597 +2024-12-13 09:24:06,454 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/cache/apps.py first seen with mtime 1734064914.7907305 +2024-12-13 09:24:06,454 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/conf/locale/__init__.py first seen with mtime 1733820595.2451224 +2024-12-13 09:24:06,454 - DEBUG - File /usr/lib/python3.10/concurrent/futures/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,454 - DEBUG - File /usr/lib/python3.10/email/_parseaddr.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,455 - DEBUG - File /home/trevor/touchh_bot/pms_integration/apps.py first seen with mtime 1733911203.2466078 +2024-12-13 09:24:06,455 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sites/shortcuts.py first seen with mtime 1733820595.7101543 +2024-12-13 09:24:06,455 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/executors/base.py first seen with mtime 1733820592.3169231 +2024-12-13 09:24:06,455 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/__init__.py first seen with mtime 1733820595.679152 +2024-12-13 09:24:06,455 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/signals.py first seen with mtime 1733820595.7701583 +2024-12-13 09:24:06,455 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/cache/__init__.py first seen with mtime 1733820595.7411563 +2024-12-13 09:24:06,455 - DEBUG - File /usr/lib/python3.10/email/_header_value_parser.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,455 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/api.py first seen with mtime 1733820592.016903 +2024-12-13 09:24:06,455 - DEBUG - File /usr/lib/python3.10/email/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,455 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/operations/base.py first seen with mtime 1733820595.766158 +2024-12-13 09:24:06,455 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/storage/base.py first seen with mtime 1733820595.7461567 +2024-12-13 09:24:06,456 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templatetags/jazzmin.py first seen with mtime 1733820596.9892414 +2024-12-13 09:24:06,456 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/html.py first seen with mtime 1733820595.7991602 +2024-12-13 09:24:06,456 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/models.py first seen with mtime 1733820595.4501364 +2024-12-13 09:24:06,456 - DEBUG - File /usr/lib/python3.10/copyreg.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,456 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/management/commands/__init__.py first seen with mtime 1733820595.749157 +2024-12-13 09:24:06,456 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/__init__.py first seen with mtime 1733820590.0947723 +2024-12-13 09:24:06,456 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/storage/handler.py first seen with mtime 1733820595.7461567 +2024-12-13 09:24:06,456 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/connection.py first seen with mtime 1733820589.9037595 +2024-12-13 09:24:06,456 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/__init__.py first seen with mtime 1733820595.6241484 +2024-12-13 09:24:06,456 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/aggregates.py first seen with mtime 1733820595.767158 +2024-12-13 09:24:06,456 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/regex_helper.py first seen with mtime 1733820595.8011603 +2024-12-13 09:24:06,457 - DEBUG - File /usr/lib/python3.10/email/policy.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,457 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/templatetags/__init__.py first seen with mtime 1733820595.412134 +2024-12-13 09:24:06,457 - DEBUG - File /usr/lib/python3.10/asyncio/futures.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,457 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/mixins.py first seen with mtime 1734064914.7897305 +2024-12-13 09:24:06,457 - DEBUG - File /usr/lib/python3.10/concurrent/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,457 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/creation.py first seen with mtime 1733820595.7561574 +2024-12-13 09:24:06,457 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/asyncio.py first seen with mtime 1733820595.7971601 +2024-12-13 09:24:06,457 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/plugins.py first seen with mtime 1734064914.7897305 +2024-12-13 09:24:06,457 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/ER.py first seen with mtime 1733820590.2027798 +2024-12-13 09:24:06,457 - DEBUG - File /usr/lib/python3.10/email/headerregistry.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,457 - DEBUG - File /usr/lib/python3.10/lib-dynload/_zoneinfo.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:24:06,458 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/paginator.py first seen with mtime 1733820595.7401562 +2024-12-13 09:24:06,458 - DEBUG - File /usr/lib/python3.10/gettext.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,458 - DEBUG - File /usr/lib/python3.10/lib-dynload/_multiprocessing.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:24:06,458 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/dispatch/__init__.py first seen with mtime 1733820595.7751586 +2024-12-13 09:24:06,458 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/tokens.py first seen with mtime 1733820590.0957725 +2024-12-13 09:24:06,458 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/templatetags/__init__.py first seen with mtime 1733820595.79316 +2024-12-13 09:24:06,458 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/i18n.py first seen with mtime 1733820595.8031604 +2024-12-13 09:24:06,458 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/engine/__init__.py first seen with mtime 1733820590.0957725 +2024-12-13 09:24:06,458 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/uploadedfile.py first seen with mtime 1733820595.7451565 +2024-12-13 09:24:06,458 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/http/cookie.py first seen with mtime 1733820595.7871594 +2024-12-13 09:24:06,458 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/cli.py first seen with mtime 1733820590.0947723 +2024-12-13 09:24:06,458 - DEBUG - File /usr/lib/python3.10/asyncio/events.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,459 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/charset.py first seen with mtime 1733820590.2007794 +2024-12-13 09:24:06,459 - DEBUG - File /usr/lib/python3.10/opcode.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,459 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/validators.py first seen with mtime 1733820595.7411563 +2024-12-13 09:24:06,459 - DEBUG - File /usr/lib/python3.10/sre_parse.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,459 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/cache/__init__.py first seen with mtime 1734064914.7897305 +2024-12-13 09:24:06,459 - DEBUG - File /usr/lib/python3.10/lib-dynload/_queue.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:24:06,459 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/serializers/python.py first seen with mtime 1733820595.7541573 +2024-12-13 09:24:06,459 - DEBUG - File /usr/lib/python3.10/site.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,459 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/http/response.py first seen with mtime 1733820595.7881596 +2024-12-13 09:24:06,459 - DEBUG - File /usr/lib/python3.10/asyncio/locks.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,459 - DEBUG - File /home/trevor/touchh_bot/pms_integration/__init__.py first seen with mtime 1733911203.2466078 +2024-12-13 09:24:06,459 - DEBUG - File /usr/lib/python3.10/lib-dynload/_uuid.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:24:06,460 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/features.py first seen with mtime 1733820595.7631578 +2024-12-13 09:24:06,460 - DEBUG - File /usr/lib/python3.10/json/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,460 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/pattern.py first seen with mtime 1733820590.4327953 +2024-12-13 09:24:06,460 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/SERVER_STATUS.py first seen with mtime 1733820590.2027798 +2024-12-13 09:24:06,460 - DEBUG - File /usr/lib/python3.10/importlib/_common.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,460 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/apps.py first seen with mtime 1733820595.738156 +2024-12-13 09:24:06,460 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/mixins.py first seen with mtime 1733820595.7731586 +2024-12-13 09:24:06,460 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/CR.py first seen with mtime 1733820590.2027798 +2024-12-13 09:24:06,460 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/checks.py first seen with mtime 1733820595.3141272 +2024-12-13 09:24:06,460 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/backends.py first seen with mtime 1733820595.4481363 +2024-12-13 09:24:06,460 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/templatetags/base.py first seen with mtime 1733820595.4131339 +2024-12-13 09:24:06,460 - DEBUG - File /usr/lib/python3.10/email/contentmanager.py first seen with mtime 1730924533.0 +2024-12-13 09:24:06,460 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/engine/grouping.py first seen with mtime 1733820590.0967724 +2024-12-13 09:24:06,461 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/compatibility/django_4_0.py first seen with mtime 1733820595.7441566 +2024-12-13 09:24:06,461 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/registration first seen with mtime 1733820596.9882414 +2024-12-13 09:24:06,461 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin first seen with mtime 1733901365.3370886 +2024-12-13 09:24:06,461 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/jazzmin first seen with mtime 1733820596.9872413 +2024-12-13 09:24:06,461 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin_doc first seen with mtime 1733820596.9862413 +2024-12-13 09:24:06,461 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/registration/password_reset_form.html first seen with mtime 1733820596.9882414 +2024-12-13 09:24:06,461 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/registration/base.html first seen with mtime 1733820596.9882414 +2024-12-13 09:24:06,462 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/registration/password_reset_done.html first seen with mtime 1733820596.9882414 +2024-12-13 09:24:06,462 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/registration/logged_out.html first seen with mtime 1733820596.9882414 +2024-12-13 09:24:06,462 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/registration/password_change_form.html first seen with mtime 1733820596.9882414 +2024-12-13 09:24:06,462 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/registration/password_reset_complete.html first seen with mtime 1733820596.9882414 +2024-12-13 09:24:06,462 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/registration/password_change_done.html first seen with mtime 1733820596.9882414 +2024-12-13 09:24:06,462 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/registration/password_reset_confirm.html first seen with mtime 1733820596.9882414 +2024-12-13 09:24:06,462 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/pagination.html first seen with mtime 1733820596.9852412 +2024-12-13 09:24:06,462 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/app_index.html first seen with mtime 1733820596.9792407 +2024-12-13 09:24:06,462 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/actions.html first seen with mtime 1733820596.9792407 +2024-12-13 09:24:06,463 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/change_list_results.html first seen with mtime 1733820596.981241 +2024-12-13 09:24:06,463 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/login.html first seen with mtime 1733820596.984241 +2024-12-13 09:24:06,463 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/base.html first seen with mtime 1733910723.896298 +2024-12-13 09:24:06,463 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/delete_selected_confirmation.html first seen with mtime 1733820596.981241 +2024-12-13 09:24:06,463 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filter.html first seen with mtime 1733820596.983241 +2024-12-13 09:24:06,463 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/object_history.html first seen with mtime 1733820596.984241 +2024-12-13 09:24:06,463 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/submit_line.html first seen with mtime 1733820596.9852412 +2024-12-13 09:24:06,463 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/change_form_object_tools.html first seen with mtime 1733820596.9802408 +2024-12-13 09:24:06,463 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/auth first seen with mtime 1733820596.9792407 +2024-12-13 09:24:06,463 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/date_hierarchy.html first seen with mtime 1733820596.981241 +2024-12-13 09:24:06,464 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/change_list_object_tools.html first seen with mtime 1733820596.9802408 +2024-12-13 09:24:06,464 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/search_form.html first seen with mtime 1733820596.9852412 +2024-12-13 09:24:06,464 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/mptt_filter.html first seen with mtime 1733820596.984241 +2024-12-13 09:24:06,464 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/popup_response.html first seen with mtime 1733820596.9852412 +2024-12-13 09:24:06,464 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/solo first seen with mtime 1733820596.9852412 +2024-12-13 09:24:06,464 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/change_list.html first seen with mtime 1733820596.9802408 +2024-12-13 09:24:06,464 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/import_export first seen with mtime 1733820596.984241 +2024-12-13 09:24:06,464 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filer first seen with mtime 1733820596.982241 +2024-12-13 09:24:06,464 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/change_form.html first seen with mtime 1733820596.9802408 +2024-12-13 09:24:06,464 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/base_site.html first seen with mtime 1733820596.9802408 +2024-12-13 09:24:06,465 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/delete_confirmation.html first seen with mtime 1733820596.981241 +2024-12-13 09:24:06,465 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/edit_inline first seen with mtime 1733820596.981241 +2024-12-13 09:24:06,465 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/index.html first seen with mtime 1733820596.984241 +2024-12-13 09:24:06,465 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/includes first seen with mtime 1733820596.984241 +2024-12-13 09:24:06,465 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/auth/user first seen with mtime 1733820596.9802408 +2024-12-13 09:24:06,465 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/auth/user/change_password.html first seen with mtime 1733820596.9802408 +2024-12-13 09:24:06,465 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/auth/user/add_form.html first seen with mtime 1733820596.9792407 +2024-12-13 09:24:06,466 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/solo/object_history.html first seen with mtime 1733820596.9852412 +2024-12-13 09:24:06,466 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/solo/change_form.html first seen with mtime 1733820596.9852412 +2024-12-13 09:24:06,466 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/import_export/export.html first seen with mtime 1733820596.984241 +2024-12-13 09:24:06,466 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/import_export/change_list_import_export.html first seen with mtime 1733820596.983241 +2024-12-13 09:24:06,466 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/import_export/base.html first seen with mtime 1733820596.983241 +2024-12-13 09:24:06,466 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/import_export/change_list_export_item.html first seen with mtime 1733820596.983241 +2024-12-13 09:24:06,466 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/import_export/change_list_import.html first seen with mtime 1733820596.983241 +2024-12-13 09:24:06,466 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/import_export/change_list.html first seen with mtime 1733820596.983241 +2024-12-13 09:24:06,466 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/import_export/import.html first seen with mtime 1733820596.984241 +2024-12-13 09:24:06,467 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/import_export/change_list_export.html first seen with mtime 1733820596.983241 +2024-12-13 09:24:06,467 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/import_export/change_list_import_item.html first seen with mtime 1733820596.983241 +2024-12-13 09:24:06,467 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filer/breadcrumbs.html first seen with mtime 1733820596.981241 +2024-12-13 09:24:06,467 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filer/file first seen with mtime 1733820596.982241 +2024-12-13 09:24:06,467 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filer/tools first seen with mtime 1733820596.983241 +2024-12-13 09:24:06,467 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filer/image first seen with mtime 1733820596.982241 +2024-12-13 09:24:06,467 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filer/folder first seen with mtime 1733820596.982241 +2024-12-13 09:24:06,467 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filer/delete_selected_files_confirmation.html first seen with mtime 1733820596.982241 +2024-12-13 09:24:06,467 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filer/change_form.html first seen with mtime 1733820596.982241 +2024-12-13 09:24:06,468 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filer/file/change_form.html first seen with mtime 1733820596.982241 +2024-12-13 09:24:06,468 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filer/tools/detail_info.html first seen with mtime 1733820596.983241 +2024-12-13 09:24:06,468 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filer/image/change_form.html first seen with mtime 1733820596.982241 +2024-12-13 09:24:06,468 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filer/folder/directory_listing.html first seen with mtime 1733820596.982241 +2024-12-13 09:24:06,468 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filer/folder/change_form.html first seen with mtime 1733820596.982241 +2024-12-13 09:24:06,468 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/edit_inline/stacked.html first seen with mtime 1733820596.981241 +2024-12-13 09:24:06,468 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/edit_inline/tabular.html first seen with mtime 1733820596.981241 +2024-12-13 09:24:06,468 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/includes/object_delete_summary.html first seen with mtime 1733820596.984241 +2024-12-13 09:24:06,468 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/includes/fieldset.html first seen with mtime 1733820596.984241 +2024-12-13 09:24:06,469 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/jazzmin/widgets first seen with mtime 1733820596.9872413 +2024-12-13 09:24:06,469 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/jazzmin/includes first seen with mtime 1733820596.9872413 +2024-12-13 09:24:06,469 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/jazzmin/widgets/select.html first seen with mtime 1733820596.9872413 +2024-12-13 09:24:06,469 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/jazzmin/includes/carousel.html first seen with mtime 1733820596.9872413 +2024-12-13 09:24:06,469 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/jazzmin/includes/related_modal.html first seen with mtime 1733820596.9872413 +2024-12-13 09:24:06,469 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/jazzmin/includes/collapsible.html first seen with mtime 1733820596.9872413 +2024-12-13 09:24:06,469 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/jazzmin/includes/ui_builder_panel.html first seen with mtime 1733820596.9872413 +2024-12-13 09:24:06,469 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/jazzmin/includes/single.html first seen with mtime 1733820596.9872413 +2024-12-13 09:24:06,469 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/jazzmin/includes/vertical_tabs.html first seen with mtime 1733820596.9872413 +2024-12-13 09:24:06,469 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/jazzmin/includes/horizontal_tabs.html first seen with mtime 1733820596.9872413 +2024-12-13 09:24:06,469 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin_doc/template_filter_index.html first seen with mtime 1733820596.9862413 +2024-12-13 09:24:06,470 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin_doc/bookmarklets.html first seen with mtime 1733820596.9852412 +2024-12-13 09:24:06,470 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin_doc/model_detail.html first seen with mtime 1733820596.9862413 +2024-12-13 09:24:06,470 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin_doc/model_index.html first seen with mtime 1733820596.9862413 +2024-12-13 09:24:06,470 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin_doc/missing_docutils.html first seen with mtime 1733820596.9862413 +2024-12-13 09:24:06,470 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin_doc/base_docs.html first seen with mtime 1733820596.9852412 +2024-12-13 09:24:06,470 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin_doc/template_detail.html first seen with mtime 1733820596.9862413 +2024-12-13 09:24:06,470 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin_doc/view_index.html first seen with mtime 1733820596.9862413 +2024-12-13 09:24:06,470 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin_doc/template_tag_index.html first seen with mtime 1733820596.9862413 +2024-12-13 09:24:06,470 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin_doc/view_detail.html first seen with mtime 1733820596.9862413 +2024-12-13 09:24:06,470 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin_doc/index.html first seen with mtime 1733820596.9852412 +2024-12-13 09:24:06,470 - DEBUG - File /home/trevor/touchh_bot/antifroud/templates/antifroud first seen with mtime 1734006878.8213727 +2024-12-13 09:24:06,470 - DEBUG - File /home/trevor/touchh_bot/antifroud/templates/antifroud/admin first seen with mtime 1734059714.7154403 +2024-12-13 09:24:06,470 - DEBUG - File /home/trevor/touchh_bot/antifroud/templates/antifroud/admin/import_hotels.html first seen with mtime 1734063048.9425786 +2024-12-13 09:24:06,471 - DEBUG - File /home/trevor/touchh_bot/antifroud/templates/antifroud/admin/imported_hotels.html first seen with mtime 1734070815.5499368 +2024-12-13 09:24:06,471 - DEBUG - File /home/trevor/touchh_bot/antifroud/templates/antifroud/admin/imported_hotel_change_form.html first seen with mtime 1734057770.4800093 +2024-12-13 09:24:06,471 - DEBUG - File /home/trevor/touchh_bot/antifroud/templates/antifroud/admin/external_db_settings_change_form.html first seen with mtime 1734012635.7788932 +2024-12-13 09:24:06,471 - DEBUG - File /home/trevor/touchh_bot/pms_integration/templates/pms_integration first seen with mtime 1733911203.2496078 +2024-12-13 09:24:06,471 - DEBUG - File /home/trevor/touchh_bot/pms_integration/templates/pms_integration/admin first seen with mtime 1733911203.2496078 +2024-12-13 09:24:06,471 - DEBUG - File /home/trevor/touchh_bot/pms_integration/templates/pms_integration/admin/check_plugins.html first seen with mtime 1733911203.2496078 +2024-12-13 09:24:06,471 - DEBUG - File /home/trevor/touchh_bot/scheduler/templates/admin first seen with mtime 1733911203.2526076 +2024-12-13 09:24:06,471 - DEBUG - File /home/trevor/touchh_bot/scheduler/templates/admin/scheduler first seen with mtime 1733911203.2526076 +2024-12-13 09:24:06,471 - DEBUG - File /home/trevor/touchh_bot/scheduler/templates/admin/scheduler/scheduledtasks first seen with mtime 1733911203.2526076 +2024-12-13 09:24:06,471 - DEBUG - File /home/trevor/touchh_bot/scheduler/templates/admin/scheduler/scheduledtasks/change_form.html first seen with mtime 1733911203.2526076 +2024-12-13 09:24:06,471 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/templates/health_check first seen with mtime 1734064914.7947304 +2024-12-13 09:24:06,472 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/templates/health_check/index.html first seen with mtime 1734064914.7957304 +2024-12-13 09:24:06,472 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/locale/ru/LC_MESSAGES/django.mo first seen with mtime 1733820596.9412382 +2024-12-13 09:24:06,472 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/locale/bg/LC_MESSAGES/django.mo first seen with mtime 1733820596.940238 +2024-12-13 09:24:06,472 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/locale/zh_Hans/LC_MESSAGES/django.mo first seen with mtime 1733820596.9422383 +2024-12-13 09:24:06,472 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/locale/es/LC_MESSAGES/django.mo first seen with mtime 1733820596.940238 +2024-12-13 09:24:06,472 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/locale/de/LC_MESSAGES/django.mo first seen with mtime 1733820596.940238 +2024-12-13 09:24:06,472 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/locale/fr/LC_MESSAGES/django.mo first seen with mtime 1733820596.9412382 +2024-12-13 09:24:06,473 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/locale/hu/LC_MESSAGES/django.mo first seen with mtime 1733820596.9412382 +2024-12-13 09:24:06,473 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/locale/zh_Hant/LC_MESSAGES/django.mo first seen with mtime 1733820596.9422383 +2024-12-13 09:24:07,566 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultcontact.py first seen with mtime 1733820596.5832138 +2024-12-13 09:24:07,566 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/callbackqueryhandler.py first seen with mtime 1733820596.5942144 +2024-12-13 09:24:07,566 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_games/callbackgame.py first seen with mtime 1733820596.5802135 +2024-12-13 09:24:07,566 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultcachedvideo.py first seen with mtime 1733820596.5832138 +2024-12-13 09:24:07,566 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_multipart.py first seen with mtime 1733820595.1731176 +2024-12-13 09:24:07,566 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_updater.py first seen with mtime 1733820596.5932145 +2024-12-13 09:24:07,566 - DEBUG - File /home/trevor/touchh_bot/pms_integration/plugins/realtycalendar_pms.py first seen with mtime 1733911203.2486076 +2024-12-13 09:24:07,566 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_replykeyboardremove.py first seen with mtime 1733820596.574213 +2024-12-13 09:24:07,567 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/ua_parser_builtins/__init__.py first seen with mtime 1733820589.9517627 +2024-12-13 09:24:07,567 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_loginurl.py first seen with mtime 1733820596.571213 +2024-12-13 09:24:07,567 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/PIL/_typing.py first seen with mtime 1733820590.2537832 +2024-12-13 09:24:07,567 - DEBUG - File /home/trevor/touchh_bot/pms_integration/plugins/shelter_pms.py first seen with mtime 1733988299.181913 +2024-12-13 09:24:07,567 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/ua_parser/basic.py first seen with mtime 1733820591.9989016 +2024-12-13 09:24:07,567 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/fpdf/template.py first seen with mtime 1733820589.868757 +2024-12-13 09:24:07,567 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_api.py first seen with mtime 1733820595.1711175 +2024-12-13 09:24:07,567 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_aioratelimiter.py first seen with mtime 1733820596.589214 +2024-12-13 09:24:07,567 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/typehandler.py first seen with mtime 1733820596.5962145 +2024-12-13 09:24:07,568 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/migrations/0007_alter_validators_add_error_messages.py first seen with mtime 1733820595.4861388 +2024-12-13 09:24:07,568 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_payment/shippingquery.py first seen with mtime 1733820596.587214 +2024-12-13 09:24:07,568 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_chatmember.py first seen with mtime 1733820596.5692127 +2024-12-13 09:24:07,568 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/PIL/_imaging.cpython-310-x86_64-linux-gnu.so first seen with mtime 1733820590.2537832 +2024-12-13 09:24:07,568 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_menubutton.py first seen with mtime 1733820596.572213 +2024-12-13 09:24:07,568 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/executor.py first seen with mtime 1733820595.7641578 +2024-12-13 09:24:07,568 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/defaults.py first seen with mtime 1733820595.8031604 +2024-12-13 09:24:07,568 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_paidmedia.py first seen with mtime 1733820596.573213 +2024-12-13 09:24:07,568 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/animation.py first seen with mtime 1733820596.5782135 +2024-12-13 09:24:07,568 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/backends/db.py first seen with mtime 1733820595.681152 +2024-12-13 09:24:07,568 - DEBUG - File /home/trevor/touchh_bot/hotels/migrations/0004_alter_reservation_room_number.py first seen with mtime 1733914356.6463425 +2024-12-13 09:24:07,569 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/ua_parser/caching.py first seen with mtime 1733820591.9989016 +2024-12-13 09:24:07,569 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/PIL/_version.py first seen with mtime 1733820590.2627838 +2024-12-13 09:24:07,569 - DEBUG - File /home/trevor/touchh_bot/users/migrations/__init__.py first seen with mtime 1733444974.5831623 +2024-12-13 09:24:07,569 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/migrations/0008_alter_user_username_max_length.py first seen with mtime 1733820595.487139 +2024-12-13 09:24:07,569 - DEBUG - File /usr/lib/python3.10/xml/dom/minicompat.py first seen with mtime 1730924533.0 +2024-12-13 09:24:07,569 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/inputsticker.py first seen with mtime 1733820596.5792134 +2024-12-13 09:24:07,569 - DEBUG - File /usr/lib/python3.10/unittest/suite.py first seen with mtime 1730924533.0 +2024-12-13 09:24:07,569 - DEBUG - File /home/trevor/touchh_bot/antifroud/tests.py first seen with mtime 1734005666.8507903 +2024-12-13 09:24:07,569 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/PIL/ExifTags.py first seen with mtime 1733820590.2547832 +2024-12-13 09:24:07,569 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_utils/__init__.py first seen with mtime 1733820596.5962145 +2024-12-13 09:24:07,569 - DEBUG - File /usr/lib/python3.10/unittest/signals.py first seen with mtime 1730924533.0 +2024-12-13 09:24:07,570 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultcachedmpeg4gif.py first seen with mtime 1733820596.5822136 +2024-12-13 09:24:07,570 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_payment/orderinfo.py first seen with mtime 1733820596.5862138 +2024-12-13 09:24:07,570 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/migrations/0006_require_contenttypes_0002.py first seen with mtime 1733820595.4861388 +2024-12-13 09:24:07,570 - DEBUG - File /home/trevor/touchh_bot/bot/tests.py first seen with mtime 1733444974.5041635 +2024-12-13 09:24:07,570 - DEBUG - File /home/trevor/touchh_bot/bot/operations/froud_notify.py first seen with mtime 1733911203.197608 +2024-12-13 09:24:07,570 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultvoice.py first seen with mtime 1733820596.5842137 +2024-12-13 09:24:07,570 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/request/_httpxrequest.py first seen with mtime 1733820596.5972147 +2024-12-13 09:24:07,570 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_games/game.py first seen with mtime 1733820596.5802135 +2024-12-13 09:24:07,570 - DEBUG - File /home/trevor/touchh_bot/scheduler/tests.py first seen with mtime 1733911203.2536077 +2024-12-13 09:24:07,570 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_baseratelimiter.py first seen with mtime 1733820596.5902143 +2024-12-13 09:24:07,571 - DEBUG - File /home/trevor/touchh_bot/pms_integration/migrations/__init__.py first seen with mtime 1733911203.2486076 +2024-12-13 09:24:07,571 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_content.py first seen with mtime 1733820595.1721175 +2024-12-13 09:24:07,571 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/conf/urls/__init__.py first seen with mtime 1733820595.313127 +2024-12-13 09:24:07,571 - DEBUG - File /home/trevor/touchh_bot/users/migrations/0001_initial.py first seen with mtime 1733911203.2806077 +2024-12-13 09:24:07,571 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/migrations/0003_alter_user_email_max_length.py first seen with mtime 1733820595.4861388 +2024-12-13 09:24:07,571 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/ua_parser/__init__.py first seen with mtime 1733820591.9989016 +2024-12-13 09:24:07,571 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_user.py first seen with mtime 1733820596.5752132 +2024-12-13 09:24:07,571 - DEBUG - File /usr/lib/python3.10/unittest/loader.py first seen with mtime 1730924533.0 +2024-12-13 09:24:07,571 - DEBUG - File /home/trevor/touchh_bot/bot/operations/notifications.py first seen with mtime 1733905582.9865398 +2024-12-13 09:24:07,571 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_basepersistence.py first seen with mtime 1733820596.5902143 +2024-12-13 09:24:07,571 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/pollanswerhandler.py first seen with mtime 1733820596.5952146 +2024-12-13 09:24:07,571 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/PIL/_deprecate.py first seen with mtime 1733820590.2637837 +2024-12-13 09:24:07,571 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultcachedphoto.py first seen with mtime 1733820596.5822136 +2024-12-13 09:24:07,571 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_transports/base.py first seen with mtime 1733820595.1751177 +2024-12-13 09:24:07,571 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/maxminddb/__init__.py first seen with mtime 1733820591.7758865 +2024-12-13 09:24:07,572 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_passport/credentials.py first seen with mtime 1733820596.585214 +2024-12-13 09:24:07,572 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/user_agents/parsers.py first seen with mtime 1733820592.4309309 +2024-12-13 09:24:07,572 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_callbackquery.py first seen with mtime 1733820596.5682127 +2024-12-13 09:24:07,572 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/migrations/0001_initial.py first seen with mtime 1733820595.4861388 +2024-12-13 09:24:07,572 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/contact.py first seen with mtime 1733820596.5782135 +2024-12-13 09:24:07,572 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/__init__.py first seen with mtime 1733820596.589214 +2024-12-13 09:24:07,572 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_poll.py first seen with mtime 1733820596.573213 +2024-12-13 09:24:07,572 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/representer.py first seen with mtime 1733820590.1597767 +2024-12-13 09:24:07,572 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/pollhandler.py first seen with mtime 1733820596.5952146 +2024-12-13 09:24:07,572 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_transports/mock.py first seen with mtime 1733820595.1751177 +2024-12-13 09:24:07,572 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_callbackdatacache.py first seen with mtime 1733820596.5912142 +2024-12-13 09:24:07,572 - DEBUG - File /home/trevor/touchh_bot/bot/operations/settings.py first seen with mtime 1733554678.3462024 +2024-12-13 09:24:07,572 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_chatpermissions.py first seen with mtime 1733820596.5702128 +2024-12-13 09:24:07,572 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/video.py first seen with mtime 1733820596.5802135 +2024-12-13 09:24:07,573 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_utils/defaultvalue.py first seen with mtime 1733820596.5882142 +2024-12-13 09:24:07,573 - DEBUG - File /home/trevor/touchh_bot/bot/views.py first seen with mtime 1733444974.5041635 +2024-12-13 09:24:07,573 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/PIL/ImageMode.py first seen with mtime 1733820590.236782 +2024-12-13 09:24:07,573 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/request/_requestdata.py first seen with mtime 1733820596.5972147 +2024-12-13 09:24:07,573 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultcachedvoice.py first seen with mtime 1733820596.5832138 +2024-12-13 09:24:07,573 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/geoip2/mixins.py first seen with mtime 1733820597.1492524 +2024-12-13 09:24:07,573 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/maxminddb/decoder.py first seen with mtime 1733820591.7778866 +2024-12-13 09:24:07,574 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/migrations/0002_alter_permission_name_max_length.py first seen with mtime 1733820595.4861388 +2024-12-13 09:24:07,574 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/sticker.py first seen with mtime 1733820596.5802135 +2024-12-13 09:24:07,574 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/maxminddb/errors.py first seen with mtime 1733820591.7758865 +2024-12-13 09:24:07,574 - DEBUG - File /home/trevor/touchh_bot/scheduler/views.py first seen with mtime 1733911203.2536077 +2024-12-13 09:24:07,574 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/csrf.py first seen with mtime 1733820595.8031604 +2024-12-13 09:24:07,574 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_keyboardbuttonpolltype.py first seen with mtime 1733820596.571213 +2024-12-13 09:24:07,574 - DEBUG - File /home/trevor/touchh_bot/hotels/migrations/0003_initial.py first seen with mtime 1733911203.201608 +2024-12-13 09:24:07,574 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/__init__.py first seen with mtime 1733820596.5652125 +2024-12-13 09:24:07,574 - DEBUG - File /home/trevor/touchh_bot/hotels/migrations/0002_initial.py first seen with mtime 1733911203.201608 +2024-12-13 09:24:07,574 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_utils/types.py first seen with mtime 1733820596.5972147 +2024-12-13 09:24:07,574 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultcachedsticker.py first seen with mtime 1733820596.5822136 +2024-12-13 09:24:07,574 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/__init__.py first seen with mtime 1733820596.5812137 +2024-12-13 09:24:07,575 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/executors/asyncio.py first seen with mtime 1733820592.3169231 +2024-12-13 09:24:07,575 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/error.py first seen with mtime 1733820590.1587768 +2024-12-13 09:24:07,575 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_chatmemberupdated.py first seen with mtime 1733820596.5702128 +2024-12-13 09:24:07,575 - DEBUG - File /home/trevor/touchh_bot/antifroud/migrations/0002_remove_externaldbsettings_database_and_more.py first seen with mtime 1734008825.7139475 +2024-12-13 09:24:07,575 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_proximityalerttriggered.py first seen with mtime 1733820596.573213 +2024-12-13 09:24:07,575 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_config.py first seen with mtime 1733820595.1721175 +2024-12-13 09:24:07,575 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_userprofilephotos.py first seen with mtime 1733820596.5762134 +2024-12-13 09:24:07,575 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_copytextbutton.py first seen with mtime 1733820596.5702128 +2024-12-13 09:24:07,576 - DEBUG - File /home/trevor/touchh_bot/users/urls.py first seen with mtime 1733444974.5831623 +2024-12-13 09:24:07,576 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/migrations/__init__.py first seen with mtime 1733820595.7091541 +2024-12-13 09:24:07,576 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_chatinvitelink.py first seen with mtime 1733820596.5692127 +2024-12-13 09:24:07,576 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/fpdf/__init__.py first seen with mtime 1733820589.8677568 +2024-12-13 09:24:07,576 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_linkpreviewoptions.py first seen with mtime 1733820596.571213 +2024-12-13 09:24:07,576 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_webhookinfo.py first seen with mtime 1733820596.5762134 +2024-12-13 09:24:07,576 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_defaults.py first seen with mtime 1733820596.5912142 +2024-12-13 09:24:07,576 - DEBUG - File /home/trevor/touchh_bot/hotels/migrations/__init__.py first seen with mtime 1733795169.86468 +2024-12-13 09:24:07,577 - DEBUG - File /home/trevor/touchh_bot/bot/keyboards.py first seen with mtime 1733554605.9822023 +2024-12-13 09:24:07,577 - DEBUG - File /home/trevor/touchh_bot/hotels/migrations/0005_hotel_import_status_hotel_imported_at_and_more.py first seen with mtime 1734051710.7157154 +2024-12-13 09:24:07,577 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/messagereactionhandler.py first seen with mtime 1733820596.5952146 +2024-12-13 09:24:07,577 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_passport/data.py first seen with mtime 1733820596.585214 +2024-12-13 09:24:07,577 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_utils/files.py first seen with mtime 1733820596.5882142 +2024-12-13 09:24:07,577 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_messageorigin.py first seen with mtime 1733820596.573213 +2024-12-13 09:24:07,577 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/migrations/0011_update_proxy_permissions.py first seen with mtime 1733820595.487139 +2024-12-13 09:24:07,577 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/helpers.py first seen with mtime 1733820596.5772133 +2024-12-13 09:24:07,578 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_dictpersistence.py first seen with mtime 1733820596.5912142 +2024-12-13 09:24:07,578 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultcachedgif.py first seen with mtime 1733820596.5822136 +2024-12-13 09:24:07,578 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/maxminddb/types.py first seen with mtime 1733820591.7778866 +2024-12-13 09:24:07,578 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/test/testcases.py first seen with mtime 1733820595.79516 +2024-12-13 09:24:07,578 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_utils/argumentparsing.py first seen with mtime 1733820596.5882142 +2024-12-13 09:24:07,578 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_payment/stars.py first seen with mtime 1733820596.587214 +2024-12-13 09:24:07,578 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/maxminddb/extension.cpython-310-x86_64-linux-gnu.so first seen with mtime 1733820591.7768865 +2024-12-13 09:24:07,578 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_birthdate.py first seen with mtime 1733820596.5662127 +2024-12-13 09:24:07,579 - DEBUG - File /home/trevor/touchh_bot/hotels/migrations/0001_initial.py first seen with mtime 1733911203.201608 +2024-12-13 09:24:07,579 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/precheckoutqueryhandler.py first seen with mtime 1733820596.5952146 +2024-12-13 09:24:07,579 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_messageid.py first seen with mtime 1733820596.573213 +2024-12-13 09:24:07,579 - DEBUG - File /usr/lib/python3.10/xml/dom/domreg.py first seen with mtime 1730924533.0 +2024-12-13 09:24:07,579 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/inputfile.py first seen with mtime 1733820596.5792134 +2024-12-13 09:24:07,579 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/chatboosthandler.py first seen with mtime 1733820596.5942144 +2024-12-13 09:24:07,579 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_payment/labeledprice.py first seen with mtime 1733820596.5862138 +2024-12-13 09:24:07,579 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_extbot.py first seen with mtime 1733820596.5922143 +2024-12-13 09:24:07,579 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/management/sql.py first seen with mtime 1733820595.749157 +2024-12-13 09:24:07,580 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/migrations/0004_alter_user_username_opts.py first seen with mtime 1733820595.4861388 +2024-12-13 09:24:07,580 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_types.py first seen with mtime 1733820595.1731176 +2024-12-13 09:24:07,580 - DEBUG - File /home/trevor/touchh_bot/pms_integration/plugins/bnovo_pms.py first seen with mtime 1733912277.4757614 +2024-12-13 09:24:07,580 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/__init__.py first seen with mtime 1733820596.5772133 +2024-12-13 09:24:07,580 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/asgi.py first seen with mtime 1733820595.7401562 +2024-12-13 09:24:07,580 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_reaction.py first seen with mtime 1733820596.574213 +2024-12-13 09:24:07,580 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_utils/logging.py first seen with mtime 1733820596.5882142 +2024-12-13 09:24:07,580 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/request/_baserequest.py first seen with mtime 1733820596.5972147 +2024-12-13 09:24:07,581 - DEBUG - File /home/trevor/touchh_bot/bot/handlers.py first seen with mtime 1733911203.1966078 +2024-12-13 09:24:07,581 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/geoip2/records.py first seen with mtime 1733820597.1492524 +2024-12-13 09:24:07,581 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/emitter.py first seen with mtime 1733820590.1597767 +2024-12-13 09:24:07,581 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/reader.py first seen with mtime 1733820590.147776 +2024-12-13 09:24:07,581 - DEBUG - File /usr/lib/python3.10/xml/dom/NodeFilter.py first seen with mtime 1730924533.0 +2024-12-13 09:24:07,581 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/prefixhandler.py first seen with mtime 1733820596.5962145 +2024-12-13 09:24:07,581 - DEBUG - File /home/trevor/touchh_bot/bot/utils/froud_check.py first seen with mtime 1733911203.198608 +2024-12-13 09:24:07,581 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_forumtopic.py first seen with mtime 1733820596.5702128 +2024-12-13 09:24:07,581 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/document.py first seen with mtime 1733820596.5782135 +2024-12-13 09:24:07,581 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/migrations/__init__.py first seen with mtime 1733820595.386132 +2024-12-13 09:24:07,582 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pytz/tzfile.py first seen with mtime 1733820589.7767508 +2024-12-13 09:24:07,582 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/voice.py first seen with mtime 1733820596.5802135 +2024-12-13 09:24:07,582 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/chatjoinrequesthandler.py first seen with mtime 1733820596.5942144 +2024-12-13 09:24:07,582 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/shippingqueryhandler.py first seen with mtime 1733820596.5962145 +2024-12-13 09:24:07,582 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_utils/_update_parsing.py first seen with mtime 1733820596.5962145 +2024-12-13 09:24:07,582 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/PIL/Image.py first seen with mtime 1733820590.2577834 +2024-12-13 09:24:07,582 - DEBUG - File /home/trevor/touchh_bot/pms_integration/tests.py first seen with mtime 1733911203.2496078 +2024-12-13 09:24:07,582 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_transports/wsgi.py first seen with mtime 1733820595.1751177 +2024-12-13 09:24:07,582 - DEBUG - File /home/trevor/touchh_bot/antifroud/migrations/0003_externaldbsettings_database_and_more.py first seen with mtime 1734009006.073384 +2024-12-13 09:24:07,582 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_auth.py first seen with mtime 1733820595.1711175 +2024-12-13 09:24:07,582 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/venue.py first seen with mtime 1733820596.5802135 +2024-12-13 09:24:07,582 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_payment/precheckoutquery.py first seen with mtime 1733820596.587214 +2024-12-13 09:24:07,582 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/ua_parser/utils.py first seen with mtime 1733820591.9999018 +2024-12-13 09:24:07,582 - DEBUG - File /home/trevor/touchh_bot/antifroud/data_sync.py first seen with mtime 1734048727.6789315 +2024-12-13 09:24:07,583 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/parser.py first seen with mtime 1733820590.1587768 +2024-12-13 09:24:07,583 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_urls.py first seen with mtime 1733820595.1741176 +2024-12-13 09:24:07,583 - DEBUG - File /home/trevor/touchh_bot/pms_integration/migrations/0004_alter_pmsconfiguration_plugin_name.py first seen with mtime 1733911203.2486076 +2024-12-13 09:24:07,583 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/PIL/__init__.py first seen with mtime 1733820590.2577834 +2024-12-13 09:24:07,583 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/basehandler.py first seen with mtime 1733820596.5932145 +2024-12-13 09:24:07,583 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/inputmedia.py first seen with mtime 1733820596.5792134 +2024-12-13 09:24:07,583 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_application.py first seen with mtime 1733820596.5902143 +2024-12-13 09:24:07,583 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_webappinfo.py first seen with mtime 1733820596.5762134 +2024-12-13 09:24:07,583 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/migrations/0001_initial.py first seen with mtime 1733820595.385132 +2024-12-13 09:24:07,584 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_exceptions.py first seen with mtime 1733820595.1721175 +2024-12-13 09:24:07,584 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/graph.py first seen with mtime 1733820595.7641578 +2024-12-13 09:24:07,584 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultvenue.py first seen with mtime 1733820596.5842137 +2024-12-13 09:24:07,584 - DEBUG - File /home/trevor/touchh_bot/antifroud/forms.py first seen with mtime 1734053277.0109007 +2024-12-13 09:24:07,584 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/ua_parser/core.py first seen with mtime 1733820591.9989016 +2024-12-13 09:24:07,584 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_passport/passportfile.py first seen with mtime 1733820596.5862138 +2024-12-13 09:24:07,584 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultaudio.py first seen with mtime 1733820596.5822136 +2024-12-13 09:24:07,584 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/ua_parser/lazy.py first seen with mtime 1733820591.9989016 +2024-12-13 09:24:07,585 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultgame.py first seen with mtime 1733820596.5832138 +2024-12-13 09:24:07,585 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/migrations/0005_alter_user_last_login_null.py first seen with mtime 1733820595.4861388 +2024-12-13 09:24:07,585 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_utils.py first seen with mtime 1733820595.1741176 +2024-12-13 09:24:07,585 - DEBUG - File /home/trevor/touchh_bot/bot/migrations/__init__.py first seen with mtime 1733444974.5041635 +2024-12-13 09:24:07,585 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/_basethumbedmedium.py first seen with mtime 1733820596.5782135 +2024-12-13 09:24:07,585 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/paidmediapurchasedhandler.py first seen with mtime 1733820596.5952146 +2024-12-13 09:24:07,585 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/geoip2/__init__.py first seen with mtime 1733820597.1482522 +2024-12-13 09:24:07,585 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_payment/invoice.py first seen with mtime 1733820596.5862138 +2024-12-13 09:24:07,586 - DEBUG - File /home/trevor/touchh_bot/hotels/tests.py first seen with mtime 1733444974.5101633 +2024-12-13 09:24:07,586 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultarticle.py first seen with mtime 1733820596.5812137 +2024-12-13 09:24:07,586 - DEBUG - File /usr/lib/python3.10/lib-dynload/mmap.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:24:07,586 - DEBUG - File /usr/lib/python3.10/unittest/case.py first seen with mtime 1730924533.0 +2024-12-13 09:24:07,586 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/PIL/_util.py first seen with mtime 1733820590.2547832 +2024-12-13 09:24:07,586 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_utils/stack.py first seen with mtime 1733820596.5972147 +2024-12-13 09:24:07,586 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_applicationbuilder.py first seen with mtime 1733820596.5902143 +2024-12-13 09:24:07,586 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/_yaml.cpython-310-x86_64-linux-gnu.so first seen with mtime 1733820590.1587768 +2024-12-13 09:24:07,586 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/migrations/0009_alter_user_last_name_max_length.py first seen with mtime 1733820595.487139 +2024-12-13 09:24:07,586 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/messagehandler.py first seen with mtime 1733820596.5952146 +2024-12-13 09:24:07,586 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_contexttypes.py first seen with mtime 1733820596.5912142 +2024-12-13 09:24:07,587 - DEBUG - File /home/trevor/touchh_bot/antifroud/migrations/0006_alter_importedhotel_options.py first seen with mtime 1734047890.2313626 +2024-12-13 09:24:07,587 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultphoto.py first seen with mtime 1733820596.5842137 +2024-12-13 09:24:07,587 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/businessconnectionhandler.py first seen with mtime 1733820596.5932145 +2024-12-13 09:24:07,587 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pytz/tzinfo.py first seen with mtime 1733820589.7767508 +2024-12-13 09:24:07,587 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inputtextmessagecontent.py first seen with mtime 1733820596.585214 +2024-12-13 09:24:07,587 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_baseupdateprocessor.py first seen with mtime 1733820596.5912142 +2024-12-13 09:24:07,587 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_payment/successfulpayment.py first seen with mtime 1733820596.587214 +2024-12-13 09:24:07,587 - DEBUG - File /home/trevor/touchh_bot/pms_integration/migrations/0001_initial.py first seen with mtime 1733911203.2476077 +2024-12-13 09:24:07,587 - DEBUG - File /usr/lib/python3.10/unittest/mock.py first seen with mtime 1730924533.0 +2024-12-13 09:24:07,587 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultsbutton.py first seen with mtime 1733820596.5842137 +2024-12-13 09:24:07,587 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/serializer.py first seen with mtime 1733820590.1597767 +2024-12-13 09:24:07,588 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_transports/default.py first seen with mtime 1733820595.1751177 +2024-12-13 09:24:07,588 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_giveaway.py first seen with mtime 1733820596.571213 +2024-12-13 09:24:07,588 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_messageentity.py first seen with mtime 1733820596.573213 +2024-12-13 09:24:07,588 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_passport/encryptedpassportelement.py first seen with mtime 1733820596.5862138 +2024-12-13 09:24:07,588 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/fpdf/html.py first seen with mtime 1733820589.868757 +2024-12-13 09:24:07,588 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/migrations/0003_logentry_add_action_flag_choices.py first seen with mtime 1733820595.386132 +2024-12-13 09:24:07,588 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/geoip2/errors.py first seen with mtime 1733820597.1492524 +2024-12-13 09:24:07,588 - DEBUG - File /home/trevor/touchh_bot/antifroud/migrations/__init__.py first seen with mtime 1734005666.8547904 +2024-12-13 09:24:07,588 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultgif.py first seen with mtime 1733820596.5832138 +2024-12-13 09:24:07,588 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_story.py first seen with mtime 1733820596.5752132 +2024-12-13 09:24:07,588 - DEBUG - File /home/trevor/touchh_bot/pms_integration/test_requests.py first seen with mtime 1733911203.2496078 +2024-12-13 09:24:07,588 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/fpdf/ttfonts.py first seen with mtime 1733820589.868757 +2024-12-13 09:24:07,588 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/choseninlineresulthandler.py first seen with mtime 1733820596.5942144 +2024-12-13 09:24:07,589 - DEBUG - File /home/trevor/touchh_bot/bot/urls.py first seen with mtime 1733444974.5041635 +2024-12-13 09:24:07,589 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/geoip2/database.py first seen with mtime 1733820597.1492524 +2024-12-13 09:24:07,589 - DEBUG - File /home/trevor/touchh_bot/scheduler/tasks.py first seen with mtime 1733911203.2526076 +2024-12-13 09:24:07,589 - DEBUG - File /home/trevor/touchh_bot/bot/utils/__init__.py first seen with mtime 1733544993.8766968 +2024-12-13 09:24:07,589 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultdocument.py first seen with mtime 1733820596.5832138 +2024-12-13 09:24:07,589 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_update.py first seen with mtime 1733820596.5752132 +2024-12-13 09:24:07,589 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pytz/__init__.py first seen with mtime 1733820589.7767508 +2024-12-13 09:24:07,589 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/request/_requestparameter.py first seen with mtime 1733820596.5982149 +2024-12-13 09:24:07,589 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/maxminddb/const.py first seen with mtime 1733820591.7778866 +2024-12-13 09:24:07,589 - DEBUG - File /usr/lib/python3.10/xml/dom/minidom.py first seen with mtime 1730924533.0 +2024-12-13 09:24:07,589 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/sql/compiler.py first seen with mtime 1733820595.7731586 +2024-12-13 09:24:07,589 - DEBUG - File /home/trevor/touchh_bot/hotels/views.py first seen with mtime 1733444974.5101633 +2024-12-13 09:24:07,589 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/audio.py first seen with mtime 1733820596.5782135 +2024-12-13 09:24:07,589 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/PIL/TiffTags.py first seen with mtime 1733820590.2567832 +2024-12-13 09:24:07,589 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_utils/datetime.py first seen with mtime 1733820596.5882142 +2024-12-13 09:24:07,590 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/triggers/cron/__init__.py first seen with mtime 1733820592.3209236 +2024-12-13 09:24:07,590 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/fpdf/fpdf.py first seen with mtime 1733820589.868757 +2024-12-13 09:24:07,590 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_chatlocation.py first seen with mtime 1733820596.5692127 +2024-12-13 09:24:07,590 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/videonote.py first seen with mtime 1733820596.5802135 +2024-12-13 09:24:07,590 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_choseninlineresult.py first seen with mtime 1733820596.5702128 +2024-12-13 09:24:07,590 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/recorder.py first seen with mtime 1733820595.765158 +2024-12-13 09:24:07,590 - DEBUG - File /home/trevor/touchh_bot/antifroud/migrations/0001_initial.py first seen with mtime 1734006503.0082352 +2024-12-13 09:24:07,590 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/maxminddb/file.py first seen with mtime 1733820591.7768865 +2024-12-13 09:24:07,590 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/_basemedium.py first seen with mtime 1733820596.5782135 +2024-12-13 09:24:07,591 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/fpdf/py3k.py first seen with mtime 1733820589.868757 +2024-12-13 09:24:07,591 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/test/client.py first seen with mtime 1733820595.79416 +2024-12-13 09:24:07,591 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_payment/refundedpayment.py first seen with mtime 1733820596.587214 +2024-12-13 09:24:07,591 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/__init__.py first seen with mtime 1733820590.1587768 +2024-12-13 09:24:07,591 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/triggers/cron/expressions.py first seen with mtime 1733820592.3209236 +2024-12-13 09:24:07,591 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_picklepersistence.py first seen with mtime 1733820596.5922143 +2024-12-13 09:24:07,591 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_bot.py first seen with mtime 1733820596.5672126 +2024-12-13 09:24:07,591 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_writeaccessallowed.py first seen with mtime 1733820596.5762134 +2024-12-13 09:24:07,591 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inputvenuemessagecontent.py first seen with mtime 1733820596.585214 +2024-12-13 09:24:07,591 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/commandhandler.py first seen with mtime 1733820596.5942144 +2024-12-13 09:24:07,592 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_transports/__init__.py first seen with mtime 1733820595.1741176 +2024-12-13 09:24:07,592 - DEBUG - File /home/trevor/touchh_bot/bot/utils/database.py first seen with mtime 1733911203.198608 +2024-12-13 09:24:07,592 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_chatboost.py first seen with mtime 1733820596.5692127 +2024-12-13 09:24:07,592 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/tokens.py first seen with mtime 1733820590.1587768 +2024-12-13 09:24:07,592 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultcachedaudio.py first seen with mtime 1733820596.5822136 +2024-12-13 09:24:07,592 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/migrations/0001_initial.py first seen with mtime 1733820595.708154 +2024-12-13 09:24:07,592 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/constants.py first seen with mtime 1733820596.5772133 +2024-12-13 09:24:07,592 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_keyboardbutton.py first seen with mtime 1733820596.571213 +2024-12-13 09:24:07,593 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_reply.py first seen with mtime 1733820596.574213 +2024-12-13 09:24:07,593 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/resolver.py first seen with mtime 1733820590.1597767 +2024-12-13 09:24:07,593 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_payment/shippingoption.py first seen with mtime 1733820596.587214 +2024-12-13 09:24:07,593 - DEBUG - File /home/trevor/touchh_bot/pms_integration/plugins/ecvi_pms.py first seen with mtime 1733959414.601724 +2024-12-13 09:24:07,593 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/inlinequeryhandler.py first seen with mtime 1733820596.5952146 +2024-12-13 09:24:07,593 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_callbackcontext.py first seen with mtime 1733820596.5912142 +2024-12-13 09:24:07,593 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/chatmemberhandler.py first seen with mtime 1733820596.5942144 +2024-12-13 09:24:07,593 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_payment/shippingaddress.py first seen with mtime 1733820596.587214 +2024-12-13 09:24:07,593 - DEBUG - File /home/trevor/touchh_bot/bot/utils/pdf_report.py first seen with mtime 1733911203.198608 +2024-12-13 09:24:07,593 - DEBUG - File /usr/lib/python3.10/xml/dom/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:07,593 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_shared.py first seen with mtime 1733820596.574213 +2024-12-13 09:24:07,593 - DEBUG - File /home/trevor/touchh_bot/bot/utils/bot_setup.py first seen with mtime 1733905582.9865398 +2024-12-13 09:24:07,593 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/loader.py first seen with mtime 1733820595.7641578 +2024-12-13 09:24:07,593 - DEBUG - File /home/trevor/touchh_bot/touchh/wsgi.py first seen with mtime 1733444974.5821624 +2024-12-13 09:24:07,593 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/test/__init__.py first seen with mtime 1733820595.79416 +2024-12-13 09:24:07,593 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_business.py first seen with mtime 1733820596.5672126 +2024-12-13 09:24:07,594 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultcacheddocument.py first seen with mtime 1733820596.5822136 +2024-12-13 09:24:07,594 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/events.py first seen with mtime 1733820590.1597767 +2024-12-13 09:24:07,594 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_forcereply.py first seen with mtime 1733820596.5702128 +2024-12-13 09:24:07,594 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/conversationhandler.py first seen with mtime 1733820596.5952146 +2024-12-13 09:24:07,594 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_utils/enum.py first seen with mtime 1733820596.5882142 +2024-12-13 09:24:07,594 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_transports/asgi.py first seen with mtime 1733820595.1751177 +2024-12-13 09:24:07,594 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_client.py first seen with mtime 1733820595.1711175 +2024-12-13 09:24:07,594 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_keyboardbuttonrequest.py first seen with mtime 1733820596.571213 +2024-12-13 09:24:07,594 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_sentwebappmessage.py first seen with mtime 1733820596.574213 +2024-12-13 09:24:07,594 - DEBUG - File /home/trevor/touchh_bot/antifroud/migrations/0009_importedhotel_display_name.py first seen with mtime 1734049958.1195645 +2024-12-13 09:24:07,594 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_payment/__init__.py first seen with mtime 1733820596.5862138 +2024-12-13 09:24:07,594 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/geoip2/models.py first seen with mtime 1733820597.1492524 +2024-12-13 09:24:07,594 - DEBUG - File /home/trevor/touchh_bot/antifroud/migrations/0005_importedhotel.py first seen with mtime 1734047854.512089 +2024-12-13 09:24:07,594 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_utils/repr.py first seen with mtime 1733820596.589214 +2024-12-13 09:24:07,595 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_passport/passportdata.py first seen with mtime 1733820596.5862138 +2024-12-13 09:24:07,595 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_passport/__init__.py first seen with mtime 1733820596.585214 +2024-12-13 09:24:07,595 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_passport/passportelementerrors.py first seen with mtime 1733820596.5862138 +2024-12-13 09:24:07,595 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/migrations/0002_remove_content_type_name.py first seen with mtime 1733820595.516141 +2024-12-13 09:24:07,595 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/dumper.py first seen with mtime 1733820590.1587768 +2024-12-13 09:24:07,595 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/request/__init__.py first seen with mtime 1733820596.5972147 +2024-12-13 09:24:07,595 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_utils/warnings.py first seen with mtime 1733820596.589214 +2024-12-13 09:24:07,595 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_dice.py first seen with mtime 1733820596.5702128 +2024-12-13 09:24:07,595 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inputlocationmessagecontent.py first seen with mtime 1733820596.585214 +2024-12-13 09:24:07,595 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_games/__init__.py first seen with mtime 1733820596.5802135 +2024-12-13 09:24:07,595 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/preparedinlinemessage.py first seen with mtime 1733820596.585214 +2024-12-13 09:24:07,596 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/constructor.py first seen with mtime 1733820590.1597767 +2024-12-13 09:24:07,596 - DEBUG - File /home/trevor/touchh_bot/pms_integration/migrations/0005_pmsconfiguration_private_key_and_more.py first seen with mtime 1733911203.2486076 +2024-12-13 09:24:07,596 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/ua_parser_builtins/regexes.py first seen with mtime 1733820589.9537628 +2024-12-13 09:24:07,596 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/fpdf/fonts.py first seen with mtime 1733820589.8677568 +2024-12-13 09:24:07,596 - DEBUG - File /home/trevor/touchh_bot/pms_integration/forms.py first seen with mtime 1733911203.2466078 +2024-12-13 09:24:07,596 - DEBUG - File /usr/lib/python3.10/xml/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:07,596 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_chat.py first seen with mtime 1733820596.5682127 +2024-12-13 09:24:07,596 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_gifts.py first seen with mtime 1733820596.571213 +2024-12-13 09:24:07,596 - DEBUG - File /home/trevor/touchh_bot/bot/utils/notifications.py first seen with mtime 1733905582.9865398 +2024-12-13 09:24:07,596 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/migrations/__init__.py first seen with mtime 1733820595.487139 +2024-12-13 09:24:07,596 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_utils/__init__.py first seen with mtime 1733820596.5882142 +2024-12-13 09:24:07,596 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/loader.py first seen with mtime 1733820590.148776 +2024-12-13 09:24:07,596 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/cache/backends/locmem.py first seen with mtime 1733820595.7421563 +2024-12-13 09:24:07,597 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/file.py first seen with mtime 1733820596.5792134 +2024-12-13 09:24:07,597 - DEBUG - File /home/trevor/touchh_bot/bot/management/commands/run_bot.py first seen with mtime 1733911203.197608 +2024-12-13 09:24:07,597 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/migrations/0002_logentry_remove_auto_add.py first seen with mtime 1733820595.386132 +2024-12-13 09:24:07,597 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/test/signals.py first seen with mtime 1733820595.79516 +2024-12-13 09:24:07,597 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/stringregexhandler.py first seen with mtime 1733820596.5962145 +2024-12-13 09:24:07,597 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinekeyboardmarkup.py first seen with mtime 1733820596.5812137 +2024-12-13 09:24:07,597 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/__init__.py first seen with mtime 1733820596.5932145 +2024-12-13 09:24:07,597 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_messageautodeletetimerchanged.py first seen with mtime 1733820596.572213 +2024-12-13 09:24:07,597 - DEBUG - File /home/trevor/touchh_bot/users/tests.py first seen with mtime 1733444974.5831623 +2024-12-13 09:24:07,597 - DEBUG - File /home/trevor/touchh_bot/bot/operations/hotels.py first seen with mtime 1733988323.5157974 +2024-12-13 09:24:07,597 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_botname.py first seen with mtime 1733820596.5672126 +2024-12-13 09:24:07,597 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/middleware/clickjacking.py first seen with mtime 1733820595.7881596 +2024-12-13 09:24:07,598 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/fpdf/php.py first seen with mtime 1733820589.868757 +2024-12-13 09:24:07,598 - DEBUG - File /usr/lib/python3.10/xml/dom/xmlbuilder.py first seen with mtime 1730924533.0 +2024-12-13 09:24:07,598 - DEBUG - File /home/trevor/touchh_bot/bot/operations/users.py first seen with mtime 1733560604.3996668 +2024-12-13 09:24:07,598 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_chatadministratorrights.py first seen with mtime 1733820596.5682127 +2024-12-13 09:24:07,598 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/PIL/_binary.py first seen with mtime 1733820590.2617836 +2024-12-13 09:24:07,598 - DEBUG - File /home/trevor/touchh_bot/bot/utils/scheduler.py first seen with mtime 1733550004.5004714 +2024-12-13 09:24:07,598 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/user_agents/compat.py first seen with mtime 1733820592.4309309 +2024-12-13 09:24:07,598 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultlocation.py first seen with mtime 1733820596.5832138 +2024-12-13 09:24:07,599 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_replykeyboardmarkup.py first seen with mtime 1733820596.574213 +2024-12-13 09:24:07,599 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_status_codes.py first seen with mtime 1733820595.1731176 +2024-12-13 09:24:07,599 - DEBUG - File /home/trevor/touchh_bot/scheduler/test_module.py first seen with mtime 1733911203.2536077 +2024-12-13 09:24:07,599 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_message.py first seen with mtime 1733820596.572213 +2024-12-13 09:24:07,599 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/error.py first seen with mtime 1733820596.5772133 +2024-12-13 09:24:07,599 - DEBUG - File /home/trevor/touchh_bot/pms_integration/views.py first seen with mtime 1733911203.2496078 +2024-12-13 09:24:07,599 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/warnings.py first seen with mtime 1733820596.5772133 +2024-12-13 09:24:07,599 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_chatjoinrequest.py first seen with mtime 1733820596.5692127 +2024-12-13 09:24:07,599 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_telegramobject.py first seen with mtime 1733820596.5752132 +2024-12-13 09:24:07,599 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/migrations/__init__.py first seen with mtime 1733820595.516141 +2024-12-13 09:24:07,600 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/cyaml.py first seen with mtime 1733820590.1597767 +2024-12-13 09:24:07,600 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inputmessagecontent.py first seen with mtime 1733820596.585214 +2024-12-13 09:24:07,600 - DEBUG - File /home/trevor/touchh_bot/antifroud/migrations/0008_alter_useractivitylog_id.py first seen with mtime 1734048574.895119 +2024-12-13 09:24:07,600 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/ua_parser/matchers.py first seen with mtime 1733820591.9999018 +2024-12-13 09:24:07,600 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_webappdata.py first seen with mtime 1733820596.5762134 +2024-12-13 09:24:07,600 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pytz/exceptions.py first seen with mtime 1733820589.7767508 +2024-12-13 09:24:07,600 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/ua_parser/loaders.py first seen with mtime 1733820591.9999018 +2024-12-13 09:24:07,600 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresult.py first seen with mtime 1733820596.5812137 +2024-12-13 09:24:07,600 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_version.py first seen with mtime 1733820596.5762134 +2024-12-13 09:24:07,600 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinekeyboardbutton.py first seen with mtime 1733820596.5812137 +2024-12-13 09:24:07,600 - DEBUG - File /home/trevor/touchh_bot/pms_integration/migrations/0003_alter_pmsconfiguration_plugin_name.py first seen with mtime 1733911203.2476077 +2024-12-13 09:24:07,600 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/__version__.py first seen with mtime 1733820595.1701174 +2024-12-13 09:24:07,600 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/stringcommandhandler.py first seen with mtime 1733820596.5962145 +2024-12-13 09:24:07,600 - DEBUG - File /home/trevor/touchh_bot/scheduler/migrations/__init__.py first seen with mtime 1733911203.2516077 +2024-12-13 09:24:07,600 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/chatphoto.py first seen with mtime 1733820596.5782135 +2024-12-13 09:24:07,601 - DEBUG - File /usr/lib/python3.10/unittest/runner.py first seen with mtime 1730924533.0 +2024-12-13 09:24:07,601 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inputcontactmessagecontent.py first seen with mtime 1733820596.5842137 +2024-12-13 09:24:07,601 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequery.py first seen with mtime 1733820596.5812137 +2024-12-13 09:24:07,601 - DEBUG - File /home/trevor/touchh_bot/hotels/pms_check.py first seen with mtime 1733538095.4384868 +2024-12-13 09:24:07,601 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/db/migrations/__init__.py first seen with mtime 1734064914.7947304 +2024-12-13 09:24:07,601 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_chatbackground.py first seen with mtime 1733820596.5682127 +2024-12-13 09:24:07,601 - DEBUG - File /home/trevor/touchh_bot/pms_integration/migrations/0002_alter_pmsconfiguration_plugin_name.py first seen with mtime 1733911203.2476077 +2024-12-13 09:24:07,601 - DEBUG - File /home/trevor/touchh_bot/users/views.py first seen with mtime 1733444974.5831623 +2024-12-13 09:24:07,601 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pytz/lazy.py first seen with mtime 1733820589.7767508 +2024-12-13 09:24:07,602 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/migrations/0012_alter_user_first_name_max_length.py first seen with mtime 1733820595.487139 +2024-12-13 09:24:07,602 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/businessmessagesdeletedhandler.py first seen with mtime 1733820596.5932145 +2024-12-13 09:24:07,602 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_switchinlinequerychosenchat.py first seen with mtime 1733820596.5752132 +2024-12-13 09:24:07,602 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_jobqueue.py first seen with mtime 1733820596.5922143 +2024-12-13 09:24:07,602 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/migrations/0001_initial.py first seen with mtime 1733820595.516141 +2024-12-13 09:24:07,602 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_utils/types.py first seen with mtime 1733820596.589214 +2024-12-13 09:24:07,602 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/filters.py first seen with mtime 1733820596.5932145 +2024-12-13 09:24:07,602 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_games/gamehighscore.py first seen with mtime 1733820596.5812137 +2024-12-13 09:24:07,602 - DEBUG - File /home/trevor/touchh_bot/bot/operations/statistics.py first seen with mtime 1733919322.9039288 +2024-12-13 09:24:07,602 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/middleware/common.py first seen with mtime 1733820595.7881596 +2024-12-13 09:24:07,603 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/maxminddb/reader.py first seen with mtime 1733820591.7778866 +2024-12-13 09:24:07,603 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_utils/markup.py first seen with mtime 1733820596.589214 +2024-12-13 09:24:07,603 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_chatfullinfo.py first seen with mtime 1733820596.5692127 +2024-12-13 09:24:07,603 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultvideo.py first seen with mtime 1733820596.5842137 +2024-12-13 09:24:07,603 - DEBUG - File /home/trevor/touchh_bot/hotels/urls.py first seen with mtime 1733444974.5101633 +2024-12-13 09:24:07,603 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/ua_parser/user_agent_parser.py first seen with mtime 1733820591.9999018 +2024-12-13 09:24:07,603 - DEBUG - File /usr/lib/python3.10/unittest/main.py first seen with mtime 1730924533.0 +2024-12-13 09:24:07,603 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/middleware.py first seen with mtime 1733820595.6241484 +2024-12-13 09:24:07,603 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_videochat.py first seen with mtime 1733820596.5762134 +2024-12-13 09:24:07,603 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/composer.py first seen with mtime 1733820590.148776 +2024-12-13 09:24:07,604 - DEBUG - File /home/trevor/touchh_bot/scheduler/migrations/0001_initial.py first seen with mtime 1733911203.2516077 +2024-12-13 09:24:07,604 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/migrations/0010_alter_group_name_max_length.py first seen with mtime 1733820595.487139 +2024-12-13 09:24:07,604 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/__init__.py first seen with mtime 1733820595.1701174 +2024-12-13 09:24:07,604 - DEBUG - File /usr/lib/python3.10/unittest/result.py first seen with mtime 1730924533.0 +2024-12-13 09:24:07,604 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inputinvoicemessagecontent.py first seen with mtime 1733820596.5842137 +2024-12-13 09:24:07,604 - DEBUG - File /home/trevor/touchh_bot/bot/operations/__init__.py first seen with mtime 1733544926.0244582 +2024-12-13 09:24:07,604 - DEBUG - File /home/trevor/touchh_bot/antifroud/migrations/0007_useractivitylog_external_id.py first seen with mtime 1734048229.2204134 +2024-12-13 09:24:07,604 - DEBUG - File /home/trevor/touchh_bot/touchh/asgi.py first seen with mtime 1733444974.5821624 +2024-12-13 09:24:07,604 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/test/utils.py first seen with mtime 1733820595.79516 +2024-12-13 09:24:07,604 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/db/migrations/0001_initial.py first seen with mtime 1734064914.7947304 +2024-12-13 09:24:07,605 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_botdescription.py first seen with mtime 1733820596.5672126 +2024-12-13 09:24:07,605 - DEBUG - File /home/trevor/touchh_bot/antifroud/migrations/0004_alter_externaldbsettings_options_and_more.py first seen with mtime 1734014538.4034815 +2024-12-13 09:24:07,605 - DEBUG - File /home/trevor/touchh_bot/users/migrations/0002_delete_localuseractivitylog_delete_useractivitylog_and_more.py first seen with mtime 1734048901.6813185 +2024-12-13 09:24:07,605 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultmpeg4gif.py first seen with mtime 1733820596.5832138 +2024-12-13 09:24:07,605 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_utils/trackingdict.py first seen with mtime 1733820596.5972147 +2024-12-13 09:24:07,605 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/geoip2/types.py first seen with mtime 1733820597.1492524 +2024-12-13 09:24:07,605 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/test/html.py first seen with mtime 1733820595.79416 +2024-12-13 09:24:07,605 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/nodes.py first seen with mtime 1733820590.148776 +2024-12-13 09:24:07,605 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/user_agents/__init__.py first seen with mtime 1733820592.429931 +2024-12-13 09:24:07,605 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/location.py first seen with mtime 1733820596.5792134 +2024-12-13 09:24:07,605 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/scanner.py first seen with mtime 1733820590.148776 +2024-12-13 09:24:07,606 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_utils/entities.py first seen with mtime 1733820596.5882142 +2024-12-13 09:24:07,606 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_urlparse.py first seen with mtime 1733820595.1741176 +2024-12-13 09:24:07,606 - DEBUG - File /home/trevor/touchh_bot/hotels/pms_parse.py first seen with mtime 1733538095.4384868 +2024-12-13 09:24:07,606 - DEBUG - File /usr/lib/python3.10/unittest/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:07,606 - DEBUG - File /usr/lib/python3.10/unittest/util.py first seen with mtime 1730924533.0 +2024-12-13 09:24:07,606 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_decoders.py first seen with mtime 1733820595.1721175 +2024-12-13 09:24:07,606 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_models.py first seen with mtime 1733820595.1731176 +2024-12-13 09:24:07,606 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/triggers/cron/fields.py first seen with mtime 1733820592.3209236 +2024-12-13 09:24:07,606 - DEBUG - File /home/trevor/touchh_bot/bot/management/commands/__init__.py first seen with mtime 1733451047.8319275 +2024-12-13 09:24:07,607 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_botcommand.py first seen with mtime 1733820596.5672126 +2024-12-13 09:24:07,607 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_messagereactionupdated.py first seen with mtime 1733820596.573213 +2024-12-13 09:24:07,607 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_botcommandscope.py first seen with mtime 1733820596.5672126 +2024-12-13 09:24:07,607 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_utils/strings.py first seen with mtime 1733820596.589214 +2024-12-13 09:24:07,607 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/photosize.py first seen with mtime 1733820596.5792134 +2024-12-13 09:24:43,302 - DEBUG - File /home/trevor/touchh_bot/antifroud/views.py previous mtime: 1734070924.2249825, current mtime: 1734071082.8930583 +2024-12-13 09:24:43,302 - DEBUG - /home/trevor/touchh_bot/antifroud/views.py notified as changed. Signal results: [(, None), (, None)]. +2024-12-13 09:24:43,302 - INFO - /home/trevor/touchh_bot/antifroud/views.py changed, reloading. +2024-12-13 09:24:43,705 - INFO - Watching for file changes with StatReloader +2024-12-13 09:24:43,705 - DEBUG - Waiting for apps ready_event. +2024-12-13 09:24:43,712 - DEBUG - Apps ready_event triggered. Sending autoreload_started signal. +2024-12-13 09:24:43,720 - DEBUG - Watching dir /home/trevor/touchh_bot/pms_integration/templates with glob **/*. +2024-12-13 09:24:43,721 - DEBUG - Watching dir /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/templates with glob **/*. +2024-12-13 09:24:43,722 - DEBUG - Watching dir /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates with glob **/*. +2024-12-13 09:24:43,722 - DEBUG - Watching dir /home/trevor/touchh_bot/antifroud/templates with glob **/*. +2024-12-13 09:24:43,722 - DEBUG - Watching dir /home/trevor/touchh_bot/scheduler/templates with glob **/*. +2024-12-13 09:24:43,723 - DEBUG - Watching dir /home/trevor/touchh_bot/locale with glob **/*.mo. +2024-12-13 09:24:43,723 - DEBUG - Watching dir /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/locale with glob **/*.mo. +2024-12-13 09:24:43,723 - DEBUG - Watching dir /home/trevor/touchh_bot/bot/locale with glob **/*.mo. +2024-12-13 09:24:43,723 - DEBUG - Watching dir /home/trevor/touchh_bot/pms_integration/locale with glob **/*.mo. +2024-12-13 09:24:43,723 - DEBUG - Watching dir /home/trevor/touchh_bot/hotels/locale with glob **/*.mo. +2024-12-13 09:24:43,723 - DEBUG - Watching dir /home/trevor/touchh_bot/users/locale with glob **/*.mo. +2024-12-13 09:24:43,723 - DEBUG - Watching dir /home/trevor/touchh_bot/scheduler/locale with glob **/*.mo. +2024-12-13 09:24:43,723 - DEBUG - Watching dir /home/trevor/touchh_bot/antifroud/locale with glob **/*.mo. +2024-12-13 09:24:43,724 - DEBUG - Watching dir /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/locale with glob **/*.mo. +2024-12-13 09:24:43,724 - DEBUG - Watching dir /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/db/locale with glob **/*.mo. +2024-12-13 09:24:43,724 - DEBUG - Watching dir /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/cache/locale with glob **/*.mo. +2024-12-13 09:24:44,145 - DEBUG - (0.000) + SELECT name, type FROM sqlite_master + WHERE type in ('table', 'view') AND NOT name='sqlite_sequence' + ORDER BY name; args=None; alias=default +2024-12-13 09:24:44,147 - DEBUG - (0.000) SELECT "django_migrations"."id", "django_migrations"."app", "django_migrations"."name", "django_migrations"."applied" FROM "django_migrations"; args=(); alias=default +2024-12-13 09:24:44,168 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/registry.py first seen with mtime 1733820595.7431564 +2024-12-13 09:24:44,168 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/tree.py first seen with mtime 1733820595.8021605 +2024-12-13 09:24:44,168 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/connection.py first seen with mtime 1733820595.7971601 +2024-12-13 09:24:44,169 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/creation.py first seen with mtime 1733820595.7621577 +2024-12-13 09:24:44,169 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/mixins.py first seen with mtime 1734064914.7897305 +2024-12-13 09:24:44,169 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/serializers/python.py first seen with mtime 1733820595.7541573 +2024-12-13 09:24:44,169 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/actions.py first seen with mtime 1733820595.3141272 +2024-12-13 09:24:44,169 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/admin.py first seen with mtime 1733820595.4481363 +2024-12-13 09:24:44,169 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sites/shortcuts.py first seen with mtime 1733820595.7101543 +2024-12-13 09:24:44,169 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/constants.py first seen with mtime 1733820595.6241484 +2024-12-13 09:24:44,169 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/introspection.py first seen with mtime 1733820595.7561574 +2024-12-13 09:24:44,169 - DEBUG - File /usr/lib/python3.10/abc.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,169 - DEBUG - File /home/trevor/touchh_bot/pms_integration/utils.py first seen with mtime 1733911203.2496078 +2024-12-13 09:24:44,169 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/schedulers/asyncio.py first seen with mtime 1733820592.3189235 +2024-12-13 09:24:44,169 - DEBUG - File /usr/lib/python3.10/asyncio/sslproto.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,169 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/signals.py first seen with mtime 1733820595.7411563 +2024-12-13 09:24:44,169 - DEBUG - File /usr/lib/python3.10/collections/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,169 - DEBUG - File /usr/lib/python3.10/posixpath.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,170 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sites/__init__.py first seen with mtime 1733820595.7091541 +2024-12-13 09:24:44,170 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/__init__.py first seen with mtime 1733820595.7551572 +2024-12-13 09:24:44,170 - DEBUG - File /usr/lib/python3.10/shutil.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,170 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/md.cpython-310-x86_64-linux-gnu.so first seen with mtime 1733820591.9258966 +2024-12-13 09:24:44,170 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/duration.py first seen with mtime 1733820595.7991602 +2024-12-13 09:24:44,170 - DEBUG - File /home/trevor/touchh_bot/hotels/models.py first seen with mtime 1734070960.211326 +2024-12-13 09:24:44,170 - DEBUG - File /usr/lib/python3.10/statistics.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,170 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/triggers/__init__.py first seen with mtime 1733820592.3199234 +2024-12-13 09:24:44,170 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/lexer.py first seen with mtime 1733820590.0957725 +2024-12-13 09:24:44,170 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/utils.py first seen with mtime 1733820595.79616 +2024-12-13 09:24:44,170 - DEBUG - File /usr/lib/python3.10/asyncio/coroutines.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,170 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/gitignore.py first seen with mtime 1733820590.4327953 +2024-12-13 09:24:44,170 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/keywords.py first seen with mtime 1733820590.0957725 +2024-12-13 09:24:44,170 - DEBUG - File /usr/lib/python3.10/locale.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,170 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/base.py first seen with mtime 1733820595.79616 +2024-12-13 09:24:44,170 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/SERVER_STATUS.py first seen with mtime 1733820590.2027798 +2024-12-13 09:24:44,170 - DEBUG - File /etc/python3.10/sitecustomize.py first seen with mtime 1648890259.0 +2024-12-13 09:24:44,171 - DEBUG - File /usr/lib/python3.10/concurrent/futures/process.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,171 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/transaction.py first seen with mtime 1733820595.7551572 +2024-12-13 09:24:44,171 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/views/decorators.py first seen with mtime 1733820595.4131339 +2024-12-13 09:24:44,171 - DEBUG - File /home/trevor/touchh_bot/users/admin.py first seen with mtime 1734048824.275924 +2024-12-13 09:24:44,171 - DEBUG - File /usr/lib/python3.10/ssl.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,171 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templatetags/__init__.py first seen with mtime 1733820596.9892414 +2024-12-13 09:24:44,171 - DEBUG - File /usr/lib/python3.10/lib-dynload/_lzma.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:24:44,171 - DEBUG - File /home/trevor/touchh_bot/pms_integration/models.py first seen with mtime 1733911203.2486076 +2024-12-13 09:24:44,171 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/related_lookups.py first seen with mtime 1733820595.7721584 +2024-12-13 09:24:44,171 - DEBUG - File /usr/lib/python3.10/_compat_pickle.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,171 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/generic/__init__.py first seen with mtime 1733820595.8051608 +2024-12-13 09:24:44,171 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/defaulttags.py first seen with mtime 1733820595.7901597 +2024-12-13 09:24:44,171 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/status_codes.py first seen with mtime 1733820592.018903 +2024-12-13 09:24:44,171 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/management/commands/runserver.py first seen with mtime 1733820595.752157 +2024-12-13 09:24:44,172 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/management/commands/__init__.py first seen with mtime 1733820595.749157 +2024-12-13 09:24:44,172 - DEBUG - File /usr/lib/python3.10/_markupbase.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,172 - DEBUG - File /usr/lib/python3.10/encodings/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,172 - DEBUG - File /usr/lib/python3.10/copy.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,172 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/views.py first seen with mtime 1733820595.4501364 +2024-12-13 09:24:44,172 - DEBUG - File /usr/lib/python3.10/sre_constants.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,172 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/middleware.py first seen with mtime 1733820595.6801522 +2024-12-13 09:24:44,172 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/certs.py first seen with mtime 1733820592.016903 +2024-12-13 09:24:44,172 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/dispatch/dispatcher.py first seen with mtime 1733820595.7751586 +2024-12-13 09:24:44,172 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/encoding.py first seen with mtime 1733820595.7991602 +2024-12-13 09:24:44,172 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/_request_methods.py first seen with mtime 1733820589.9037595 +2024-12-13 09:24:44,172 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/executors/__init__.py first seen with mtime 1733820592.3159232 +2024-12-13 09:24:44,172 - DEBUG - File /usr/lib/python3.10/csv.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,172 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/_internal_utils.py first seen with mtime 1733820592.016903 +2024-12-13 09:24:44,173 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/cache/__init__.py first seen with mtime 1733820595.7411563 +2024-12-13 09:24:44,173 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/CR.py first seen with mtime 1733820590.2027798 +2024-12-13 09:24:44,173 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/views/main.py first seen with mtime 1733820595.4131339 +2024-12-13 09:24:44,173 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/uploadhandler.py first seen with mtime 1733820595.7451565 +2024-12-13 09:24:44,173 - DEBUG - File /usr/lib/python3.10/_sysconfigdata__x86_64-linux-gnu.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,173 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/models.py first seen with mtime 1733820595.4501364 +2024-12-13 09:24:44,173 - DEBUG - File /usr/lib/python3.10/lib-dynload/_json.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:24:44,173 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/asgiref/sync.py first seen with mtime 1733820592.3029222 +2024-12-13 09:24:44,173 - DEBUG - File /usr/lib/python3.10/base64.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,173 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/middleware/security.py first seen with mtime 1733820595.7891595 +2024-12-13 09:24:44,173 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/serializers/json.py first seen with mtime 1733820595.7531571 +2024-12-13 09:24:44,173 - DEBUG - File /usr/lib/python3.10/threading.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,173 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/cache/backends.py first seen with mtime 1734064914.7907305 +2024-12-13 09:24:44,173 - DEBUG - File /usr/lib/python3.10/lib-dynload/_contextvars.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:24:44,174 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/ipv6.py first seen with mtime 1733820595.8001604 +2024-12-13 09:24:44,174 - DEBUG - File /usr/lib/python3.10/contextlib.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,174 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/schema.py first seen with mtime 1733820595.7571573 +2024-12-13 09:24:44,174 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/storage/mixins.py first seen with mtime 1733820595.7461567 +2024-12-13 09:24:44,174 - DEBUG - File /usr/lib/python3.10/selectors.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,174 - DEBUG - File /home/trevor/touchh_bot/scheduler/apps.py first seen with mtime 1733911203.2516077 +2024-12-13 09:24:44,174 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/defaultfilters.py first seen with mtime 1733820595.7901597 +2024-12-13 09:24:44,174 - DEBUG - File /usr/lib/python3.10/asyncio/unix_events.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,174 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/password_validation.py first seen with mtime 1733820595.4501364 +2024-12-13 09:24:44,174 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/base.py first seen with mtime 1733820595.7621577 +2024-12-13 09:24:44,174 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/templatetags/tz.py first seen with mtime 1733820595.79416 +2024-12-13 09:24:44,174 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/http.py first seen with mtime 1733820595.8001604 +2024-12-13 09:24:44,175 - DEBUG - File /usr/lib/python3.10/multiprocessing/queues.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,175 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/events.py first seen with mtime 1733820592.3159232 +2024-12-13 09:24:44,175 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/utils.py first seen with mtime 1733820595.7551572 +2024-12-13 09:24:44,175 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/context_processors.py first seen with mtime 1733820595.4491365 +2024-12-13 09:24:44,175 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/backends/django.py first seen with mtime 1733820595.7921598 +2024-12-13 09:24:44,175 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/response.py first seen with mtime 1733820595.7911596 +2024-12-13 09:24:44,175 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/hashable.py first seen with mtime 1733820595.7991602 +2024-12-13 09:24:44,175 - DEBUG - File /usr/lib/python3.10/email/mime/base.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,175 - DEBUG - File /usr/lib/python3.10/argparse.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,175 - DEBUG - File /usr/lib/python3.10/asyncio/constants.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,175 - DEBUG - File /usr/lib/python3.10/io.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,175 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/resolvers.py first seen with mtime 1733820595.79616 +2024-12-13 09:24:44,176 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/exception.py first seen with mtime 1733820595.7471566 +2024-12-13 09:24:44,176 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/__init__.py first seen with mtime 1733820589.9027593 +2024-12-13 09:24:44,176 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/_collections.py first seen with mtime 1733820589.9027593 +2024-12-13 09:24:44,176 - DEBUG - File /usr/lib/python3.10/inspect.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,176 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/proxy.py first seen with mtime 1733820589.9067595 +2024-12-13 09:24:44,176 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/reverse_related.py first seen with mtime 1733820595.7721584 +2024-12-13 09:24:44,176 - DEBUG - File /usr/lib/python3.10/tokenize.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,176 - DEBUG - File /usr/lib/python3.10/multiprocessing/connection.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,176 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/templatetags/static.py first seen with mtime 1733820595.79316 +2024-12-13 09:24:44,176 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/features.py first seen with mtime 1733820595.7631578 +2024-12-13 09:24:44,176 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/formats.py first seen with mtime 1733820595.7991602 +2024-12-13 09:24:44,176 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/apps/__init__.py first seen with mtime 1733820595.2441225 +2024-12-13 09:24:44,177 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/decorators/csrf.py first seen with mtime 1733820595.8041606 +2024-12-13 09:24:44,177 - DEBUG - File /usr/lib/python3.10/email/headerregistry.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,177 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/sql/subqueries.py first seen with mtime 1733820595.7741585 +2024-12-13 09:24:44,177 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/auth.py first seen with mtime 1733820592.016903 +2024-12-13 09:24:44,177 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/operations/special.py first seen with mtime 1733820595.766158 +2024-12-13 09:24:44,177 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/__init__.py first seen with mtime 1733820595.7451565 +2024-12-13 09:24:44,177 - DEBUG - File /usr/lib/python3.10/lib-dynload/_zoneinfo.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:24:44,177 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/apps.py first seen with mtime 1733820595.6241484 +2024-12-13 09:24:44,177 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/tokens.py first seen with mtime 1733820595.4501364 +2024-12-13 09:24:44,177 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/utils.py first seen with mtime 1733820596.9892414 +2024-12-13 09:24:44,177 - DEBUG - File /usr/lib/python3.10/asyncio/tasks.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,178 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/sql/__init__.py first seen with mtime 1733820595.7731586 +2024-12-13 09:24:44,178 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/forms.py first seen with mtime 1733820595.7761588 +2024-12-13 09:24:44,178 - DEBUG - File /usr/lib/python3.10/heapq.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,178 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/idna/package_data.py first seen with mtime 1733820591.7958877 +2024-12-13 09:24:44,178 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loader_tags.py first seen with mtime 1733820595.7911596 +2024-12-13 09:24:44,178 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/lorem_ipsum.py first seen with mtime 1733820595.8001604 +2024-12-13 09:24:44,178 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/mail/message.py first seen with mtime 1733820595.7471566 +2024-12-13 09:24:44,178 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/finders.py first seen with mtime 1733820595.738156 +2024-12-13 09:24:44,178 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/renderers.py first seen with mtime 1733820595.7761588 +2024-12-13 09:24:44,178 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/idna/idnadata.py first seen with mtime 1733820591.7948878 +2024-12-13 09:24:44,178 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/__init__.py first seen with mtime 1733820590.4327953 +2024-12-13 09:24:44,178 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/apps.py first seen with mtime 1733820595.3141272 +2024-12-13 09:24:44,179 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/certifi/__init__.py first seen with mtime 1733820591.9508984 +2024-12-13 09:24:44,179 - DEBUG - File /usr/lib/python3.10/difflib.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,179 - DEBUG - File /usr/lib/python3.10/email/charset.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,179 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/dateparse.py first seen with mtime 1733820595.79816 +2024-12-13 09:24:44,179 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/exceptions.py first seen with mtime 1734064914.7897305 +2024-12-13 09:24:44,179 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/utils.py first seen with mtime 1733820595.7701583 +2024-12-13 09:24:44,179 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/__init__.py first seen with mtime 1733820595.7751586 +2024-12-13 09:24:44,179 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/templatetags/l10n.py first seen with mtime 1733820595.79316 +2024-12-13 09:24:44,179 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/__init__.py first seen with mtime 1733820595.4881392 +2024-12-13 09:24:44,179 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/base.py first seen with mtime 1733820595.767158 +2024-12-13 09:24:44,179 - DEBUG - File /usr/lib/python3.10/os.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,179 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/generic/edit.py first seen with mtime 1733820595.8051608 +2024-12-13 09:24:44,180 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/__init__.py first seen with mtime 1733820592.016903 +2024-12-13 09:24:44,180 - DEBUG - File /usr/lib/python3.10/fnmatch.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,180 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/asgi.py first seen with mtime 1733820595.7471566 +2024-12-13 09:24:44,180 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/conf/global_settings.py first seen with mtime 1733820595.2441225 +2024-12-13 09:24:44,180 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/validators.py first seen with mtime 1733820595.4501364 +2024-12-13 09:24:44,180 - DEBUG - File /usr/lib/python3.10/importlib/metadata/_text.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,180 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/optionfile.py first seen with mtime 1733820590.2017796 +2024-12-13 09:24:44,180 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/protocol.py first seen with mtime 1733820590.2017796 +2024-12-13 09:24:44,180 - DEBUG - File /usr/lib/python3.10/multiprocessing/context.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,180 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/utils.py first seen with mtime 1733820595.765158 +2024-12-13 09:24:44,180 - DEBUG - File /home/trevor/touchh_bot/antifroud/__init__.py first seen with mtime 1734005666.8537903 +2024-12-13 09:24:44,180 - DEBUG - File /usr/lib/python3.10/email/contentmanager.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,181 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/patterns/gitwildmatch.py first seen with mtime 1733820590.4337955 +2024-12-13 09:24:44,181 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/deconstruct.py first seen with mtime 1733820595.79816 +2024-12-13 09:24:44,181 - DEBUG - File /usr/lib/python3.10/email/_header_value_parser.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,181 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/urls.py first seen with mtime 1733820595.7441566 +2024-12-13 09:24:44,181 - DEBUG - File /usr/lib/python3.10/email/quoprimime.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,181 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/__init__.py first seen with mtime 1733820589.9067595 +2024-12-13 09:24:44,181 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/cache/backends/filebased.py first seen with mtime 1733820595.7421563 +2024-12-13 09:24:44,181 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/security/base.py first seen with mtime 1733820595.7441566 +2024-12-13 09:24:44,181 - DEBUG - File /usr/lib/python3.10/warnings.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,181 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/html.py first seen with mtime 1733820595.7991602 +2024-12-13 09:24:44,181 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/base.py first seen with mtime 1733820595.7471566 +2024-12-13 09:24:44,181 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/response.py first seen with mtime 1733820589.9047594 +2024-12-13 09:24:44,181 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/__init__.py first seen with mtime 1733820595.7421563 +2024-12-13 09:24:44,181 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/apps.py first seen with mtime 1733820596.939238 +2024-12-13 09:24:44,181 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/storage/handler.py first seen with mtime 1733820595.7461567 +2024-12-13 09:24:44,181 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/mail/__init__.py first seen with mtime 1733820595.7471566 +2024-12-13 09:24:44,182 - DEBUG - File /usr/lib/python3.10/pickle.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,182 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/storage/__init__.py first seen with mtime 1733820595.6251483 +2024-12-13 09:24:44,182 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/safestring.py first seen with mtime 1733820595.8011603 +2024-12-13 09:24:44,182 - DEBUG - File /usr/lib/python3.10/subprocess.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,182 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/admin.py first seen with mtime 1733820595.4881392 +2024-12-13 09:24:44,182 - DEBUG - File /usr/lib/python3.10/encodings/idna.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,182 - DEBUG - File /usr/lib/python3.10/lib-dynload/_multiprocessing.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:24:44,182 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/connection.py first seen with mtime 1733820589.9037595 +2024-12-13 09:24:44,182 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/reindent.py first seen with mtime 1733820590.0967724 +2024-12-13 09:24:44,182 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/files.py first seen with mtime 1733820595.7431564 +2024-12-13 09:24:44,182 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/times.py first seen with mtime 1733820590.2017796 +2024-12-13 09:24:44,182 - DEBUG - File /usr/lib/python3.10/lib-dynload/_sqlite3.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:24:44,182 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/management/__init__.py first seen with mtime 1733820595.7391562 +2024-12-13 09:24:44,182 - DEBUG - File /usr/lib/python3.10/lib-dynload/_bz2.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:24:44,182 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/__init__.py first seen with mtime 1733820595.7541573 +2024-12-13 09:24:44,182 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/fields.py first seen with mtime 1733820589.9047594 +2024-12-13 09:24:44,182 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/poolmanager.py first seen with mtime 1733820589.9047594 +2024-12-13 09:24:44,182 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/_meta.py first seen with mtime 1733820590.4327953 +2024-12-13 09:24:44,182 - DEBUG - File /usr/lib/python3.10/email/_policybase.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,183 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/query.py first seen with mtime 1733820595.7691581 +2024-12-13 09:24:44,183 - DEBUG - File /usr/lib/python3.10/secrets.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,183 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/apps.py first seen with mtime 1733820595.738156 +2024-12-13 09:24:44,183 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/__init__.py first seen with mtime 1733820590.0967724 +2024-12-13 09:24:44,183 - DEBUG - File /usr/lib/python3.10/lib-dynload/_uuid.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:24:44,183 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/generic/list.py first seen with mtime 1733820595.8061607 +2024-12-13 09:24:44,183 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/schedulers/base.py first seen with mtime 1733820592.3189235 +2024-12-13 09:24:44,183 - DEBUG - File /usr/lib/python3.10/urllib/parse.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,183 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loaders/cached.py first seen with mtime 1733820595.79316 +2024-12-13 09:24:44,183 - DEBUG - File /usr/lib/python3.10/asyncio/threads.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,183 - DEBUG - File /usr/lib/python3.10/stat.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,183 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/__init__.py first seen with mtime 1733820595.7401562 +2024-12-13 09:24:44,184 - DEBUG - File /home/trevor/touchh_bot/bot/apps.py first seen with mtime 1733911203.1966078 +2024-12-13 09:24:44,184 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/templatetags/admin_list.py first seen with mtime 1733820595.412134 +2024-12-13 09:24:44,184 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/sql/where.py first seen with mtime 1733820595.7751586 +2024-12-13 09:24:44,184 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/cache/apps.py first seen with mtime 1734064914.7907305 +2024-12-13 09:24:44,184 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/jobstores/base.py first seen with mtime 1733820592.3179233 +2024-12-13 09:24:44,184 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/backends.py first seen with mtime 1733820595.4481363 +2024-12-13 09:24:44,184 - DEBUG - File /usr/lib/python3.10/email/errors.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,184 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/model_checks.py first seen with mtime 1733820595.7431564 +2024-12-13 09:24:44,184 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/move.py first seen with mtime 1733820595.7451565 +2024-12-13 09:24:44,184 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/operations/base.py first seen with mtime 1733820595.766158 +2024-12-13 09:24:44,185 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/translation/reloader.py first seen with mtime 1733820595.8021605 +2024-12-13 09:24:44,185 - DEBUG - File /usr/lib/python3.10/importlib/metadata/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,185 - DEBUG - File /usr/lib/python3.10/lib-dynload/_decimal.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:24:44,185 - DEBUG - File /usr/lib/python3.10/asyncio/staggered.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,185 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/related_descriptors.py first seen with mtime 1733820595.7721584 +2024-12-13 09:24:44,185 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/__init__.py first seen with mtime 1733820595.679152 +2024-12-13 09:24:44,185 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/serializers/__init__.py first seen with mtime 1733820595.7531571 +2024-12-13 09:24:44,185 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/middleware/cache.py first seen with mtime 1733820595.7881596 +2024-12-13 09:24:44,185 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/http/__init__.py first seen with mtime 1733820595.7871594 +2024-12-13 09:24:44,185 - DEBUG - File /usr/lib/python3.10/email/generator.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,185 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/debug.py first seen with mtime 1733820595.8031604 +2024-12-13 09:24:44,185 - DEBUG - File /usr/lib/python3.10/glob.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,186 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loaders/base.py first seen with mtime 1733820595.7921598 +2024-12-13 09:24:44,186 - DEBUG - File /usr/lib/python3.10/sre_parse.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,186 - DEBUG - File /usr/lib/python3.10/concurrent/futures/thread.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,186 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/plugins.py first seen with mtime 1734064914.7897305 +2024-12-13 09:24:44,186 - DEBUG - File /usr/lib/python3.10/importlib/_adapters.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,186 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/__init__.py first seen with mtime 1733820591.928897 +2024-12-13 09:24:44,186 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/fields.py first seen with mtime 1733820595.4881392 +2024-12-13 09:24:44,186 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/options.py first seen with mtime 1733820595.7691581 +2024-12-13 09:24:44,186 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/http2/__init__.py first seen with mtime 1733820589.9067595 +2024-12-13 09:24:44,186 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/middleware/__init__.py first seen with mtime 1733820595.7881596 +2024-12-13 09:24:44,186 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/views.py first seen with mtime 1734064914.7897305 +2024-12-13 09:24:44,186 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/creation.py first seen with mtime 1733820595.7561574 +2024-12-13 09:24:44,187 - DEBUG - File /usr/lib/python3.10/wsgiref/util.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,187 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/autoreload.py first seen with mtime 1733820595.7971601 +2024-12-13 09:24:44,187 - DEBUG - File /usr/lib/python3.10/urllib/error.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,187 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/templatetags/admin_modify.py first seen with mtime 1733820595.4131339 +2024-12-13 09:24:44,187 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/http/multipartparser.py first seen with mtime 1733820595.7871594 +2024-12-13 09:24:44,187 - DEBUG - File /usr/lib/python3.10/asyncio/selector_events.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,187 - DEBUG - File /usr/lib/python3.10/gzip.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,187 - DEBUG - File /usr/lib/python3.10/enum.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,187 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/connections.py first seen with mtime 1733820590.2007794 +2024-12-13 09:24:44,187 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/connection.py first seen with mtime 1733820589.9067595 +2024-12-13 09:24:44,187 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/operations/models.py first seen with mtime 1733820595.766158 +2024-12-13 09:24:44,187 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/translation.py first seen with mtime 1733820595.7441566 +2024-12-13 09:24:44,188 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/models.py first seen with mtime 1733820595.4881392 +2024-12-13 09:24:44,188 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/compat.py first seen with mtime 1733820592.0179029 +2024-12-13 09:24:44,188 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/query_utils.py first seen with mtime 1733820595.7701583 +2024-12-13 09:24:44,188 - DEBUG - File /home/trevor/touchh_bot/scheduler/__init__.py first seen with mtime 1733911203.2506077 +2024-12-13 09:24:44,188 - DEBUG - File /usr/lib/python3.10/importlib/abc.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,188 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/checks.py first seen with mtime 1733820595.4481363 +2024-12-13 09:24:44,188 - DEBUG - File /usr/lib/python3.10/email/message.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,188 - DEBUG - File /usr/lib/python3.10/email/mime/message.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,188 - DEBUG - File /usr/lib/python3.10/codecs.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,188 - DEBUG - File /home/trevor/touchh_bot/pms_integration/plugins/__init__.py first seen with mtime 1733911203.2486076 +2024-12-13 09:24:44,188 - DEBUG - File /home/trevor/touchh_bot/antifroud/models.py first seen with mtime 1734049955.9706087 +2024-12-13 09:24:44,188 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/__init__.py first seen with mtime 1733820590.2027798 +2024-12-13 09:24:44,189 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/text.py first seen with mtime 1733820595.7731586 +2024-12-13 09:24:44,189 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/static.py first seen with mtime 1733820595.8041606 +2024-12-13 09:24:44,189 - DEBUG - File /usr/lib/python3.10/importlib/metadata/_meta.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,189 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/__init__.py first seen with mtime 1733820595.7891595 +2024-12-13 09:24:44,189 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/enums.py first seen with mtime 1733820595.7681582 +2024-12-13 09:24:44,189 - DEBUG - File /home/trevor/touchh_bot/hotels/apps.py first seen with mtime 1733911203.2006078 +2024-12-13 09:24:44,189 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/comparison.py first seen with mtime 1733820595.7721584 +2024-12-13 09:24:44,189 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/decorators/cache.py first seen with mtime 1733820595.8041606 +2024-12-13 09:24:44,189 - DEBUG - File /usr/lib/python3.10/asyncio/trsock.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,189 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/http/response.py first seen with mtime 1733820595.7881596 +2024-12-13 09:24:44,189 - DEBUG - File /usr/lib/python3.10/html/entities.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,189 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/wait.py first seen with mtime 1733820589.9087598 +2024-12-13 09:24:44,190 - DEBUG - File /usr/lib/python3.10/concurrent/futures/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,190 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/CLIENT.py first seen with mtime 1733820590.2017796 +2024-12-13 09:24:44,190 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/base_user.py first seen with mtime 1733820595.4481363 +2024-12-13 09:24:44,190 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/__init__.py first seen with mtime 1733820595.6241484 +2024-12-13 09:24:44,190 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/api.py first seen with mtime 1733820591.9278967 +2024-12-13 09:24:44,190 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/timezone.py first seen with mtime 1733820595.8021605 +2024-12-13 09:24:44,190 - DEBUG - File /home/trevor/touchh_bot/manage.py first seen with mtime 1733911203.201608 +2024-12-13 09:24:44,190 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/handlers.py first seen with mtime 1733820595.738156 +2024-12-13 09:24:44,190 - DEBUG - File /usr/lib/python3.10/hmac.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,190 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/packages.py first seen with mtime 1733820592.018903 +2024-12-13 09:24:44,190 - DEBUG - File /home/trevor/touchh_bot/touchh/settings.py first seen with mtime 1734071044.903765 +2024-12-13 09:24:44,190 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/hooks.py first seen with mtime 1733820592.0179029 +2024-12-13 09:24:44,191 - DEBUG - File /usr/lib/python3.10/asyncio/base_events.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,191 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/security/sessions.py first seen with mtime 1733820595.7441566 +2024-12-13 09:24:44,191 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/storage/base.py first seen with mtime 1733820595.7461567 +2024-12-13 09:24:44,191 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/decorators/__init__.py first seen with mtime 1733820595.8041606 +2024-12-13 09:24:44,191 - DEBUG - File /usr/lib/python3.10/html/parser.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,191 - DEBUG - File /usr/lib/python3.10/pathlib.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,191 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/__init__.py first seen with mtime 1733820595.313127 +2024-12-13 09:24:44,191 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/signals.py first seen with mtime 1733820595.4501364 +2024-12-13 09:24:44,191 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/pattern.py first seen with mtime 1733820590.4327953 +2024-12-13 09:24:44,191 - DEBUG - File /home/trevor/touchh_bot/pms_integration/apps.py first seen with mtime 1733911203.2466078 +2024-12-13 09:24:44,191 - DEBUG - File /usr/lib/python3.10/html/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,191 - DEBUG - File /usr/lib/python3.10/sqlite3/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,192 - DEBUG - File /usr/lib/python3.10/email/parser.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,192 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/jobstores/memory.py first seen with mtime 1733820592.3179233 +2024-12-13 09:24:44,192 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/__version__.py first seen with mtime 1733820592.016903 +2024-12-13 09:24:44,192 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/wsgi.py first seen with mtime 1733820595.7411563 +2024-12-13 09:24:44,192 - DEBUG - File /usr/lib/python3.10/email/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,192 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/md__mypyc.cpython-310-x86_64-linux-gnu.so first seen with mtime 1733820591.9278967 +2024-12-13 09:24:44,192 - DEBUG - File /usr/lib/python3.10/multiprocessing/process.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,192 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sites/requests.py first seen with mtime 1733820595.7101543 +2024-12-13 09:24:44,192 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/decorators.py first seen with mtime 1733820595.3141272 +2024-12-13 09:24:44,192 - DEBUG - File /usr/lib/python3.10/importlib/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,192 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/constants.py first seen with mtime 1733820595.767158 +2024-12-13 09:24:44,192 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/expressions.py first seen with mtime 1733820595.7681582 +2024-12-13 09:24:44,193 - DEBUG - File /usr/lib/python3.10/pkgutil.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,193 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/db/models.py first seen with mtime 1734064914.7937305 +2024-12-13 09:24:44,193 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/apps/config.py first seen with mtime 1733820595.2441225 +2024-12-13 09:24:44,193 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/models.py first seen with mtime 1733820595.6801522 +2024-12-13 09:24:44,193 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/ssl_.py first seen with mtime 1733820589.9077597 +2024-12-13 09:24:44,193 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/apps.py first seen with mtime 1733820595.4481363 +2024-12-13 09:24:44,193 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/base.py first seen with mtime 1733820595.7561574 +2024-12-13 09:24:44,193 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/__init__.py first seen with mtime 1733820595.7721584 +2024-12-13 09:24:44,193 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/functional.py first seen with mtime 1733820595.7991602 +2024-12-13 09:24:44,193 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/__init__.py first seen with mtime 1733820590.0947723 +2024-12-13 09:24:44,193 - DEBUG - File /usr/lib/python3.10/timeit.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,193 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/_functions.py first seen with mtime 1733820595.7621577 +2024-12-13 09:24:44,194 - DEBUG - File /usr/lib/python3.10/signal.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,194 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/caches.py first seen with mtime 1733820595.7431564 +2024-12-13 09:24:44,194 - DEBUG - File /usr/lib/python3.10/_sitebuiltins.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,194 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/models.py first seen with mtime 1733820591.9278967 +2024-12-13 09:24:44,194 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/operations.py first seen with mtime 1733820595.7631578 +2024-12-13 09:24:44,194 - DEBUG - File /usr/lib/python3.10/lib-dynload/_queue.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:24:44,194 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/exceptions.py first seen with mtime 1733820595.7641578 +2024-12-13 09:24:44,194 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/triggers/base.py first seen with mtime 1733820592.3199234 +2024-12-13 09:24:44,194 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/exceptions.py first seen with mtime 1733820589.9037595 +2024-12-13 09:24:44,194 - DEBUG - File /usr/lib/python3.10/lib-dynload/_multibytecodec.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:24:44,194 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/__init__.py first seen with mtime 1733820596.939238 +2024-12-13 09:24:44,194 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/features.py first seen with mtime 1733820595.7561574 +2024-12-13 09:24:44,194 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/locks.py first seen with mtime 1733820595.7451565 +2024-12-13 09:24:44,194 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templatetags/jazzmin.py first seen with mtime 1733820596.9892414 +2024-12-13 09:24:44,194 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/request.py first seen with mtime 1733820589.9077597 +2024-12-13 09:24:44,194 - DEBUG - File /usr/lib/python3.10/getpass.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,195 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/charset.py first seen with mtime 1733820590.2007794 +2024-12-13 09:24:44,195 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/tokens.py first seen with mtime 1733820590.0977726 +2024-12-13 09:24:44,195 - DEBUG - File /usr/lib/python3.10/asyncio/base_futures.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,195 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/deletion.py first seen with mtime 1733820595.7681582 +2024-12-13 09:24:44,195 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/formatter.py first seen with mtime 1733820590.0947723 +2024-12-13 09:24:44,195 - DEBUG - File /usr/lib/python3.10/importlib/_abc.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,195 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/conf.py first seen with mtime 1734064914.7897305 +2024-12-13 09:24:44,195 - DEBUG - File /usr/lib/python3.10/http/client.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,195 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/converters.py first seen with mtime 1733820595.79616 +2024-12-13 09:24:44,195 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/__init__.py first seen with mtime 1733820595.738156 +2024-12-13 09:24:44,195 - DEBUG - File /home/trevor/touchh_bot/users/apps.py first seen with mtime 1733444974.5831623 +2024-12-13 09:24:44,195 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/generic/base.py first seen with mtime 1733820595.8051608 +2024-12-13 09:24:44,195 - DEBUG - File /home/trevor/touchh_bot/scheduler/models.py first seen with mtime 1733911203.2516077 +2024-12-13 09:24:44,195 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/signals.py first seen with mtime 1733820595.7551572 +2024-12-13 09:24:44,195 - DEBUG - File /usr/lib/python3.10/tempfile.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,195 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/migration.py first seen with mtime 1733820595.7641578 +2024-12-13 09:24:44,195 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/cache/backends/__init__.py first seen with mtime 1733820595.7411563 +2024-12-13 09:24:44,195 - DEBUG - File /usr/lib/python3.10/importlib/util.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,195 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/json.py first seen with mtime 1733820595.7711585 +2024-12-13 09:24:44,195 - DEBUG - File /home/trevor/touchh_bot/bot/__init__.py first seen with mtime 1733444974.5021634 +2024-12-13 09:24:44,196 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/cache/__init__.py first seen with mtime 1734064914.7897305 +2024-12-13 09:24:44,196 - DEBUG - File /usr/lib/python3.10/multiprocessing/util.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,196 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/client.py first seen with mtime 1733820595.7621577 +2024-12-13 09:24:44,196 - DEBUG - File /usr/lib/python3.10/json/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,196 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/retry.py first seen with mtime 1733820589.9077597 +2024-12-13 09:24:44,196 - DEBUG - File /usr/lib/python3.10/fractions.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,196 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/backends.py first seen with mtime 1734064914.7897305 +2024-12-13 09:24:44,196 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/dispatch/__init__.py first seen with mtime 1733820595.7751586 +2024-12-13 09:24:44,196 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/executors/base.py first seen with mtime 1733820592.3169231 +2024-12-13 09:24:44,196 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/url.py first seen with mtime 1733820589.9087598 +2024-12-13 09:24:44,196 - DEBUG - File /usr/lib/python3.10/asyncio/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,196 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/exceptions.py first seen with mtime 1733820592.0179029 +2024-12-13 09:24:44,196 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/__init__.py first seen with mtime 1733820595.313127 +2024-12-13 09:24:44,196 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/ddl_references.py first seen with mtime 1733820595.7551572 +2024-12-13 09:24:44,196 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/math.py first seen with mtime 1733820595.7731586 +2024-12-13 09:24:44,196 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/idna/core.py first seen with mtime 1733820591.7938876 +2024-12-13 09:24:44,196 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/dateformat.py first seen with mtime 1733820595.79816 +2024-12-13 09:24:44,196 - DEBUG - File /usr/lib/python3.10/decimal.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,196 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/conf/__init__.py first seen with mtime 1733820595.2441225 +2024-12-13 09:24:44,196 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/templatetags/__init__.py first seen with mtime 1733820595.412134 +2024-12-13 09:24:44,197 - DEBUG - File /usr/lib/python3.10/importlib/machinery.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,197 - DEBUG - File /usr/lib/python3.10/importlib/readers.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,197 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/http/request.py first seen with mtime 1733820595.7881596 +2024-12-13 09:24:44,197 - DEBUG - File /usr/lib/python3.10/operator.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,197 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/compatibility/__init__.py first seen with mtime 1733820595.7441566 +2024-12-13 09:24:44,197 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/storage/memory.py first seen with mtime 1733820595.7461567 +2024-12-13 09:24:44,197 - DEBUG - File /usr/lib/python3.10/asyncio/log.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,197 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/termcolors.py first seen with mtime 1733820595.8011603 +2024-12-13 09:24:44,197 - DEBUG - File /usr/lib/python3.10/stringprep.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,197 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/filepost.py first seen with mtime 1733820589.9047594 +2024-12-13 09:24:44,197 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/constant.py first seen with mtime 1733820591.928897 +2024-12-13 09:24:44,197 - DEBUG - File /usr/lib/python3.10/encodings/utf_8.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,197 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/models.py first seen with mtime 1733820595.3151274 +2024-12-13 09:24:44,197 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/related.py first seen with mtime 1733820595.7711585 +2024-12-13 09:24:44,197 - DEBUG - File /usr/lib/python3.10/calendar.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,197 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/templatetags/log.py first seen with mtime 1733820595.4131339 +2024-12-13 09:24:44,197 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/signals.py first seen with mtime 1733820595.7701583 +2024-12-13 09:24:44,197 - DEBUG - File /usr/lib/python3.10/ntpath.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,197 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/engine/__init__.py first seen with mtime 1733820590.0957725 +2024-12-13 09:24:44,197 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/boundfield.py first seen with mtime 1733820595.7751586 +2024-12-13 09:24:44,198 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/templatetags/cache.py first seen with mtime 1733820595.79316 +2024-12-13 09:24:44,198 - DEBUG - File /home/trevor/touchh_bot/touchh/urls.py first seen with mtime 1734070629.7614174 +2024-12-13 09:24:44,198 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/urls.py first seen with mtime 1734064914.7897305 +2024-12-13 09:24:44,198 - DEBUG - File /usr/lib/python3.10/datetime.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,198 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/sql/datastructures.py first seen with mtime 1733820595.7741585 +2024-12-13 09:24:44,198 - DEBUG - File /usr/lib/python3.10/lib-dynload/_hashlib.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:24:44,198 - DEBUG - File /usr/lib/python3.10/email/iterators.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,198 - DEBUG - File /usr/lib/python3.10/wsgiref/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,198 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/utils.py first seen with mtime 1733820595.7461567 +2024-12-13 09:24:44,198 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/__init__.py first seen with mtime 1734064914.7887306 +2024-12-13 09:24:44,198 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/conf.py first seen with mtime 1733820595.79616 +2024-12-13 09:24:44,198 - DEBUG - File /usr/lib/python3.10/asyncio/runners.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,198 - DEBUG - File /usr/lib/python3.10/__future__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,199 - DEBUG - File /usr/lib/python3.10/dataclasses.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,199 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/mixins.py first seen with mtime 1733820595.7731586 +2024-12-13 09:24:44,199 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/version.py first seen with mtime 1733820595.8021605 +2024-12-13 09:24:44,199 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/compatibility/django_4_0.py first seen with mtime 1733820595.7441566 +2024-12-13 09:24:44,199 - DEBUG - File /usr/lib/python3.10/ipaddress.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,199 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/base.py first seen with mtime 1733820595.7451565 +2024-12-13 09:24:44,199 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/util.py first seen with mtime 1733820592.3159232 +2024-12-13 09:24:44,199 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/backends/__init__.py first seen with mtime 1733820595.6801522 +2024-12-13 09:24:44,199 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/widgets.py first seen with mtime 1733820595.3161273 +2024-12-13 09:24:44,199 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/templatetags/__init__.py first seen with mtime 1733820595.79316 +2024-12-13 09:24:44,199 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/security/csrf.py first seen with mtime 1733820595.7441566 +2024-12-13 09:24:44,199 - DEBUG - File /usr/lib/python3.10/importlib/_common.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,199 - DEBUG - File /usr/lib/python3.10/asyncio/transports.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,200 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/checks.py first seen with mtime 1733820595.4881392 +2024-12-13 09:24:44,200 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/management/__init__.py first seen with mtime 1733820595.749157 +2024-12-13 09:24:44,200 - DEBUG - File /usr/lib/python3.10/asyncio/streams.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,200 - DEBUG - File /home/trevor/touchh_bot/antifroud/admin.py first seen with mtime 1734070446.7661307 +2024-12-13 09:24:44,200 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/output.py first seen with mtime 1733820590.0967724 +2024-12-13 09:24:44,200 - DEBUG - File /usr/lib/python3.10/logging/handlers.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,200 - DEBUG - File /home/trevor/touchh_bot/hotels/__init__.py first seen with mtime 1733444974.5071633 +2024-12-13 09:24:44,200 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/proxy.py first seen with mtime 1733820595.7711585 +2024-12-13 09:24:44,200 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/compat.py first seen with mtime 1733820596.939238 +2024-12-13 09:24:44,200 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/structures.py first seen with mtime 1733820592.018903 +2024-12-13 09:24:44,200 - DEBUG - File /usr/lib/python3.10/importlib/resources.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,200 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/db/backends.py first seen with mtime 1734064914.7937305 +2024-12-13 09:24:44,201 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/backends/__init__.py first seen with mtime 1733820595.7911596 +2024-12-13 09:24:44,201 - DEBUG - File /usr/lib/python3.10/socketserver.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,201 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/exceptions.py first seen with mtime 1733820595.6801522 +2024-12-13 09:24:44,201 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/utils.py first seen with mtime 1733820592.018903 +2024-12-13 09:24:44,201 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/tzlocal/__init__.py first seen with mtime 1733820589.9777644 +2024-12-13 09:24:44,201 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/api.py first seen with mtime 1733820592.016903 +2024-12-13 09:24:44,201 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/job.py first seen with mtime 1733820592.3159232 +2024-12-13 09:24:44,201 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/pathspec.py first seen with mtime 1733820590.4327953 +2024-12-13 09:24:44,201 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/ssl_match_hostname.py first seen with mtime 1733820589.9077597 +2024-12-13 09:24:44,201 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/executors/pool.py first seen with mtime 1733820592.3169231 +2024-12-13 09:24:44,201 - DEBUG - File /usr/lib/python3.10/lib-dynload/_asyncio.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:24:44,201 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/apps/registry.py first seen with mtime 1733820595.2441225 +2024-12-13 09:24:44,202 - DEBUG - File /usr/lib/python3.10/lib-dynload/_opcode.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:24:44,202 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/fields.py first seen with mtime 1733820595.7761588 +2024-12-13 09:24:44,202 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/validation.py first seen with mtime 1733820595.7571573 +2024-12-13 09:24:44,202 - DEBUG - File /home/trevor/touchh_bot/pms_integration/__init__.py first seen with mtime 1733911203.2466078 +2024-12-13 09:24:44,202 - DEBUG - File /usr/lib/python3.10/traceback.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,202 - DEBUG - File /usr/lib/python3.10/urllib/response.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,202 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/adapters.py first seen with mtime 1733820592.016903 +2024-12-13 09:24:44,202 - DEBUG - File /usr/lib/python3.10/bisect.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,202 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/manager.py first seen with mtime 1733820595.7691581 +2024-12-13 09:24:44,202 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/forms.py first seen with mtime 1733820595.4491365 +2024-12-13 09:24:44,202 - DEBUG - File /usr/lib/python3.10/genericpath.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,202 - DEBUG - File /usr/lib/python3.10/re.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,203 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/regex_helper.py first seen with mtime 1733820595.8011603 +2024-12-13 09:24:44,203 - DEBUG - File /usr/lib/python3.10/logging/config.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,203 - DEBUG - File /usr/lib/python3.10/http/cookiejar.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,203 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/views.py first seen with mtime 1733820595.489139 +2024-12-13 09:24:44,203 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/patterns/__init__.py first seen with mtime 1733820590.4337955 +2024-12-13 09:24:44,203 - DEBUG - File /usr/lib/python3.10/concurrent/futures/_base.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,203 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/others.py first seen with mtime 1733820590.0967724 +2024-12-13 09:24:44,203 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/mail/utils.py first seen with mtime 1733820595.7481568 +2024-12-13 09:24:44,203 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/tokens.py first seen with mtime 1733820590.0957725 +2024-12-13 09:24:44,203 - DEBUG - File /usr/lib/python3.10/configparser.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,203 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/sql/query.py first seen with mtime 1733820595.7741585 +2024-12-13 09:24:44,203 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loaders/filesystem.py first seen with mtime 1733820595.79316 +2024-12-13 09:24:44,204 - DEBUG - File /usr/lib/python3.10/contextvars.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,204 - DEBUG - File /usr/lib/python3.10/asyncio/mixins.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,204 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/servers/__init__.py first seen with mtime 1733820595.7541573 +2024-12-13 09:24:44,204 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/storage/base.py first seen with mtime 1733820595.6251483 +2024-12-13 09:24:44,204 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/models.py first seen with mtime 1733820595.7761588 +2024-12-13 09:24:44,204 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/templates.py first seen with mtime 1733820595.7431564 +2024-12-13 09:24:44,204 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/__init__.py first seen with mtime 1733820595.79516 +2024-12-13 09:24:44,204 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/smartif.py first seen with mtime 1733820595.7911596 +2024-12-13 09:24:44,204 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/templatetags/admin_urls.py first seen with mtime 1733820595.4131339 +2024-12-13 09:24:44,204 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/__init__.py first seen with mtime 1733820595.4481363 +2024-12-13 09:24:44,204 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/utils.py first seen with mtime 1733820595.7551572 +2024-12-13 09:24:44,205 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/tzlocal/unix.py first seen with mtime 1733820589.9777644 +2024-12-13 09:24:44,205 - DEBUG - File /usr/lib/python3.10/wsgiref/headers.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,205 - DEBUG - File /home/trevor/touchh_bot/antifroud/views.py first seen with mtime 1734071082.8930583 +2024-12-13 09:24:44,205 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/models.py first seen with mtime 1733820592.0179029 +2024-12-13 09:24:44,205 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/storage.py first seen with mtime 1733820595.738156 +2024-12-13 09:24:44,205 - DEBUG - File /usr/lib/python3.10/email/mime/text.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,205 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/messages.py first seen with mtime 1733820595.7431564 +2024-12-13 09:24:44,205 - DEBUG - File /usr/lib/python3.10/email/_parseaddr.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,205 - DEBUG - File /usr/lib/python3.10/email/header.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,205 - DEBUG - File /usr/lib/python3.10/encodings/aliases.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,205 - DEBUG - File /usr/lib/python3.10/asyncio/subprocess.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,205 - DEBUG - File /usr/lib/python3.10/socket.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,206 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/__init__.py first seen with mtime 1733820595.7701583 +2024-12-13 09:24:44,206 - DEBUG - File /usr/lib/python3.10/sre_compile.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,206 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loaders/app_directories.py first seen with mtime 1733820595.7921598 +2024-12-13 09:24:44,206 - DEBUG - File /usr/lib/python3.10/zoneinfo/_tzpath.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,206 - DEBUG - File /usr/lib/python3.10/functools.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,206 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/exceptions.py first seen with mtime 1733820595.7911596 +2024-12-13 09:24:44,206 - DEBUG - File /usr/lib/python3.10/gettext.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,206 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/ER.py first seen with mtime 1733820590.2027798 +2024-12-13 09:24:44,206 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/deprecation.py first seen with mtime 1733820595.79816 +2024-12-13 09:24:44,206 - DEBUG - File /usr/lib/python3.10/logging/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,206 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/management/__init__.py first seen with mtime 1733820595.516141 +2024-12-13 09:24:44,207 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/files.py first seen with mtime 1733820595.7701583 +2024-12-13 09:24:44,207 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/widgets.py first seen with mtime 1733820595.7771587 +2024-12-13 09:24:44,207 - DEBUG - File /usr/lib/python3.10/ast.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,207 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/shortcuts.py first seen with mtime 1733820595.2431223 +2024-12-13 09:24:44,207 - DEBUG - File /usr/lib/python3.10/asyncio/futures.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,207 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/__init__.py first seen with mtime 1733820595.2431223 +2024-12-13 09:24:44,207 - DEBUG - File /usr/lib/python3.10/json/encoder.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,207 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/__init__.py first seen with mtime 1733820590.2007794 +2024-12-13 09:24:44,207 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/cookies.py first seen with mtime 1733820592.0179029 +2024-12-13 09:24:44,207 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/serializers/base.py first seen with mtime 1733820595.7531571 +2024-12-13 09:24:44,207 - DEBUG - File /usr/lib/python3.10/importlib/metadata/_functools.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,207 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/module_loading.py first seen with mtime 1733820595.8011603 +2024-12-13 09:24:44,207 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/utils.py first seen with mtime 1733820591.928897 +2024-12-13 09:24:44,207 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/FIELD_TYPE.py first seen with mtime 1733820590.2027798 +2024-12-13 09:24:44,208 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/sites.py first seen with mtime 1733820595.3151274 +2024-12-13 09:24:44,208 - DEBUG - File /usr/lib/python3.10/http/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,208 - DEBUG - File /home/trevor/touchh_bot/users/__init__.py first seen with mtime 1733444974.5821624 +2024-12-13 09:24:44,208 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/exceptions.py first seen with mtime 1733820595.3141272 +2024-12-13 09:24:44,208 - DEBUG - File /home/trevor/touchh_bot/scheduler/admin.py first seen with mtime 1734013743.815997 +2024-12-13 09:24:44,208 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/management/color.py first seen with mtime 1733820595.749157 +2024-12-13 09:24:44,208 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/servers/basehttp.py first seen with mtime 1733820595.7541573 +2024-12-13 09:24:44,208 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/introspection.py first seen with mtime 1733820595.7631578 +2024-12-13 09:24:44,208 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/asgiref/current_thread_executor.py first seen with mtime 1733820592.301922 +2024-12-13 09:24:44,208 - DEBUG - File /usr/lib/python3.10/textwrap.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,208 - DEBUG - File /usr/lib/python3.10/email/mime/nonmultipart.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,208 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/__init__.py first seen with mtime 1733820595.7621577 +2024-12-13 09:24:44,208 - DEBUG - File /usr/lib/python3.10/concurrent/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,208 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/choices.py first seen with mtime 1733820595.7971601 +2024-12-13 09:24:44,208 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/engine/statement_splitter.py first seen with mtime 1733820590.0967724 +2024-12-13 09:24:44,209 - DEBUG - File /usr/lib/python3.10/zoneinfo/_common.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,209 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/conf/locale/__init__.py first seen with mtime 1733820595.2451224 +2024-12-13 09:24:44,209 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/views/__init__.py first seen with mtime 1733820595.4131339 +2024-12-13 09:24:44,209 - DEBUG - File /usr/lib/python3.10/email/mime/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,209 - DEBUG - File /usr/lib/python3.10/lib-dynload/termios.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:24:44,209 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/indexes.py first seen with mtime 1733820595.7681582 +2024-12-13 09:24:44,209 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/formsets.py first seen with mtime 1733820595.7761588 +2024-12-13 09:24:44,209 - DEBUG - File /usr/lib/python3.10/multiprocessing/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,209 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/__init__.py first seen with mtime 1733820595.7551572 +2024-12-13 09:24:44,209 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/storage/filesystem.py first seen with mtime 1733820595.7461567 +2024-12-13 09:24:44,209 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/exceptions.py first seen with mtime 1733820590.0947723 +2024-12-13 09:24:44,209 - DEBUG - File /usr/lib/python3.10/email/policy.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,209 - DEBUG - File /home/trevor/touchh_bot/scheduler/utils.py first seen with mtime 1733911203.2536077 +2024-12-13 09:24:44,209 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/operations.py first seen with mtime 1733820595.7561574 +2024-12-13 09:24:44,209 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loader.py first seen with mtime 1733820595.7911596 +2024-12-13 09:24:44,209 - DEBUG - File /usr/lib/python3.10/lzma.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,209 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/db/apps.py first seen with mtime 1734064914.7937305 +2024-12-13 09:24:44,209 - DEBUG - File /usr/lib/python3.10/dis.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,209 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/aggregates.py first seen with mtime 1733820595.767158 +2024-12-13 09:24:44,209 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/apps.py first seen with mtime 1733820595.679152 +2024-12-13 09:24:44,210 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/middleware/csrf.py first seen with mtime 1733820595.7881596 +2024-12-13 09:24:44,210 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/asyncio.py first seen with mtime 1733820595.7971601 +2024-12-13 09:24:44,210 - DEBUG - File /usr/lib/python3.10/platform.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,210 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/utils.py first seen with mtime 1733820595.7911596 +2024-12-13 09:24:44,210 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/ssltransport.py first seen with mtime 1733820589.9077597 +2024-12-13 09:24:44,210 - DEBUG - File /usr/lib/python3.10/keyword.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,210 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/i18n.py first seen with mtime 1733820595.8031604 +2024-12-13 09:24:44,210 - DEBUG - File /usr/lib/python3.10/email/encoders.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,210 - DEBUG - File /usr/lib/python3.10/pprint.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,210 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/cd.py first seen with mtime 1733820591.928897 +2024-12-13 09:24:44,210 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/legacy.py first seen with mtime 1733820591.9248965 +2024-12-13 09:24:44,210 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/middleware.py first seen with mtime 1733820595.4491365 +2024-12-13 09:24:44,210 - DEBUG - File /home/trevor/touchh_bot/pms_integration/manager.py first seen with mtime 1733911203.2466078 +2024-12-13 09:24:44,210 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/base.py first seen with mtime 1733820595.7891595 +2024-12-13 09:24:44,210 - DEBUG - File /usr/lib/python3.10/types.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,210 - DEBUG - File /usr/lib/python3.10/queue.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,210 - DEBUG - File /usr/lib/python3.10/urllib/request.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,211 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/autoreload.py first seen with mtime 1733820595.7891595 +2024-12-13 09:24:44,211 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/right_margin.py first seen with mtime 1733820590.0967724 +2024-12-13 09:24:44,211 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/temp.py first seen with mtime 1733820595.7451565 +2024-12-13 09:24:44,211 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/sessions.py first seen with mtime 1733820592.018903 +2024-12-13 09:24:44,211 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/constraints.py first seen with mtime 1733820595.767158 +2024-12-13 09:24:44,211 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/utils.py first seen with mtime 1733820595.6241484 +2024-12-13 09:24:44,211 - DEBUG - File /usr/lib/python3.10/site.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,211 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/checks.py first seen with mtime 1733820595.3141272 +2024-12-13 09:24:44,211 - DEBUG - File /usr/lib/python3.10/wsgiref/handlers.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,211 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/engine.py first seen with mtime 1733820595.7901597 +2024-12-13 09:24:44,211 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/api.py first seen with mtime 1733820595.6241484 +2024-12-13 09:24:44,211 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/__init__.py first seen with mtime 1733820595.8031604 +2024-12-13 09:24:44,211 - DEBUG - File /home/trevor/touchh_bot/pms_integration/api_client.py first seen with mtime 1733911203.2466078 +2024-12-13 09:24:44,212 - DEBUG - File /usr/lib/python3.10/graphlib.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,212 - DEBUG - File /usr/lib/python3.10/reprlib.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,212 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/async_checks.py first seen with mtime 1733820595.7431564 +2024-12-13 09:24:44,212 - DEBUG - File /usr/lib/python3.10/email/base64mime.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,212 - DEBUG - File /usr/lib/python3.10/asyncio/base_tasks.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,212 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/__init__.py first seen with mtime 1733820595.766158 +2024-12-13 09:24:44,212 - DEBUG - File /usr/lib/python3.10/importlib/metadata/_itertools.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,212 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/_base_connection.py first seen with mtime 1733820589.9027593 +2024-12-13 09:24:44,212 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/client.py first seen with mtime 1733820595.7561574 +2024-12-13 09:24:44,212 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/utils.py first seen with mtime 1733820595.3161273 +2024-12-13 09:24:44,212 - DEBUG - File /usr/lib/python3.10/uuid.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,212 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/sql/constants.py first seen with mtime 1733820595.7741585 +2024-12-13 09:24:44,213 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/dates.py first seen with mtime 1733820595.79816 +2024-12-13 09:24:44,213 - DEBUG - File /usr/lib/python3.10/hashlib.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,213 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/mixins.py first seen with mtime 1733820595.7711585 +2024-12-13 09:24:44,213 - DEBUG - File /usr/lib/python3.10/asyncio/locks.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,213 - DEBUG - File /usr/lib/python3.10/http/server.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,213 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/helpers.py first seen with mtime 1733820595.3151274 +2024-12-13 09:24:44,213 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/filters.py first seen with mtime 1733820595.3141272 +2024-12-13 09:24:44,213 - DEBUG - File /usr/lib/python3.10/email/utils.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,213 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/aligned_indent.py first seen with mtime 1733820590.0967724 +2024-12-13 09:24:44,213 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/translation/__init__.py first seen with mtime 1733820595.8021605 +2024-12-13 09:24:44,213 - DEBUG - File /usr/lib/python3.10/_compression.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,213 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/cache/utils.py first seen with mtime 1733820595.7411563 +2024-12-13 09:24:44,214 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/numberformat.py first seen with mtime 1733820595.8011603 +2024-12-13 09:24:44,214 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/err.py first seen with mtime 1733820590.2017796 +2024-12-13 09:24:44,214 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/database.py first seen with mtime 1733820595.7431564 +2024-12-13 09:24:44,214 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/__init__.py first seen with mtime 1733820592.3159232 +2024-12-13 09:24:44,214 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/schema.py first seen with mtime 1733820595.7631578 +2024-12-13 09:24:44,214 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/crypto.py first seen with mtime 1733820595.79816 +2024-12-13 09:24:44,214 - DEBUG - File /usr/lib/python3.10/asyncio/exceptions.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,214 - DEBUG - File /usr/lib/python3.10/email/feedparser.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,214 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/security/__init__.py first seen with mtime 1733820595.7441566 +2024-12-13 09:24:44,214 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/__init__.py first seen with mtime 1733820595.7631578 +2024-12-13 09:24:44,214 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/__init__.py first seen with mtime 1733820595.7461567 +2024-12-13 09:24:44,214 - DEBUG - File /usr/lib/python3.10/typing.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,214 - DEBUG - File /usr/lib/python3.10/asyncio/events.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,214 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/certifi/core.py first seen with mtime 1733820591.9518983 +2024-12-13 09:24:44,214 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/utils.py first seen with mtime 1733820590.0957725 +2024-12-13 09:24:44,214 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/validators.py first seen with mtime 1733820595.7411563 +2024-12-13 09:24:44,214 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/http/cookie.py first seen with mtime 1733820595.7871594 +2024-12-13 09:24:44,215 - DEBUG - File /usr/lib/python3.10/email/_encoded_words.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,215 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/_os.py first seen with mtime 1733820595.79616 +2024-12-13 09:24:44,215 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/signing.py first seen with mtime 1733820595.7411563 +2024-12-13 09:24:44,215 - DEBUG - File /usr/lib/python3.10/asyncio/base_subprocess.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,215 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/text.py first seen with mtime 1733820595.8011603 +2024-12-13 09:24:44,215 - DEBUG - File /usr/lib/python3.10/quopri.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,215 - DEBUG - File /usr/lib/python3.10/random.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,215 - DEBUG - File /usr/lib/python3.10/zipfile.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,215 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/converters.py first seen with mtime 1733820590.2017796 +2024-12-13 09:24:44,215 - DEBUG - File /home/trevor/touchh_bot/users/models.py first seen with mtime 1734048899.6573606 +2024-12-13 09:24:44,215 - DEBUG - File /usr/lib/python3.10/sqlite3/dbapi2.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,215 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/generated.py first seen with mtime 1733820595.7711585 +2024-12-13 09:24:44,215 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/hashers.py first seen with mtime 1733820595.4491365 +2024-12-13 09:24:44,215 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/engine/grouping.py first seen with mtime 1733820590.0967724 +2024-12-13 09:24:44,215 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/views/autocomplete.py first seen with mtime 1733820595.4131339 +2024-12-13 09:24:44,215 - DEBUG - File /usr/lib/python3.10/json/scanner.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,215 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/context.py first seen with mtime 1733820595.7901597 +2024-12-13 09:24:44,215 - DEBUG - File /usr/lib/python3.10/mimetypes.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,215 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/cursors.py first seen with mtime 1733820590.2017796 +2024-12-13 09:24:44,216 - DEBUG - File /usr/lib/python3.10/importlib/metadata/_adapters.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,216 - DEBUG - File /usr/lib/python3.10/urllib/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,216 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/asgiref/local.py first seen with mtime 1733820592.301922 +2024-12-13 09:24:44,216 - DEBUG - File /usr/lib/python3.10/asyncio/protocols.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,216 - DEBUG - File /home/trevor/touchh_bot/bot/admin.py first seen with mtime 1733444974.5031633 +2024-12-13 09:24:44,216 - DEBUG - File /usr/lib/python3.10/struct.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,216 - DEBUG - File /usr/lib/python3.10/linecache.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,216 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/forms.py first seen with mtime 1733820595.4881392 +2024-12-13 09:24:44,216 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/schedulers/__init__.py first seen with mtime 1733820592.3189235 +2024-12-13 09:24:44,216 - DEBUG - File /home/trevor/touchh_bot/pms_integration/plugins/base_plugin.py first seen with mtime 1733911203.2486076 +2024-12-13 09:24:44,216 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/window.py first seen with mtime 1733820595.7731586 +2024-12-13 09:24:44,216 - DEBUG - File /usr/lib/python3.10/uu.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,216 - DEBUG - File /usr/lib/python3.10/weakref.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,216 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/jobstores/__init__.py first seen with mtime 1733820592.3169231 +2024-12-13 09:24:44,216 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/checks.py first seen with mtime 1733820595.738156 +2024-12-13 09:24:44,216 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/templatetags/i18n.py first seen with mtime 1733820595.79316 +2024-12-13 09:24:44,216 - DEBUG - File /usr/lib/python3.10/_collections_abc.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,216 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/idna/__init__.py first seen with mtime 1733820591.7928877 +2024-12-13 09:24:44,216 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/operations/__init__.py first seen with mtime 1733820595.766158 +2024-12-13 09:24:44,216 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/management/__init__.py first seen with mtime 1733820595.485139 +2024-12-13 09:24:44,217 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/lookups.py first seen with mtime 1733820595.7681582 +2024-12-13 09:24:44,217 - DEBUG - File /home/trevor/touchh_bot/touchh/__init__.py first seen with mtime 1733444974.5821624 +2024-12-13 09:24:44,217 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/_auth.py first seen with mtime 1733820590.2007794 +2024-12-13 09:24:44,217 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/utils.py first seen with mtime 1733820595.7391562 +2024-12-13 09:24:44,217 - DEBUG - File /usr/lib/python3.10/http/cookies.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,217 - DEBUG - File /usr/lib/python3.10/zoneinfo/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,217 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/cache.py first seen with mtime 1733820595.7971601 +2024-12-13 09:24:44,217 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/http2/probe.py first seen with mtime 1733820589.9067595 +2024-12-13 09:24:44,217 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/cli.py first seen with mtime 1733820590.0947723 +2024-12-13 09:24:44,217 - DEBUG - File /usr/lib/python3.10/lib-dynload/_ssl.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:24:44,217 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loaders/__init__.py first seen with mtime 1733820595.7921598 +2024-12-13 09:24:44,217 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/generic/detail.py first seen with mtime 1733820595.8051608 +2024-12-13 09:24:44,217 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/_version.py first seen with mtime 1733820589.9037595 +2024-12-13 09:24:44,217 - DEBUG - File /usr/lib/python3.10/token.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,217 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/tzlocal/windows_tz.py first seen with mtime 1733820589.9787645 +2024-12-13 09:24:44,217 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/exceptions.py first seen with mtime 1733820595.7401562 +2024-12-13 09:24:44,217 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/cache/backends/base.py first seen with mtime 1733820595.7421563 +2024-12-13 09:24:44,218 - DEBUG - File /usr/lib/python3.10/multiprocessing/reduction.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,218 - DEBUG - File /home/trevor/touchh_bot/antifroud/urls.py first seen with mtime 1734070615.7637014 +2024-12-13 09:24:44,218 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/management/commands/runserver.py first seen with mtime 1733820595.7401562 +2024-12-13 09:24:44,218 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/management/commands/__init__.py first seen with mtime 1733820595.7391562 +2024-12-13 09:24:44,218 - DEBUG - File /usr/lib/python3.10/bz2.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,218 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/datetime.py first seen with mtime 1733820595.7721584 +2024-12-13 09:24:44,218 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/base_session.py first seen with mtime 1733820595.6801522 +2024-12-13 09:24:44,218 - DEBUG - File /usr/lib/python3.10/asyncio/queues.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,218 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/utils.py first seen with mtime 1733820595.7771587 +2024-12-13 09:24:44,218 - DEBUG - File /usr/lib/python3.10/sysconfig.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,218 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/decorators/debug.py first seen with mtime 1733820595.8041606 +2024-12-13 09:24:44,218 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/__init__.py first seen with mtime 1733820595.79616 +2024-12-13 09:24:44,218 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/options.py first seen with mtime 1733820595.3151274 +2024-12-13 09:24:44,218 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/translation/trans_real.py first seen with mtime 1733820595.8031604 +2024-12-13 09:24:44,218 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/views.py first seen with mtime 1733820595.7391562 +2024-12-13 09:24:44,218 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/state.py first seen with mtime 1733820595.765158 +2024-12-13 09:24:44,219 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/timeout.py first seen with mtime 1733820589.9087598 +2024-12-13 09:24:44,219 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/uploadedfile.py first seen with mtime 1733820595.7451565 +2024-12-13 09:24:44,219 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/decorators.py first seen with mtime 1733820595.79816 +2024-12-13 09:24:44,219 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/templatetags/base.py first seen with mtime 1733820595.4131339 +2024-12-13 09:24:44,219 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/idna/intranges.py first seen with mtime 1733820591.7948878 +2024-12-13 09:24:44,219 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/log.py first seen with mtime 1733820595.8001604 +2024-12-13 09:24:44,219 - DEBUG - File /usr/lib/python3.10/_weakrefset.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,219 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/util.py first seen with mtime 1733820590.4337955 +2024-12-13 09:24:44,219 - DEBUG - File /usr/lib/python3.10/email/mime/multipart.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,219 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/timesince.py first seen with mtime 1733820595.8011603 +2024-12-13 09:24:44,219 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/asgiref/__init__.py first seen with mtime 1733820592.301922 +2024-12-13 09:24:44,219 - DEBUG - File /usr/lib/python3.10/json/decoder.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,220 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/engine/filter_stack.py first seen with mtime 1733820590.0957725 +2024-12-13 09:24:44,220 - DEBUG - File /home/trevor/touchh_bot/bot/models.py first seen with mtime 1733444974.5041635 +2024-12-13 09:24:44,220 - DEBUG - File /home/trevor/touchh_bot/hotels/admin.py first seen with mtime 1734066153.4186492 +2024-12-13 09:24:44,220 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/contrib/__init__.py first seen with mtime 1733820589.9047594 +2024-12-13 09:24:44,220 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/decorators/common.py first seen with mtime 1733820595.8041606 +2024-12-13 09:24:44,220 - DEBUG - File /usr/lib/python3.10/collections/abc.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,220 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/sql.py first seen with mtime 1733820590.0957725 +2024-12-13 09:24:44,220 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/exceptions.py first seen with mtime 1733820595.79616 +2024-12-13 09:24:44,220 - DEBUG - File /usr/lib/python3.10/copyreg.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,220 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/version.py first seen with mtime 1733820591.9248965 +2024-12-13 09:24:44,220 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/wsgi.py first seen with mtime 1733820595.7471566 +2024-12-13 09:24:44,220 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/COMMAND.py first seen with mtime 1733820590.2017796 +2024-12-13 09:24:44,221 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/connectionpool.py first seen with mtime 1733820589.9037595 +2024-12-13 09:24:44,221 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/generic/dates.py first seen with mtime 1733820595.8051608 +2024-12-13 09:24:44,221 - DEBUG - File /usr/lib/python3.10/importlib/metadata/_collections.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,221 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/db/__init__.py first seen with mtime 1734064914.7937305 +2024-12-13 09:24:44,221 - DEBUG - File /usr/lib/python3.10/asyncio/format_helpers.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,221 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/inspect.py first seen with mtime 1733820595.8001604 +2024-12-13 09:24:44,221 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/settings.py first seen with mtime 1733820596.9422383 +2024-12-13 09:24:44,221 - DEBUG - File /usr/lib/python3.10/opcode.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,221 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/paginator.py first seen with mtime 1733820595.7401562 +2024-12-13 09:24:44,221 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/apps.py first seen with mtime 1733820595.4881392 +2024-12-13 09:24:44,221 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/images.py first seen with mtime 1733820595.7451565 +2024-12-13 09:24:44,222 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/datastructures.py first seen with mtime 1733820595.79816 +2024-12-13 09:24:44,222 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/operations/fields.py first seen with mtime 1733820595.766158 +2024-12-13 09:24:44,222 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/backends/base.py first seen with mtime 1733820595.6801522 +2024-12-13 09:24:44,222 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/util.py first seen with mtime 1733820589.9087598 +2024-12-13 09:24:44,222 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/decorators.py first seen with mtime 1733820595.4491365 +2024-12-13 09:24:44,222 - DEBUG - File /home/trevor/touchh_bot/pms_integration/admin.py first seen with mtime 1733911203.2466078 +2024-12-13 09:24:44,222 - DEBUG - File /usr/lib/python3.10/numbers.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,222 - DEBUG - File /usr/lib/python3.10/wsgiref/simple_server.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,222 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/management/base.py first seen with mtime 1733820595.749157 +2024-12-13 09:24:44,222 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/storage/__init__.py first seen with mtime 1733820595.7461567 +2024-12-13 09:24:44,222 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/library.py first seen with mtime 1733820595.7911596 +2024-12-13 09:24:44,222 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/tzlocal/utils.py first seen with mtime 1733820589.9777644 +2024-12-13 09:24:44,223 - DEBUG - File /usr/lib/python3.10/string.py first seen with mtime 1730924533.0 +2024-12-13 09:24:44,223 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/response.py first seen with mtime 1733820589.9077597 +2024-12-13 09:24:44,223 - DEBUG - File /home/trevor/touchh_bot/antifroud/apps.py first seen with mtime 1734005666.8527904 +2024-12-13 09:24:44,223 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/backends/base.py first seen with mtime 1733820595.7921598 +2024-12-13 09:24:44,223 - DEBUG - File /home/trevor/touchh_bot/pms_integration/templates/pms_integration first seen with mtime 1733911203.2496078 +2024-12-13 09:24:44,223 - DEBUG - File /home/trevor/touchh_bot/pms_integration/templates/pms_integration/admin first seen with mtime 1733911203.2496078 +2024-12-13 09:24:44,223 - DEBUG - File /home/trevor/touchh_bot/pms_integration/templates/pms_integration/admin/check_plugins.html first seen with mtime 1733911203.2496078 +2024-12-13 09:24:44,223 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/templates/health_check first seen with mtime 1734064914.7947304 +2024-12-13 09:24:44,224 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/templates/health_check/index.html first seen with mtime 1734064914.7957304 +2024-12-13 09:24:44,224 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/registration first seen with mtime 1733820596.9882414 +2024-12-13 09:24:44,224 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin first seen with mtime 1733901365.3370886 +2024-12-13 09:24:44,224 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/jazzmin first seen with mtime 1733820596.9872413 +2024-12-13 09:24:44,224 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin_doc first seen with mtime 1733820596.9862413 +2024-12-13 09:24:44,224 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/registration/password_reset_form.html first seen with mtime 1733820596.9882414 +2024-12-13 09:24:44,224 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/registration/base.html first seen with mtime 1733820596.9882414 +2024-12-13 09:24:44,224 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/registration/password_reset_done.html first seen with mtime 1733820596.9882414 +2024-12-13 09:24:44,224 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/registration/logged_out.html first seen with mtime 1733820596.9882414 +2024-12-13 09:24:44,224 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/registration/password_change_form.html first seen with mtime 1733820596.9882414 +2024-12-13 09:24:44,224 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/registration/password_reset_complete.html first seen with mtime 1733820596.9882414 +2024-12-13 09:24:44,225 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/registration/password_change_done.html first seen with mtime 1733820596.9882414 +2024-12-13 09:24:44,225 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/registration/password_reset_confirm.html first seen with mtime 1733820596.9882414 +2024-12-13 09:24:44,225 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/pagination.html first seen with mtime 1733820596.9852412 +2024-12-13 09:24:44,225 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/app_index.html first seen with mtime 1733820596.9792407 +2024-12-13 09:24:44,225 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/actions.html first seen with mtime 1733820596.9792407 +2024-12-13 09:24:44,225 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/change_list_results.html first seen with mtime 1733820596.981241 +2024-12-13 09:24:44,225 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/login.html first seen with mtime 1733820596.984241 +2024-12-13 09:24:44,225 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/base.html first seen with mtime 1733910723.896298 +2024-12-13 09:24:44,225 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/delete_selected_confirmation.html first seen with mtime 1733820596.981241 +2024-12-13 09:24:44,225 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filter.html first seen with mtime 1733820596.983241 +2024-12-13 09:24:44,225 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/object_history.html first seen with mtime 1733820596.984241 +2024-12-13 09:24:44,226 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/submit_line.html first seen with mtime 1733820596.9852412 +2024-12-13 09:24:44,226 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/change_form_object_tools.html first seen with mtime 1733820596.9802408 +2024-12-13 09:24:44,226 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/auth first seen with mtime 1733820596.9792407 +2024-12-13 09:24:44,226 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/date_hierarchy.html first seen with mtime 1733820596.981241 +2024-12-13 09:24:44,226 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/change_list_object_tools.html first seen with mtime 1733820596.9802408 +2024-12-13 09:24:44,226 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/search_form.html first seen with mtime 1733820596.9852412 +2024-12-13 09:24:44,226 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/mptt_filter.html first seen with mtime 1733820596.984241 +2024-12-13 09:24:44,226 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/popup_response.html first seen with mtime 1733820596.9852412 +2024-12-13 09:24:44,226 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/solo first seen with mtime 1733820596.9852412 +2024-12-13 09:24:44,227 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/change_list.html first seen with mtime 1733820596.9802408 +2024-12-13 09:24:44,227 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/import_export first seen with mtime 1733820596.984241 +2024-12-13 09:24:44,227 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filer first seen with mtime 1733820596.982241 +2024-12-13 09:24:44,227 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/change_form.html first seen with mtime 1733820596.9802408 +2024-12-13 09:24:44,227 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/base_site.html first seen with mtime 1733820596.9802408 +2024-12-13 09:24:44,227 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/delete_confirmation.html first seen with mtime 1733820596.981241 +2024-12-13 09:24:44,227 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/edit_inline first seen with mtime 1733820596.981241 +2024-12-13 09:24:44,227 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/index.html first seen with mtime 1733820596.984241 +2024-12-13 09:24:44,227 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/includes first seen with mtime 1733820596.984241 +2024-12-13 09:24:44,227 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/auth/user first seen with mtime 1733820596.9802408 +2024-12-13 09:24:44,228 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/auth/user/change_password.html first seen with mtime 1733820596.9802408 +2024-12-13 09:24:44,228 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/auth/user/add_form.html first seen with mtime 1733820596.9792407 +2024-12-13 09:24:44,228 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/solo/object_history.html first seen with mtime 1733820596.9852412 +2024-12-13 09:24:44,228 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/solo/change_form.html first seen with mtime 1733820596.9852412 +2024-12-13 09:24:44,228 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/import_export/export.html first seen with mtime 1733820596.984241 +2024-12-13 09:24:44,228 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/import_export/change_list_import_export.html first seen with mtime 1733820596.983241 +2024-12-13 09:24:44,228 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/import_export/base.html first seen with mtime 1733820596.983241 +2024-12-13 09:24:44,228 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/import_export/change_list_export_item.html first seen with mtime 1733820596.983241 +2024-12-13 09:24:44,228 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/import_export/change_list_import.html first seen with mtime 1733820596.983241 +2024-12-13 09:24:44,228 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/import_export/change_list.html first seen with mtime 1733820596.983241 +2024-12-13 09:24:44,228 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/import_export/import.html first seen with mtime 1733820596.984241 +2024-12-13 09:24:44,229 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/import_export/change_list_export.html first seen with mtime 1733820596.983241 +2024-12-13 09:24:44,229 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/import_export/change_list_import_item.html first seen with mtime 1733820596.983241 +2024-12-13 09:24:44,229 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filer/breadcrumbs.html first seen with mtime 1733820596.981241 +2024-12-13 09:24:44,229 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filer/file first seen with mtime 1733820596.982241 +2024-12-13 09:24:44,229 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filer/tools first seen with mtime 1733820596.983241 +2024-12-13 09:24:44,229 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filer/image first seen with mtime 1733820596.982241 +2024-12-13 09:24:44,229 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filer/folder first seen with mtime 1733820596.982241 +2024-12-13 09:24:44,229 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filer/delete_selected_files_confirmation.html first seen with mtime 1733820596.982241 +2024-12-13 09:24:44,229 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filer/change_form.html first seen with mtime 1733820596.982241 +2024-12-13 09:24:44,230 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filer/file/change_form.html first seen with mtime 1733820596.982241 +2024-12-13 09:24:44,230 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filer/tools/detail_info.html first seen with mtime 1733820596.983241 +2024-12-13 09:24:44,230 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filer/image/change_form.html first seen with mtime 1733820596.982241 +2024-12-13 09:24:44,230 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filer/folder/directory_listing.html first seen with mtime 1733820596.982241 +2024-12-13 09:24:44,230 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filer/folder/change_form.html first seen with mtime 1733820596.982241 +2024-12-13 09:24:44,230 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/edit_inline/stacked.html first seen with mtime 1733820596.981241 +2024-12-13 09:24:44,230 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/edit_inline/tabular.html first seen with mtime 1733820596.981241 +2024-12-13 09:24:44,231 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/includes/object_delete_summary.html first seen with mtime 1733820596.984241 +2024-12-13 09:24:44,231 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/includes/fieldset.html first seen with mtime 1733820596.984241 +2024-12-13 09:24:44,231 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/jazzmin/widgets first seen with mtime 1733820596.9872413 +2024-12-13 09:24:44,231 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/jazzmin/includes first seen with mtime 1733820596.9872413 +2024-12-13 09:24:44,231 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/jazzmin/widgets/select.html first seen with mtime 1733820596.9872413 +2024-12-13 09:24:44,231 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/jazzmin/includes/carousel.html first seen with mtime 1733820596.9872413 +2024-12-13 09:24:44,231 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/jazzmin/includes/related_modal.html first seen with mtime 1733820596.9872413 +2024-12-13 09:24:44,232 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/jazzmin/includes/collapsible.html first seen with mtime 1733820596.9872413 +2024-12-13 09:24:44,232 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/jazzmin/includes/ui_builder_panel.html first seen with mtime 1733820596.9872413 +2024-12-13 09:24:44,232 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/jazzmin/includes/single.html first seen with mtime 1733820596.9872413 +2024-12-13 09:24:44,232 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/jazzmin/includes/vertical_tabs.html first seen with mtime 1733820596.9872413 +2024-12-13 09:24:44,232 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/jazzmin/includes/horizontal_tabs.html first seen with mtime 1733820596.9872413 +2024-12-13 09:24:44,232 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin_doc/template_filter_index.html first seen with mtime 1733820596.9862413 +2024-12-13 09:24:44,232 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin_doc/bookmarklets.html first seen with mtime 1733820596.9852412 +2024-12-13 09:24:44,232 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin_doc/model_detail.html first seen with mtime 1733820596.9862413 +2024-12-13 09:24:44,232 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin_doc/model_index.html first seen with mtime 1733820596.9862413 +2024-12-13 09:24:44,232 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin_doc/missing_docutils.html first seen with mtime 1733820596.9862413 +2024-12-13 09:24:44,233 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin_doc/base_docs.html first seen with mtime 1733820596.9852412 +2024-12-13 09:24:44,233 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin_doc/template_detail.html first seen with mtime 1733820596.9862413 +2024-12-13 09:24:44,233 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin_doc/view_index.html first seen with mtime 1733820596.9862413 +2024-12-13 09:24:44,233 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin_doc/template_tag_index.html first seen with mtime 1733820596.9862413 +2024-12-13 09:24:44,233 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin_doc/view_detail.html first seen with mtime 1733820596.9862413 +2024-12-13 09:24:44,233 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin_doc/index.html first seen with mtime 1733820596.9852412 +2024-12-13 09:24:44,233 - DEBUG - File /home/trevor/touchh_bot/antifroud/templates/antifroud first seen with mtime 1734006878.8213727 +2024-12-13 09:24:44,233 - DEBUG - File /home/trevor/touchh_bot/antifroud/templates/antifroud/admin first seen with mtime 1734059714.7154403 +2024-12-13 09:24:44,233 - DEBUG - File /home/trevor/touchh_bot/antifroud/templates/antifroud/admin/import_hotels.html first seen with mtime 1734063048.9425786 +2024-12-13 09:24:44,234 - DEBUG - File /home/trevor/touchh_bot/antifroud/templates/antifroud/admin/imported_hotels.html first seen with mtime 1734070815.5499368 +2024-12-13 09:24:44,234 - DEBUG - File /home/trevor/touchh_bot/antifroud/templates/antifroud/admin/imported_hotel_change_form.html first seen with mtime 1734057770.4800093 +2024-12-13 09:24:44,234 - DEBUG - File /home/trevor/touchh_bot/antifroud/templates/antifroud/admin/external_db_settings_change_form.html first seen with mtime 1734012635.7788932 +2024-12-13 09:24:44,234 - DEBUG - File /home/trevor/touchh_bot/scheduler/templates/admin first seen with mtime 1733911203.2526076 +2024-12-13 09:24:44,234 - DEBUG - File /home/trevor/touchh_bot/scheduler/templates/admin/scheduler first seen with mtime 1733911203.2526076 +2024-12-13 09:24:44,234 - DEBUG - File /home/trevor/touchh_bot/scheduler/templates/admin/scheduler/scheduledtasks first seen with mtime 1733911203.2526076 +2024-12-13 09:24:44,234 - DEBUG - File /home/trevor/touchh_bot/scheduler/templates/admin/scheduler/scheduledtasks/change_form.html first seen with mtime 1733911203.2526076 +2024-12-13 09:24:44,235 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/locale/ru/LC_MESSAGES/django.mo first seen with mtime 1733820596.9412382 +2024-12-13 09:24:44,235 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/locale/bg/LC_MESSAGES/django.mo first seen with mtime 1733820596.940238 +2024-12-13 09:24:44,235 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/locale/zh_Hans/LC_MESSAGES/django.mo first seen with mtime 1733820596.9422383 +2024-12-13 09:24:44,235 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/locale/es/LC_MESSAGES/django.mo first seen with mtime 1733820596.940238 +2024-12-13 09:24:44,235 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/locale/de/LC_MESSAGES/django.mo first seen with mtime 1733820596.940238 +2024-12-13 09:24:44,235 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/locale/fr/LC_MESSAGES/django.mo first seen with mtime 1733820596.9412382 +2024-12-13 09:24:44,236 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/locale/hu/LC_MESSAGES/django.mo first seen with mtime 1733820596.9412382 +2024-12-13 09:24:44,236 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/locale/zh_Hant/LC_MESSAGES/django.mo first seen with mtime 1733820596.9422383 +2024-12-13 09:24:45,329 - DEBUG - File /home/trevor/touchh_bot/scheduler/tasks.py first seen with mtime 1733911203.2526076 +2024-12-13 09:24:45,329 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/location.py first seen with mtime 1733820596.5792134 +2024-12-13 09:24:45,329 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_writeaccessallowed.py first seen with mtime 1733820596.5762134 +2024-12-13 09:24:45,329 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/ua_parser/basic.py first seen with mtime 1733820591.9989016 +2024-12-13 09:24:45,330 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_utils/entities.py first seen with mtime 1733820596.5882142 +2024-12-13 09:24:45,330 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_games/callbackgame.py first seen with mtime 1733820596.5802135 +2024-12-13 09:24:45,330 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/request/_baserequest.py first seen with mtime 1733820596.5972147 +2024-12-13 09:24:45,330 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_utils/_update_parsing.py first seen with mtime 1733820596.5962145 +2024-12-13 09:24:45,330 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/dumper.py first seen with mtime 1733820590.1587768 +2024-12-13 09:24:45,330 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_utils/types.py first seen with mtime 1733820596.589214 +2024-12-13 09:24:45,330 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/fpdf/fpdf.py first seen with mtime 1733820589.868757 +2024-12-13 09:24:45,330 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_passport/__init__.py first seen with mtime 1733820596.585214 +2024-12-13 09:24:45,331 - DEBUG - File /home/trevor/touchh_bot/users/migrations/0001_initial.py first seen with mtime 1733911203.2806077 +2024-12-13 09:24:45,331 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_webhookinfo.py first seen with mtime 1733820596.5762134 +2024-12-13 09:24:45,331 - DEBUG - File /home/trevor/touchh_bot/pms_integration/views.py first seen with mtime 1733911203.2496078 +2024-12-13 09:24:45,331 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/geoip2/types.py first seen with mtime 1733820597.1492524 +2024-12-13 09:24:45,331 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultvenue.py first seen with mtime 1733820596.5842137 +2024-12-13 09:24:45,331 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_chat.py first seen with mtime 1733820596.5682127 +2024-12-13 09:24:45,331 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_utils/argumentparsing.py first seen with mtime 1733820596.5882142 +2024-12-13 09:24:45,331 - DEBUG - File /home/trevor/touchh_bot/bot/utils/database.py first seen with mtime 1733911203.198608 +2024-12-13 09:24:45,332 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_webappdata.py first seen with mtime 1733820596.5762134 +2024-12-13 09:24:45,332 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/chatphoto.py first seen with mtime 1733820596.5782135 +2024-12-13 09:24:45,332 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_chatboost.py first seen with mtime 1733820596.5692127 +2024-12-13 09:24:45,332 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/filters.py first seen with mtime 1733820596.5932145 +2024-12-13 09:24:45,332 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_passport/encryptedpassportelement.py first seen with mtime 1733820596.5862138 +2024-12-13 09:24:45,332 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/PIL/ImageMode.py first seen with mtime 1733820590.236782 +2024-12-13 09:24:45,332 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/commandhandler.py first seen with mtime 1733820596.5942144 +2024-12-13 09:24:45,332 - DEBUG - File /home/trevor/touchh_bot/users/views.py first seen with mtime 1733444974.5831623 +2024-12-13 09:24:45,333 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_replykeyboardmarkup.py first seen with mtime 1733820596.574213 +2024-12-13 09:24:45,333 - DEBUG - File /home/trevor/touchh_bot/antifroud/tests.py first seen with mtime 1734005666.8507903 +2024-12-13 09:24:45,333 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/businessmessagesdeletedhandler.py first seen with mtime 1733820596.5932145 +2024-12-13 09:24:45,333 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/test/__init__.py first seen with mtime 1733820595.79416 +2024-12-13 09:24:45,333 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/migrations/0011_update_proxy_permissions.py first seen with mtime 1733820595.487139 +2024-12-13 09:24:45,333 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_paidmedia.py first seen with mtime 1733820596.573213 +2024-12-13 09:24:45,334 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/request/__init__.py first seen with mtime 1733820596.5972147 +2024-12-13 09:24:45,334 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_types.py first seen with mtime 1733820595.1731176 +2024-12-13 09:24:45,334 - DEBUG - File /usr/lib/python3.10/unittest/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:45,334 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/defaults.py first seen with mtime 1733820595.8031604 +2024-12-13 09:24:45,334 - DEBUG - File /home/trevor/touchh_bot/pms_integration/migrations/0003_alter_pmsconfiguration_plugin_name.py first seen with mtime 1733911203.2476077 +2024-12-13 09:24:45,334 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/ua_parser_builtins/__init__.py first seen with mtime 1733820589.9517627 +2024-12-13 09:24:45,334 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/chatboosthandler.py first seen with mtime 1733820596.5942144 +2024-12-13 09:24:45,335 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultcachedmpeg4gif.py first seen with mtime 1733820596.5822136 +2024-12-13 09:24:45,335 - DEBUG - File /home/trevor/touchh_bot/bot/views.py first seen with mtime 1733444974.5041635 +2024-12-13 09:24:45,335 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_utils/strings.py first seen with mtime 1733820596.589214 +2024-12-13 09:24:45,335 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/ua_parser/core.py first seen with mtime 1733820591.9989016 +2024-12-13 09:24:45,335 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/user_agents/parsers.py first seen with mtime 1733820592.4309309 +2024-12-13 09:24:45,335 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_urlparse.py first seen with mtime 1733820595.1741176 +2024-12-13 09:24:45,335 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/executors/asyncio.py first seen with mtime 1733820592.3169231 +2024-12-13 09:24:45,335 - DEBUG - File /home/trevor/touchh_bot/scheduler/tests.py first seen with mtime 1733911203.2536077 +2024-12-13 09:24:45,335 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/sticker.py first seen with mtime 1733820596.5802135 +2024-12-13 09:24:45,336 - DEBUG - File /usr/lib/python3.10/unittest/util.py first seen with mtime 1730924533.0 +2024-12-13 09:24:45,336 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultcontact.py first seen with mtime 1733820596.5832138 +2024-12-13 09:24:45,336 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/maxminddb/const.py first seen with mtime 1733820591.7778866 +2024-12-13 09:24:45,336 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_messageautodeletetimerchanged.py first seen with mtime 1733820596.572213 +2024-12-13 09:24:45,336 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/animation.py first seen with mtime 1733820596.5782135 +2024-12-13 09:24:45,336 - DEBUG - File /home/trevor/touchh_bot/bot/operations/notifications.py first seen with mtime 1733905582.9865398 +2024-12-13 09:24:45,336 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_gifts.py first seen with mtime 1733820596.571213 +2024-12-13 09:24:45,336 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultmpeg4gif.py first seen with mtime 1733820596.5832138 +2024-12-13 09:24:45,336 - DEBUG - File /home/trevor/touchh_bot/scheduler/migrations/0001_initial.py first seen with mtime 1733911203.2516077 +2024-12-13 09:24:45,336 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_payment/invoice.py first seen with mtime 1733820596.5862138 +2024-12-13 09:24:45,336 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_transports/__init__.py first seen with mtime 1733820595.1741176 +2024-12-13 09:24:45,336 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_shared.py first seen with mtime 1733820596.574213 +2024-12-13 09:24:45,337 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_utils/markup.py first seen with mtime 1733820596.589214 +2024-12-13 09:24:45,337 - DEBUG - File /home/trevor/touchh_bot/hotels/migrations/0003_initial.py first seen with mtime 1733911203.201608 +2024-12-13 09:24:45,337 - DEBUG - File /home/trevor/touchh_bot/hotels/views.py first seen with mtime 1733444974.5101633 +2024-12-13 09:24:45,337 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/ua_parser_builtins/regexes.py first seen with mtime 1733820589.9537628 +2024-12-13 09:24:45,337 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_chatbackground.py first seen with mtime 1733820596.5682127 +2024-12-13 09:24:45,337 - DEBUG - File /usr/lib/python3.10/xml/dom/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:45,337 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/maxminddb/types.py first seen with mtime 1733820591.7778866 +2024-12-13 09:24:45,337 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/scanner.py first seen with mtime 1733820590.148776 +2024-12-13 09:24:45,337 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/photosize.py first seen with mtime 1733820596.5792134 +2024-12-13 09:24:45,337 - DEBUG - File /usr/lib/python3.10/xml/dom/domreg.py first seen with mtime 1730924533.0 +2024-12-13 09:24:45,337 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultgame.py first seen with mtime 1733820596.5832138 +2024-12-13 09:24:45,337 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultcachedvoice.py first seen with mtime 1733820596.5832138 +2024-12-13 09:24:45,337 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/geoip2/__init__.py first seen with mtime 1733820597.1482522 +2024-12-13 09:24:45,337 - DEBUG - File /home/trevor/touchh_bot/users/urls.py first seen with mtime 1733444974.5831623 +2024-12-13 09:24:45,337 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/audio.py first seen with mtime 1733820596.5782135 +2024-12-13 09:24:45,338 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/PIL/_imaging.cpython-310-x86_64-linux-gnu.so first seen with mtime 1733820590.2537832 +2024-12-13 09:24:45,338 - DEBUG - File /home/trevor/touchh_bot/pms_integration/migrations/__init__.py first seen with mtime 1733911203.2486076 +2024-12-13 09:24:45,338 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_payment/__init__.py first seen with mtime 1733820596.5862138 +2024-12-13 09:24:45,338 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/migrations/0002_logentry_remove_auto_add.py first seen with mtime 1733820595.386132 +2024-12-13 09:24:45,338 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/choseninlineresulthandler.py first seen with mtime 1733820596.5942144 +2024-12-13 09:24:45,338 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_reply.py first seen with mtime 1733820596.574213 +2024-12-13 09:24:45,338 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_proximityalerttriggered.py first seen with mtime 1733820596.573213 +2024-12-13 09:24:45,338 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/maxminddb/reader.py first seen with mtime 1733820591.7778866 +2024-12-13 09:24:45,338 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_dictpersistence.py first seen with mtime 1733820596.5912142 +2024-12-13 09:24:45,338 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_payment/refundedpayment.py first seen with mtime 1733820596.587214 +2024-12-13 09:24:45,338 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_status_codes.py first seen with mtime 1733820595.1731176 +2024-12-13 09:24:45,338 - DEBUG - File /home/trevor/touchh_bot/antifroud/migrations/0007_useractivitylog_external_id.py first seen with mtime 1734048229.2204134 +2024-12-13 09:24:45,338 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_utils/types.py first seen with mtime 1733820596.5972147 +2024-12-13 09:24:45,338 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inputcontactmessagecontent.py first seen with mtime 1733820596.5842137 +2024-12-13 09:24:45,338 - DEBUG - File /home/trevor/touchh_bot/bot/urls.py first seen with mtime 1733444974.5041635 +2024-12-13 09:24:45,338 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/migrations/0002_remove_content_type_name.py first seen with mtime 1733820595.516141 +2024-12-13 09:24:45,339 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_payment/precheckoutquery.py first seen with mtime 1733820596.587214 +2024-12-13 09:24:45,339 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/middleware.py first seen with mtime 1733820595.6241484 +2024-12-13 09:24:45,339 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/user_agents/__init__.py first seen with mtime 1733820592.429931 +2024-12-13 09:24:45,339 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/venue.py first seen with mtime 1733820596.5802135 +2024-12-13 09:24:45,339 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/geoip2/mixins.py first seen with mtime 1733820597.1492524 +2024-12-13 09:24:45,339 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/pollhandler.py first seen with mtime 1733820596.5952146 +2024-12-13 09:24:45,339 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/migrations/0003_alter_user_email_max_length.py first seen with mtime 1733820595.4861388 +2024-12-13 09:24:45,339 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/inlinequeryhandler.py first seen with mtime 1733820596.5952146 +2024-12-13 09:24:45,339 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/geoip2/models.py first seen with mtime 1733820597.1492524 +2024-12-13 09:24:45,339 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_bot.py first seen with mtime 1733820596.5672126 +2024-12-13 09:24:45,339 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/tokens.py first seen with mtime 1733820590.1587768 +2024-12-13 09:24:45,339 - DEBUG - File /home/trevor/touchh_bot/bot/migrations/__init__.py first seen with mtime 1733444974.5041635 +2024-12-13 09:24:45,339 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_transports/default.py first seen with mtime 1733820595.1751177 +2024-12-13 09:24:45,339 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/video.py first seen with mtime 1733820596.5802135 +2024-12-13 09:24:45,339 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/middleware/common.py first seen with mtime 1733820595.7881596 +2024-12-13 09:24:45,340 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_utils/logging.py first seen with mtime 1733820596.5882142 +2024-12-13 09:24:45,340 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultlocation.py first seen with mtime 1733820596.5832138 +2024-12-13 09:24:45,340 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/representer.py first seen with mtime 1733820590.1597767 +2024-12-13 09:24:45,340 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pytz/exceptions.py first seen with mtime 1733820589.7767508 +2024-12-13 09:24:45,340 - DEBUG - File /home/trevor/touchh_bot/antifroud/migrations/0006_alter_importedhotel_options.py first seen with mtime 1734047890.2313626 +2024-12-13 09:24:45,340 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_utils/repr.py first seen with mtime 1733820596.589214 +2024-12-13 09:24:45,340 - DEBUG - File /home/trevor/touchh_bot/antifroud/migrations/0008_alter_useractivitylog_id.py first seen with mtime 1734048574.895119 +2024-12-13 09:24:45,340 - DEBUG - File /home/trevor/touchh_bot/hotels/urls.py first seen with mtime 1733444974.5101633 +2024-12-13 09:24:45,340 - DEBUG - File /home/trevor/touchh_bot/bot/utils/pdf_report.py first seen with mtime 1733911203.198608 +2024-12-13 09:24:45,340 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultvoice.py first seen with mtime 1733820596.5842137 +2024-12-13 09:24:45,340 - DEBUG - File /home/trevor/touchh_bot/hotels/migrations/0001_initial.py first seen with mtime 1733911203.201608 +2024-12-13 09:24:45,340 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_utils/trackingdict.py first seen with mtime 1733820596.5972147 +2024-12-13 09:24:45,340 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/migrations/0012_alter_user_first_name_max_length.py first seen with mtime 1733820595.487139 +2024-12-13 09:24:45,341 - DEBUG - File /home/trevor/touchh_bot/users/tests.py first seen with mtime 1733444974.5831623 +2024-12-13 09:24:45,341 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/events.py first seen with mtime 1733820590.1597767 +2024-12-13 09:24:45,341 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/PIL/TiffTags.py first seen with mtime 1733820590.2567832 +2024-12-13 09:24:45,341 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/user_agents/compat.py first seen with mtime 1733820592.4309309 +2024-12-13 09:24:45,341 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/migrations/0001_initial.py first seen with mtime 1733820595.708154 +2024-12-13 09:24:45,341 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/__init__.py first seen with mtime 1733820596.5812137 +2024-12-13 09:24:45,341 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/callbackqueryhandler.py first seen with mtime 1733820596.5942144 +2024-12-13 09:24:45,341 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/error.py first seen with mtime 1733820596.5772133 +2024-12-13 09:24:45,341 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/inputfile.py first seen with mtime 1733820596.5792134 +2024-12-13 09:24:45,341 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/fpdf/template.py first seen with mtime 1733820589.868757 +2024-12-13 09:24:45,341 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultaudio.py first seen with mtime 1733820596.5822136 +2024-12-13 09:24:45,341 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/__init__.py first seen with mtime 1733820596.589214 +2024-12-13 09:24:45,341 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/loader.py first seen with mtime 1733820590.148776 +2024-12-13 09:24:45,342 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/migrations/0008_alter_user_username_max_length.py first seen with mtime 1733820595.487139 +2024-12-13 09:24:45,342 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_auth.py first seen with mtime 1733820595.1711175 +2024-12-13 09:24:45,342 - DEBUG - File /home/trevor/touchh_bot/bot/tests.py first seen with mtime 1733444974.5041635 +2024-12-13 09:24:45,342 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresult.py first seen with mtime 1733820596.5812137 +2024-12-13 09:24:45,342 - DEBUG - File /home/trevor/touchh_bot/antifroud/migrations/0004_alter_externaldbsettings_options_and_more.py first seen with mtime 1734014538.4034815 +2024-12-13 09:24:45,342 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/businessconnectionhandler.py first seen with mtime 1733820596.5932145 +2024-12-13 09:24:45,342 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/conversationhandler.py first seen with mtime 1733820596.5952146 +2024-12-13 09:24:45,342 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/__version__.py first seen with mtime 1733820595.1701174 +2024-12-13 09:24:45,342 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/request/_requestparameter.py first seen with mtime 1733820596.5982149 +2024-12-13 09:24:45,342 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_callbackcontext.py first seen with mtime 1733820596.5912142 +2024-12-13 09:24:45,342 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pytz/lazy.py first seen with mtime 1733820589.7767508 +2024-12-13 09:24:45,342 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_chatadministratorrights.py first seen with mtime 1733820596.5682127 +2024-12-13 09:24:45,342 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/PIL/__init__.py first seen with mtime 1733820590.2577834 +2024-12-13 09:24:45,343 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/serializer.py first seen with mtime 1733820590.1597767 +2024-12-13 09:24:45,343 - DEBUG - File /home/trevor/touchh_bot/hotels/pms_parse.py first seen with mtime 1733538095.4384868 +2024-12-13 09:24:45,343 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_userprofilephotos.py first seen with mtime 1733820596.5762134 +2024-12-13 09:24:45,343 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_updater.py first seen with mtime 1733820596.5932145 +2024-12-13 09:24:45,343 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_picklepersistence.py first seen with mtime 1733820596.5922143 +2024-12-13 09:24:45,343 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/error.py first seen with mtime 1733820590.1587768 +2024-12-13 09:24:45,343 - DEBUG - File /home/trevor/touchh_bot/pms_integration/plugins/realtycalendar_pms.py first seen with mtime 1733911203.2486076 +2024-12-13 09:24:45,343 - DEBUG - File /home/trevor/touchh_bot/users/migrations/0002_delete_localuseractivitylog_delete_useractivitylog_and_more.py first seen with mtime 1734048901.6813185 +2024-12-13 09:24:45,343 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_message.py first seen with mtime 1733820596.572213 +2024-12-13 09:24:45,343 - DEBUG - File /home/trevor/touchh_bot/antifroud/migrations/__init__.py first seen with mtime 1734005666.8547904 +2024-12-13 09:24:45,343 - DEBUG - File /home/trevor/touchh_bot/pms_integration/migrations/0002_alter_pmsconfiguration_plugin_name.py first seen with mtime 1733911203.2476077 +2024-12-13 09:24:45,344 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/contact.py first seen with mtime 1733820596.5782135 +2024-12-13 09:24:45,344 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/__init__.py first seen with mtime 1733820596.5772133 +2024-12-13 09:24:45,344 - DEBUG - File /home/trevor/touchh_bot/hotels/tests.py first seen with mtime 1733444974.5101633 +2024-12-13 09:24:45,344 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/migrations/__init__.py first seen with mtime 1733820595.516141 +2024-12-13 09:24:45,344 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_exceptions.py first seen with mtime 1733820595.1721175 +2024-12-13 09:24:45,344 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/triggers/cron/fields.py first seen with mtime 1733820592.3209236 +2024-12-13 09:24:45,344 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_games/__init__.py first seen with mtime 1733820596.5802135 +2024-12-13 09:24:45,344 - DEBUG - File /home/trevor/touchh_bot/bot/operations/users.py first seen with mtime 1733560604.3996668 +2024-12-13 09:24:45,344 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/inputmedia.py first seen with mtime 1733820596.5792134 +2024-12-13 09:24:45,344 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/precheckoutqueryhandler.py first seen with mtime 1733820596.5952146 +2024-12-13 09:24:45,344 - DEBUG - File /home/trevor/touchh_bot/antifroud/migrations/0003_externaldbsettings_database_and_more.py first seen with mtime 1734009006.073384 +2024-12-13 09:24:45,344 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/basehandler.py first seen with mtime 1733820596.5932145 +2024-12-13 09:24:45,344 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/migrations/0001_initial.py first seen with mtime 1733820595.385132 +2024-12-13 09:24:45,344 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pytz/tzfile.py first seen with mtime 1733820589.7767508 +2024-12-13 09:24:45,345 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/emitter.py first seen with mtime 1733820590.1597767 +2024-12-13 09:24:45,345 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/fpdf/html.py first seen with mtime 1733820589.868757 +2024-12-13 09:24:45,345 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/__init__.py first seen with mtime 1733820596.5652125 +2024-12-13 09:24:45,345 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_passport/passportfile.py first seen with mtime 1733820596.5862138 +2024-12-13 09:24:45,345 - DEBUG - File /usr/lib/python3.10/unittest/main.py first seen with mtime 1730924533.0 +2024-12-13 09:24:45,345 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/test/signals.py first seen with mtime 1733820595.79516 +2024-12-13 09:24:45,345 - DEBUG - File /home/trevor/touchh_bot/antifroud/migrations/0009_importedhotel_display_name.py first seen with mtime 1734049958.1195645 +2024-12-13 09:24:45,345 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_basepersistence.py first seen with mtime 1733820596.5902143 +2024-12-13 09:24:45,345 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/sql/compiler.py first seen with mtime 1733820595.7731586 +2024-12-13 09:24:45,345 - DEBUG - File /home/trevor/touchh_bot/bot/operations/froud_notify.py first seen with mtime 1733911203.197608 +2024-12-13 09:24:45,346 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/nodes.py first seen with mtime 1733820590.148776 +2024-12-13 09:24:45,346 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/test/client.py first seen with mtime 1733820595.79416 +2024-12-13 09:24:45,346 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/fpdf/fonts.py first seen with mtime 1733820589.8677568 +2024-12-13 09:24:45,346 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_games/gamehighscore.py first seen with mtime 1733820596.5812137 +2024-12-13 09:24:45,346 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/geoip2/errors.py first seen with mtime 1733820597.1492524 +2024-12-13 09:24:45,346 - DEBUG - File /home/trevor/touchh_bot/hotels/migrations/__init__.py first seen with mtime 1733795169.86468 +2024-12-13 09:24:45,346 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_application.py first seen with mtime 1733820596.5902143 +2024-12-13 09:24:45,346 - DEBUG - File /home/trevor/touchh_bot/hotels/migrations/0005_hotel_import_status_hotel_imported_at_and_more.py first seen with mtime 1734051710.7157154 +2024-12-13 09:24:45,346 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_botdescription.py first seen with mtime 1733820596.5672126 +2024-12-13 09:24:45,346 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_botcommandscope.py first seen with mtime 1733820596.5672126 +2024-12-13 09:24:45,347 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/migrations/0006_require_contenttypes_0002.py first seen with mtime 1733820595.4861388 +2024-12-13 09:24:45,347 - DEBUG - File /home/trevor/touchh_bot/antifroud/migrations/0005_importedhotel.py first seen with mtime 1734047854.512089 +2024-12-13 09:24:45,347 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/chatjoinrequesthandler.py first seen with mtime 1733820596.5942144 +2024-12-13 09:24:45,347 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/fpdf/ttfonts.py first seen with mtime 1733820589.868757 +2024-12-13 09:24:45,347 - DEBUG - File /home/trevor/touchh_bot/hotels/migrations/0004_alter_reservation_room_number.py first seen with mtime 1733914356.6463425 +2024-12-13 09:24:45,347 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/migrations/0001_initial.py first seen with mtime 1733820595.4861388 +2024-12-13 09:24:45,347 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/ua_parser/loaders.py first seen with mtime 1733820591.9999018 +2024-12-13 09:24:45,347 - DEBUG - File /usr/lib/python3.10/unittest/signals.py first seen with mtime 1730924533.0 +2024-12-13 09:24:45,347 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inputmessagecontent.py first seen with mtime 1733820596.585214 +2024-12-13 09:24:45,348 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultcachedsticker.py first seen with mtime 1733820596.5822136 +2024-12-13 09:24:45,348 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/PIL/_deprecate.py first seen with mtime 1733820590.2637837 +2024-12-13 09:24:45,348 - DEBUG - File /home/trevor/touchh_bot/bot/management/commands/__init__.py first seen with mtime 1733451047.8319275 +2024-12-13 09:24:45,348 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinekeyboardmarkup.py first seen with mtime 1733820596.5812137 +2024-12-13 09:24:45,348 - DEBUG - File /usr/lib/python3.10/xml/dom/minicompat.py first seen with mtime 1730924533.0 +2024-12-13 09:24:45,348 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/PIL/ExifTags.py first seen with mtime 1733820590.2547832 +2024-12-13 09:24:45,348 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/parser.py first seen with mtime 1733820590.1587768 +2024-12-13 09:24:45,348 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/ua_parser/utils.py first seen with mtime 1733820591.9999018 +2024-12-13 09:24:45,348 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/__init__.py first seen with mtime 1733820590.1587768 +2024-12-13 09:24:45,348 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_chatfullinfo.py first seen with mtime 1733820596.5692127 +2024-12-13 09:24:45,349 - DEBUG - File /home/trevor/touchh_bot/touchh/wsgi.py first seen with mtime 1733444974.5821624 +2024-12-13 09:24:45,349 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_transports/asgi.py first seen with mtime 1733820595.1751177 +2024-12-13 09:24:45,349 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inputtextmessagecontent.py first seen with mtime 1733820596.585214 +2024-12-13 09:24:45,349 - DEBUG - File /home/trevor/touchh_bot/antifroud/migrations/0002_remove_externaldbsettings_database_and_more.py first seen with mtime 1734008825.7139475 +2024-12-13 09:24:45,349 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_reaction.py first seen with mtime 1733820596.574213 +2024-12-13 09:24:45,349 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/migrations/0009_alter_user_last_name_max_length.py first seen with mtime 1733820595.487139 +2024-12-13 09:24:45,349 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_utils/__init__.py first seen with mtime 1733820596.5882142 +2024-12-13 09:24:45,349 - DEBUG - File /home/trevor/touchh_bot/hotels/pms_check.py first seen with mtime 1733538095.4384868 +2024-12-13 09:24:45,350 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_utils/files.py first seen with mtime 1733820596.5882142 +2024-12-13 09:24:45,350 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_update.py first seen with mtime 1733820596.5752132 +2024-12-13 09:24:45,350 - DEBUG - File /home/trevor/touchh_bot/bot/utils/scheduler.py first seen with mtime 1733550004.5004714 +2024-12-13 09:24:45,350 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/document.py first seen with mtime 1733820596.5782135 +2024-12-13 09:24:45,350 - DEBUG - File /home/trevor/touchh_bot/users/migrations/__init__.py first seen with mtime 1733444974.5831623 +2024-12-13 09:24:45,350 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultdocument.py first seen with mtime 1733820596.5832138 +2024-12-13 09:24:45,350 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_multipart.py first seen with mtime 1733820595.1731176 +2024-12-13 09:24:45,350 - DEBUG - File /home/trevor/touchh_bot/pms_integration/migrations/0004_alter_pmsconfiguration_plugin_name.py first seen with mtime 1733911203.2486076 +2024-12-13 09:24:45,350 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/typehandler.py first seen with mtime 1733820596.5962145 +2024-12-13 09:24:45,350 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_replykeyboardremove.py first seen with mtime 1733820596.574213 +2024-12-13 09:24:45,351 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_payment/orderinfo.py first seen with mtime 1733820596.5862138 +2024-12-13 09:24:45,351 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_payment/labeledprice.py first seen with mtime 1733820596.5862138 +2024-12-13 09:24:45,351 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_keyboardbutton.py first seen with mtime 1733820596.571213 +2024-12-13 09:24:45,351 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/management/sql.py first seen with mtime 1733820595.749157 +2024-12-13 09:24:45,351 - DEBUG - File /home/trevor/touchh_bot/antifroud/data_sync.py first seen with mtime 1734048727.6789315 +2024-12-13 09:24:45,351 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/ua_parser/lazy.py first seen with mtime 1733820591.9989016 +2024-12-13 09:24:45,351 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/executor.py first seen with mtime 1733820595.7641578 +2024-12-13 09:24:45,352 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_jobqueue.py first seen with mtime 1733820596.5922143 +2024-12-13 09:24:45,352 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/PIL/_binary.py first seen with mtime 1733820590.2617836 +2024-12-13 09:24:45,352 - DEBUG - File /home/trevor/touchh_bot/bot/management/commands/run_bot.py first seen with mtime 1733911203.197608 +2024-12-13 09:24:45,352 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/middleware/clickjacking.py first seen with mtime 1733820595.7881596 +2024-12-13 09:24:45,352 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/messagereactionhandler.py first seen with mtime 1733820596.5952146 +2024-12-13 09:24:45,352 - DEBUG - File /home/trevor/touchh_bot/pms_integration/plugins/ecvi_pms.py first seen with mtime 1733959414.601724 +2024-12-13 09:24:45,352 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_botname.py first seen with mtime 1733820596.5672126 +2024-12-13 09:24:45,352 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/composer.py first seen with mtime 1733820590.148776 +2024-12-13 09:24:45,352 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultcachedphoto.py first seen with mtime 1733820596.5822136 +2024-12-13 09:24:45,353 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/paidmediapurchasedhandler.py first seen with mtime 1733820596.5952146 +2024-12-13 09:24:45,353 - DEBUG - File /home/trevor/touchh_bot/bot/operations/hotels.py first seen with mtime 1733988323.5157974 +2024-12-13 09:24:45,353 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_loginurl.py first seen with mtime 1733820596.571213 +2024-12-13 09:24:45,353 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/loader.py first seen with mtime 1733820595.7641578 +2024-12-13 09:24:45,353 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/test/testcases.py first seen with mtime 1733820595.79516 +2024-12-13 09:24:45,353 - DEBUG - File /home/trevor/touchh_bot/bot/operations/statistics.py first seen with mtime 1733919322.9039288 +2024-12-13 09:24:45,353 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_menubutton.py first seen with mtime 1733820596.572213 +2024-12-13 09:24:45,353 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/request/_requestdata.py first seen with mtime 1733820596.5972147 +2024-12-13 09:24:45,353 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/maxminddb/errors.py first seen with mtime 1733820591.7758865 +2024-12-13 09:24:45,354 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_switchinlinequerychosenchat.py first seen with mtime 1733820596.5752132 +2024-12-13 09:24:45,354 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/csrf.py first seen with mtime 1733820595.8031604 +2024-12-13 09:24:45,354 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_dice.py first seen with mtime 1733820596.5702128 +2024-12-13 09:24:45,354 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_passport/credentials.py first seen with mtime 1733820596.585214 +2024-12-13 09:24:45,354 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultcachedvideo.py first seen with mtime 1733820596.5832138 +2024-12-13 09:24:45,354 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/maxminddb/extension.cpython-310-x86_64-linux-gnu.so first seen with mtime 1733820591.7768865 +2024-12-13 09:24:45,354 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/migrations/0002_alter_permission_name_max_length.py first seen with mtime 1733820595.4861388 +2024-12-13 09:24:45,354 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pytz/__init__.py first seen with mtime 1733820589.7767508 +2024-12-13 09:24:45,354 - DEBUG - File /home/trevor/touchh_bot/touchh/asgi.py first seen with mtime 1733444974.5821624 +2024-12-13 09:24:45,355 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/prefixhandler.py first seen with mtime 1733820596.5962145 +2024-12-13 09:24:45,355 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/migrations/0003_logentry_add_action_flag_choices.py first seen with mtime 1733820595.386132 +2024-12-13 09:24:45,355 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_keyboardbuttonrequest.py first seen with mtime 1733820596.571213 +2024-12-13 09:24:45,355 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/pollanswerhandler.py first seen with mtime 1733820596.5952146 +2024-12-13 09:24:45,355 - DEBUG - File /usr/lib/python3.10/xml/dom/NodeFilter.py first seen with mtime 1730924533.0 +2024-12-13 09:24:45,355 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_messageid.py first seen with mtime 1733820596.573213 +2024-12-13 09:24:45,355 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/backends/db.py first seen with mtime 1733820595.681152 +2024-12-13 09:24:45,355 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_content.py first seen with mtime 1733820595.1721175 +2024-12-13 09:24:45,356 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/db/migrations/0001_initial.py first seen with mtime 1734064914.7947304 +2024-12-13 09:24:45,356 - DEBUG - File /home/trevor/touchh_bot/scheduler/migrations/__init__.py first seen with mtime 1733911203.2516077 +2024-12-13 09:24:45,356 - DEBUG - File /home/trevor/touchh_bot/pms_integration/plugins/bnovo_pms.py first seen with mtime 1733912277.4757614 +2024-12-13 09:24:45,356 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/stringregexhandler.py first seen with mtime 1733820596.5962145 +2024-12-13 09:24:45,356 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/_basemedium.py first seen with mtime 1733820596.5782135 +2024-12-13 09:24:45,356 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inputvenuemessagecontent.py first seen with mtime 1733820596.585214 +2024-12-13 09:24:45,356 - DEBUG - File /home/trevor/touchh_bot/bot/utils/froud_check.py first seen with mtime 1733911203.198608 +2024-12-13 09:24:45,356 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultarticle.py first seen with mtime 1733820596.5812137 +2024-12-13 09:24:45,356 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_videochat.py first seen with mtime 1733820596.5762134 +2024-12-13 09:24:45,356 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/warnings.py first seen with mtime 1733820596.5772133 +2024-12-13 09:24:45,356 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/maxminddb/__init__.py first seen with mtime 1733820591.7758865 +2024-12-13 09:24:45,357 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_baseratelimiter.py first seen with mtime 1733820596.5902143 +2024-12-13 09:24:45,357 - DEBUG - File /usr/lib/python3.10/unittest/suite.py first seen with mtime 1730924533.0 +2024-12-13 09:24:45,357 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/triggers/cron/expressions.py first seen with mtime 1733820592.3209236 +2024-12-13 09:24:45,357 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_chatinvitelink.py first seen with mtime 1733820596.5692127 +2024-12-13 09:24:45,357 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/PIL/_util.py first seen with mtime 1733820590.2547832 +2024-12-13 09:24:45,357 - DEBUG - File /home/trevor/touchh_bot/pms_integration/migrations/0001_initial.py first seen with mtime 1733911203.2476077 +2024-12-13 09:24:45,357 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/reader.py first seen with mtime 1733820590.147776 +2024-12-13 09:24:45,357 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_sentwebappmessage.py first seen with mtime 1733820596.574213 +2024-12-13 09:24:45,358 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_callbackquery.py first seen with mtime 1733820596.5682127 +2024-12-13 09:24:45,358 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/_yaml.cpython-310-x86_64-linux-gnu.so first seen with mtime 1733820590.1587768 +2024-12-13 09:24:45,358 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/stringcommandhandler.py first seen with mtime 1733820596.5962145 +2024-12-13 09:24:45,358 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultphoto.py first seen with mtime 1733820596.5842137 +2024-12-13 09:24:45,358 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/migrations/0004_alter_user_username_opts.py first seen with mtime 1733820595.4861388 +2024-12-13 09:24:45,358 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/videonote.py first seen with mtime 1733820596.5802135 +2024-12-13 09:24:45,358 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/cache/backends/locmem.py first seen with mtime 1733820595.7421563 +2024-12-13 09:24:45,358 - DEBUG - File /home/trevor/touchh_bot/bot/operations/settings.py first seen with mtime 1733554678.3462024 +2024-12-13 09:24:45,358 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_transports/wsgi.py first seen with mtime 1733820595.1751177 +2024-12-13 09:24:45,358 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/test/html.py first seen with mtime 1733820595.79416 +2024-12-13 09:24:45,358 - DEBUG - File /home/trevor/touchh_bot/bot/keyboards.py first seen with mtime 1733554605.9822023 +2024-12-13 09:24:45,358 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_utils/__init__.py first seen with mtime 1733820596.5962145 +2024-12-13 09:24:45,358 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/maxminddb/decoder.py first seen with mtime 1733820591.7778866 +2024-12-13 09:24:45,359 - DEBUG - File /home/trevor/touchh_bot/bot/utils/__init__.py first seen with mtime 1733544993.8766968 +2024-12-13 09:24:45,359 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_utils/warnings.py first seen with mtime 1733820596.589214 +2024-12-13 09:24:45,359 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/PIL/_version.py first seen with mtime 1733820590.2627838 +2024-12-13 09:24:45,359 - DEBUG - File /usr/lib/python3.10/unittest/mock.py first seen with mtime 1730924533.0 +2024-12-13 09:24:45,359 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_utils/datetime.py first seen with mtime 1733820596.5882142 +2024-12-13 09:24:45,359 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_utils/stack.py first seen with mtime 1733820596.5972147 +2024-12-13 09:24:45,359 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_story.py first seen with mtime 1733820596.5752132 +2024-12-13 09:24:45,359 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/constants.py first seen with mtime 1733820596.5772133 +2024-12-13 09:24:45,359 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/ua_parser/matchers.py first seen with mtime 1733820591.9999018 +2024-12-13 09:24:45,359 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_utils/defaultvalue.py first seen with mtime 1733820596.5882142 +2024-12-13 09:24:45,359 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/__init__.py first seen with mtime 1733820595.1701174 +2024-12-13 09:24:45,359 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/migrations/0005_alter_user_last_login_null.py first seen with mtime 1733820595.4861388 +2024-12-13 09:24:45,359 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/test/utils.py first seen with mtime 1733820595.79516 +2024-12-13 09:24:45,359 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_client.py first seen with mtime 1733820595.1711175 +2024-12-13 09:24:45,359 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_copytextbutton.py first seen with mtime 1733820596.5702128 +2024-12-13 09:24:45,360 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_passport/passportelementerrors.py first seen with mtime 1733820596.5862138 +2024-12-13 09:24:45,360 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_botcommand.py first seen with mtime 1733820596.5672126 +2024-12-13 09:24:45,360 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/migrations/0010_alter_group_name_max_length.py first seen with mtime 1733820595.487139 +2024-12-13 09:24:45,360 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/fpdf/__init__.py first seen with mtime 1733820589.8677568 +2024-12-13 09:24:45,360 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_defaults.py first seen with mtime 1733820596.5912142 +2024-12-13 09:24:45,360 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_payment/shippingoption.py first seen with mtime 1733820596.587214 +2024-12-13 09:24:45,360 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_payment/shippingaddress.py first seen with mtime 1733820596.587214 +2024-12-13 09:24:45,360 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/maxminddb/file.py first seen with mtime 1733820591.7768865 +2024-12-13 09:24:45,360 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_config.py first seen with mtime 1733820595.1721175 +2024-12-13 09:24:45,360 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_telegramobject.py first seen with mtime 1733820596.5752132 +2024-12-13 09:24:45,361 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_chatmember.py first seen with mtime 1733820596.5692127 +2024-12-13 09:24:45,361 - DEBUG - File /home/trevor/touchh_bot/pms_integration/forms.py first seen with mtime 1733911203.2466078 +2024-12-13 09:24:45,361 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_utils/enum.py first seen with mtime 1733820596.5882142 +2024-12-13 09:24:45,361 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_urls.py first seen with mtime 1733820595.1741176 +2024-12-13 09:24:45,361 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inputlocationmessagecontent.py first seen with mtime 1733820596.585214 +2024-12-13 09:24:45,361 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/ua_parser/__init__.py first seen with mtime 1733820591.9989016 +2024-12-13 09:24:45,361 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pytz/tzinfo.py first seen with mtime 1733820589.7767508 +2024-12-13 09:24:45,361 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/ua_parser/user_agent_parser.py first seen with mtime 1733820591.9999018 +2024-12-13 09:24:45,361 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/helpers.py first seen with mtime 1733820596.5772133 +2024-12-13 09:24:45,361 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/inputsticker.py first seen with mtime 1733820596.5792134 +2024-12-13 09:24:45,361 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inputinvoicemessagecontent.py first seen with mtime 1733820596.5842137 +2024-12-13 09:24:45,362 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_models.py first seen with mtime 1733820595.1731176 +2024-12-13 09:24:45,362 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_poll.py first seen with mtime 1733820596.573213 +2024-12-13 09:24:45,362 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_transports/mock.py first seen with mtime 1733820595.1751177 +2024-12-13 09:24:45,362 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_version.py first seen with mtime 1733820596.5762134 +2024-12-13 09:24:45,362 - DEBUG - File /home/trevor/touchh_bot/hotels/migrations/0002_initial.py first seen with mtime 1733911203.201608 +2024-12-13 09:24:45,362 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/geoip2/database.py first seen with mtime 1733820597.1492524 +2024-12-13 09:24:45,362 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_callbackdatacache.py first seen with mtime 1733820596.5912142 +2024-12-13 09:24:45,362 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/db/migrations/__init__.py first seen with mtime 1734064914.7947304 +2024-12-13 09:24:45,362 - DEBUG - File /home/trevor/touchh_bot/scheduler/test_module.py first seen with mtime 1733911203.2536077 +2024-12-13 09:24:45,362 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/fpdf/php.py first seen with mtime 1733820589.868757 +2024-12-13 09:24:45,363 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/migrations/__init__.py first seen with mtime 1733820595.7091541 +2024-12-13 09:24:45,363 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_games/game.py first seen with mtime 1733820596.5802135 +2024-12-13 09:24:45,363 - DEBUG - File /usr/lib/python3.10/xml/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:45,363 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_birthdate.py first seen with mtime 1733820596.5662127 +2024-12-13 09:24:45,363 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_applicationbuilder.py first seen with mtime 1733820596.5902143 +2024-12-13 09:24:45,363 - DEBUG - File /home/trevor/touchh_bot/bot/handlers.py first seen with mtime 1733911203.1966078 +2024-12-13 09:24:45,363 - DEBUG - File /usr/lib/python3.10/xml/dom/minidom.py first seen with mtime 1730924533.0 +2024-12-13 09:24:45,364 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/ua_parser/caching.py first seen with mtime 1733820591.9989016 +2024-12-13 09:24:45,364 - DEBUG - File /usr/lib/python3.10/unittest/runner.py first seen with mtime 1730924533.0 +2024-12-13 09:24:45,364 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_messageentity.py first seen with mtime 1733820596.573213 +2024-12-13 09:24:45,364 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/file.py first seen with mtime 1733820596.5792134 +2024-12-13 09:24:45,364 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_giveaway.py first seen with mtime 1733820596.571213 +2024-12-13 09:24:45,364 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/triggers/cron/__init__.py first seen with mtime 1733820592.3209236 +2024-12-13 09:24:45,364 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_transports/base.py first seen with mtime 1733820595.1751177 +2024-12-13 09:24:45,364 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/request/_httpxrequest.py first seen with mtime 1733820596.5972147 +2024-12-13 09:24:45,364 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/PIL/_typing.py first seen with mtime 1733820590.2537832 +2024-12-13 09:24:45,364 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/resolver.py first seen with mtime 1733820590.1597767 +2024-12-13 09:24:45,365 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/graph.py first seen with mtime 1733820595.7641578 +2024-12-13 09:24:45,365 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_business.py first seen with mtime 1733820596.5672126 +2024-12-13 09:24:45,365 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_forcereply.py first seen with mtime 1733820596.5702128 +2024-12-13 09:24:45,365 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_chatmemberupdated.py first seen with mtime 1733820596.5702128 +2024-12-13 09:24:45,365 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultvideo.py first seen with mtime 1733820596.5842137 +2024-12-13 09:24:45,365 - DEBUG - File /home/trevor/touchh_bot/scheduler/views.py first seen with mtime 1733911203.2536077 +2024-12-13 09:24:45,365 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_extbot.py first seen with mtime 1733820596.5922143 +2024-12-13 09:24:45,365 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_forumtopic.py first seen with mtime 1733820596.5702128 +2024-12-13 09:24:45,365 - DEBUG - File /home/trevor/touchh_bot/antifroud/migrations/0001_initial.py first seen with mtime 1734006503.0082352 +2024-12-13 09:24:45,366 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_payment/successfulpayment.py first seen with mtime 1733820596.587214 +2024-12-13 09:24:45,366 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_passport/passportdata.py first seen with mtime 1733820596.5862138 +2024-12-13 09:24:45,366 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_chatpermissions.py first seen with mtime 1733820596.5702128 +2024-12-13 09:24:45,366 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultsbutton.py first seen with mtime 1733820596.5842137 +2024-12-13 09:24:45,366 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/migrations/0001_initial.py first seen with mtime 1733820595.516141 +2024-12-13 09:24:45,366 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultcachedgif.py first seen with mtime 1733820596.5822136 +2024-12-13 09:24:45,366 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_api.py first seen with mtime 1733820595.1711175 +2024-12-13 09:24:45,366 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultcacheddocument.py first seen with mtime 1733820596.5822136 +2024-12-13 09:24:45,366 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/preparedinlinemessage.py first seen with mtime 1733820596.585214 +2024-12-13 09:24:45,366 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/chatmemberhandler.py first seen with mtime 1733820596.5942144 +2024-12-13 09:24:45,366 - DEBUG - File /home/trevor/touchh_bot/pms_integration/migrations/0005_pmsconfiguration_private_key_and_more.py first seen with mtime 1733911203.2486076 +2024-12-13 09:24:45,366 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_passport/data.py first seen with mtime 1733820596.585214 +2024-12-13 09:24:45,366 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_payment/stars.py first seen with mtime 1733820596.587214 +2024-12-13 09:24:45,366 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_contexttypes.py first seen with mtime 1733820596.5912142 +2024-12-13 09:24:45,367 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_payment/shippingquery.py first seen with mtime 1733820596.587214 +2024-12-13 09:24:45,367 - DEBUG - File /home/trevor/touchh_bot/bot/utils/notifications.py first seen with mtime 1733905582.9865398 +2024-12-13 09:24:45,367 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/PIL/Image.py first seen with mtime 1733820590.2577834 +2024-12-13 09:24:45,367 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_chatjoinrequest.py first seen with mtime 1733820596.5692127 +2024-12-13 09:24:45,367 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/fpdf/py3k.py first seen with mtime 1733820589.868757 +2024-12-13 09:24:45,367 - DEBUG - File /usr/lib/python3.10/lib-dynload/mmap.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:24:45,367 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_webappinfo.py first seen with mtime 1733820596.5762134 +2024-12-13 09:24:45,367 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultgif.py first seen with mtime 1733820596.5832138 +2024-12-13 09:24:45,367 - DEBUG - File /home/trevor/touchh_bot/pms_integration/tests.py first seen with mtime 1733911203.2496078 +2024-12-13 09:24:45,367 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinekeyboardbutton.py first seen with mtime 1733820596.5812137 +2024-12-13 09:24:45,367 - DEBUG - File /usr/lib/python3.10/unittest/result.py first seen with mtime 1730924533.0 +2024-12-13 09:24:45,367 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_choseninlineresult.py first seen with mtime 1733820596.5702128 +2024-12-13 09:24:45,367 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/shippingqueryhandler.py first seen with mtime 1733820596.5962145 +2024-12-13 09:24:45,367 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_messageorigin.py first seen with mtime 1733820596.573213 +2024-12-13 09:24:45,367 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/messagehandler.py first seen with mtime 1733820596.5952146 +2024-12-13 09:24:45,368 - DEBUG - File /home/trevor/touchh_bot/antifroud/forms.py first seen with mtime 1734053277.0109007 +2024-12-13 09:24:45,368 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/migrations/__init__.py first seen with mtime 1733820595.386132 +2024-12-13 09:24:45,368 - DEBUG - File /home/trevor/touchh_bot/bot/utils/bot_setup.py first seen with mtime 1733905582.9865398 +2024-12-13 09:24:45,368 - DEBUG - File /usr/lib/python3.10/xml/dom/xmlbuilder.py first seen with mtime 1730924533.0 +2024-12-13 09:24:45,368 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_aioratelimiter.py first seen with mtime 1733820596.589214 +2024-12-13 09:24:45,368 - DEBUG - File /usr/lib/python3.10/unittest/loader.py first seen with mtime 1730924533.0 +2024-12-13 09:24:45,368 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/__init__.py first seen with mtime 1733820596.5932145 +2024-12-13 09:24:45,368 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_decoders.py first seen with mtime 1733820595.1721175 +2024-12-13 09:24:45,368 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultcachedaudio.py first seen with mtime 1733820596.5822136 +2024-12-13 09:24:45,368 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequery.py first seen with mtime 1733820596.5812137 +2024-12-13 09:24:45,368 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/migrations/0007_alter_validators_add_error_messages.py first seen with mtime 1733820595.4861388 +2024-12-13 09:24:45,368 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_chatlocation.py first seen with mtime 1733820596.5692127 +2024-12-13 09:24:45,368 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/cyaml.py first seen with mtime 1733820590.1597767 +2024-12-13 09:24:45,368 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/voice.py first seen with mtime 1733820596.5802135 +2024-12-13 09:24:45,368 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_user.py first seen with mtime 1733820596.5752132 +2024-12-13 09:24:45,369 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/geoip2/records.py first seen with mtime 1733820597.1492524 +2024-12-13 09:24:45,369 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/recorder.py first seen with mtime 1733820595.765158 +2024-12-13 09:24:45,369 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_baseupdateprocessor.py first seen with mtime 1733820596.5912142 +2024-12-13 09:24:45,369 - DEBUG - File /home/trevor/touchh_bot/bot/operations/__init__.py first seen with mtime 1733544926.0244582 +2024-12-13 09:24:45,369 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_utils.py first seen with mtime 1733820595.1741176 +2024-12-13 09:24:45,369 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_keyboardbuttonpolltype.py first seen with mtime 1733820596.571213 +2024-12-13 09:24:45,369 - DEBUG - File /usr/lib/python3.10/unittest/case.py first seen with mtime 1730924533.0 +2024-12-13 09:24:45,369 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/constructor.py first seen with mtime 1733820590.1597767 +2024-12-13 09:24:45,369 - DEBUG - File /home/trevor/touchh_bot/pms_integration/plugins/shelter_pms.py first seen with mtime 1733988299.181913 +2024-12-13 09:24:45,369 - DEBUG - File /home/trevor/touchh_bot/pms_integration/test_requests.py first seen with mtime 1733911203.2496078 +2024-12-13 09:24:45,369 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/migrations/__init__.py first seen with mtime 1733820595.487139 +2024-12-13 09:24:45,369 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/asgi.py first seen with mtime 1733820595.7401562 +2024-12-13 09:24:45,369 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/conf/urls/__init__.py first seen with mtime 1733820595.313127 +2024-12-13 09:24:45,370 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_linkpreviewoptions.py first seen with mtime 1733820596.571213 +2024-12-13 09:24:45,370 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_messagereactionupdated.py first seen with mtime 1733820596.573213 +2024-12-13 09:24:45,370 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/_basethumbedmedium.py first seen with mtime 1733820596.5782135 +2024-12-13 09:24:57,584 - DEBUG - File /home/trevor/touchh_bot/antifroud/views.py previous mtime: 1734071082.8930583, current mtime: 1734071096.628802 +2024-12-13 09:24:57,585 - DEBUG - /home/trevor/touchh_bot/antifroud/views.py notified as changed. Signal results: [(, None), (, None)]. +2024-12-13 09:24:57,585 - INFO - /home/trevor/touchh_bot/antifroud/views.py changed, reloading. +2024-12-13 09:24:58,038 - INFO - Watching for file changes with StatReloader +2024-12-13 09:24:58,038 - DEBUG - Waiting for apps ready_event. +2024-12-13 09:24:58,139 - DEBUG - Main Django thread has terminated before apps are ready. +2024-12-13 09:24:58,139 - DEBUG - Apps ready_event triggered. Sending autoreload_started signal. +2024-12-13 09:24:58,142 - DEBUG - Watching dir /home/trevor/touchh_bot/locale with glob **/*.mo. +2024-12-13 09:24:58,190 - DEBUG - File /usr/lib/python3.10/heapq.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,190 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/client.py first seen with mtime 1733820595.7561574 +2024-12-13 09:24:58,190 - DEBUG - File /usr/lib/python3.10/secrets.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,190 - DEBUG - File /usr/lib/python3.10/http/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,190 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/cache/utils.py first seen with mtime 1733820595.7411563 +2024-12-13 09:24:58,190 - DEBUG - File /usr/lib/python3.10/email/_header_value_parser.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,190 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/checks.py first seen with mtime 1733820595.4881392 +2024-12-13 09:24:58,190 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/_meta.py first seen with mtime 1733820590.4327953 +2024-12-13 09:24:58,190 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/_base_connection.py first seen with mtime 1733820589.9027593 +2024-12-13 09:24:58,191 - DEBUG - File /usr/lib/python3.10/concurrent/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,191 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/asyncio.py first seen with mtime 1733820595.7971601 +2024-12-13 09:24:58,191 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/generic/list.py first seen with mtime 1733820595.8061607 +2024-12-13 09:24:58,191 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/version.py first seen with mtime 1733820591.9248965 +2024-12-13 09:24:58,191 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/storage/base.py first seen with mtime 1733820595.7461567 +2024-12-13 09:24:58,191 - DEBUG - File /usr/lib/python3.10/operator.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,191 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/security/sessions.py first seen with mtime 1733820595.7441566 +2024-12-13 09:24:58,191 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/views/__init__.py first seen with mtime 1733820595.4131339 +2024-12-13 09:24:58,191 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/helpers.py first seen with mtime 1733820595.3151274 +2024-12-13 09:24:58,191 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/compatibility/django_4_0.py first seen with mtime 1733820595.7441566 +2024-12-13 09:24:58,191 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loaders/app_directories.py first seen with mtime 1733820595.7921598 +2024-12-13 09:24:58,191 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/caches.py first seen with mtime 1733820595.7431564 +2024-12-13 09:24:58,192 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/__init__.py first seen with mtime 1733820595.4881392 +2024-12-13 09:24:58,192 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/charset.py first seen with mtime 1733820590.2007794 +2024-12-13 09:24:58,192 - DEBUG - File /usr/lib/python3.10/lib-dynload/_contextvars.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:24:58,192 - DEBUG - File /usr/lib/python3.10/html/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,192 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/schema.py first seen with mtime 1733820595.7631578 +2024-12-13 09:24:58,192 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/sql.py first seen with mtime 1733820590.0957725 +2024-12-13 09:24:58,192 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/util.py first seen with mtime 1733820589.9087598 +2024-12-13 09:24:58,192 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/migration.py first seen with mtime 1733820595.7641578 +2024-12-13 09:24:58,192 - DEBUG - File /usr/lib/python3.10/asyncio/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,192 - DEBUG - File /usr/lib/python3.10/csv.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,192 - DEBUG - File /usr/lib/python3.10/http/server.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,192 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/ssl_match_hostname.py first seen with mtime 1733820589.9077597 +2024-12-13 09:24:58,193 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/base.py first seen with mtime 1733820595.7451565 +2024-12-13 09:24:58,193 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/timeout.py first seen with mtime 1733820589.9087598 +2024-12-13 09:24:58,193 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/signals.py first seen with mtime 1733820595.7701583 +2024-12-13 09:24:58,193 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/__init__.py first seen with mtime 1733820595.766158 +2024-12-13 09:24:58,193 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/mixins.py first seen with mtime 1733820595.7711585 +2024-12-13 09:24:58,193 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/formats.py first seen with mtime 1733820595.7991602 +2024-12-13 09:24:58,193 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/admin.py first seen with mtime 1733820595.4481363 +2024-12-13 09:24:58,193 - DEBUG - File /home/trevor/touchh_bot/antifroud/apps.py first seen with mtime 1734005666.8527904 +2024-12-13 09:24:58,193 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/legacy.py first seen with mtime 1733820591.9248965 +2024-12-13 09:24:58,193 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/crypto.py first seen with mtime 1733820595.79816 +2024-12-13 09:24:58,193 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/lorem_ipsum.py first seen with mtime 1733820595.8001604 +2024-12-13 09:24:58,194 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/generic/detail.py first seen with mtime 1733820595.8051608 +2024-12-13 09:24:58,194 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/tzlocal/windows_tz.py first seen with mtime 1733820589.9787645 +2024-12-13 09:24:58,194 - DEBUG - File /usr/lib/python3.10/genericpath.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,194 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/model_checks.py first seen with mtime 1733820595.7431564 +2024-12-13 09:24:58,194 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/library.py first seen with mtime 1733820595.7911596 +2024-12-13 09:24:58,194 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/locks.py first seen with mtime 1733820595.7451565 +2024-12-13 09:24:58,194 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/proxy.py first seen with mtime 1733820589.9067595 +2024-12-13 09:24:58,194 - DEBUG - File /usr/lib/python3.10/multiprocessing/reduction.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,194 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/related.py first seen with mtime 1733820595.7711585 +2024-12-13 09:24:58,194 - DEBUG - File /usr/lib/python3.10/email/contentmanager.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,194 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/output.py first seen with mtime 1733820590.0967724 +2024-12-13 09:24:58,194 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/decorators.py first seen with mtime 1733820595.79816 +2024-12-13 09:24:58,195 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/request.py first seen with mtime 1733820589.9077597 +2024-12-13 09:24:58,195 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/exceptions.py first seen with mtime 1733820592.0179029 +2024-12-13 09:24:58,195 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/security/base.py first seen with mtime 1733820595.7441566 +2024-12-13 09:24:58,195 - DEBUG - File /home/trevor/touchh_bot/scheduler/apps.py first seen with mtime 1733911203.2516077 +2024-12-13 09:24:58,195 - DEBUG - File /usr/lib/python3.10/asyncio/futures.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,195 - DEBUG - File /usr/lib/python3.10/email/charset.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,195 - DEBUG - File /usr/lib/python3.10/json/scanner.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,195 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/__init__.py first seen with mtime 1733820595.6241484 +2024-12-13 09:24:58,195 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/__init__.py first seen with mtime 1733820590.0947723 +2024-12-13 09:24:58,195 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/checks.py first seen with mtime 1733820595.738156 +2024-12-13 09:24:58,195 - DEBUG - File /usr/lib/python3.10/stat.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,195 - DEBUG - File /usr/lib/python3.10/_collections_abc.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,196 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/api.py first seen with mtime 1733820591.9278967 +2024-12-13 09:24:58,196 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/client.py first seen with mtime 1733820595.7621577 +2024-12-13 09:24:58,196 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/apps/registry.py first seen with mtime 1733820595.2441225 +2024-12-13 09:24:58,196 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/FIELD_TYPE.py first seen with mtime 1733820590.2027798 +2024-12-13 09:24:58,196 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/storage.py first seen with mtime 1733820595.738156 +2024-12-13 09:24:58,196 - DEBUG - File /home/trevor/touchh_bot/hotels/models.py first seen with mtime 1734070960.211326 +2024-12-13 09:24:58,196 - DEBUG - File /usr/lib/python3.10/concurrent/futures/process.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,196 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/storage/mixins.py first seen with mtime 1733820595.7461567 +2024-12-13 09:24:58,196 - DEBUG - File /home/trevor/touchh_bot/users/models.py first seen with mtime 1734048899.6573606 +2024-12-13 09:24:58,196 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/__init__.py first seen with mtime 1733820595.738156 +2024-12-13 09:24:58,196 - DEBUG - File /usr/lib/python3.10/email/iterators.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,196 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/tokens.py first seen with mtime 1733820595.4501364 +2024-12-13 09:24:58,197 - DEBUG - File /usr/lib/python3.10/zoneinfo/_tzpath.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,197 - DEBUG - File /usr/lib/python3.10/textwrap.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,197 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/defaultfilters.py first seen with mtime 1733820595.7901597 +2024-12-13 09:24:58,197 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/files.py first seen with mtime 1733820595.7431564 +2024-12-13 09:24:58,197 - DEBUG - File /usr/lib/python3.10/lib-dynload/_zoneinfo.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:24:58,197 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/__init__.py first seen with mtime 1733820595.7461567 +2024-12-13 09:24:58,197 - DEBUG - File /usr/lib/python3.10/warnings.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,197 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/err.py first seen with mtime 1733820590.2017796 +2024-12-13 09:24:58,197 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/cache/backends/filebased.py first seen with mtime 1733820595.7421563 +2024-12-13 09:24:58,197 - DEBUG - File /usr/lib/python3.10/email/mime/multipart.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,197 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/_auth.py first seen with mtime 1733820590.2007794 +2024-12-13 09:24:58,197 - DEBUG - File /usr/lib/python3.10/getpass.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,198 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/dispatch/dispatcher.py first seen with mtime 1733820595.7751586 +2024-12-13 09:24:58,198 - DEBUG - File /usr/lib/python3.10/asyncio/selector_events.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,198 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/finders.py first seen with mtime 1733820595.738156 +2024-12-13 09:24:58,198 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/_internal_utils.py first seen with mtime 1733820592.016903 +2024-12-13 09:24:58,198 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/models.py first seen with mtime 1733820591.9278967 +2024-12-13 09:24:58,198 - DEBUG - File /usr/lib/python3.10/tokenize.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,198 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/cd.py first seen with mtime 1733820591.928897 +2024-12-13 09:24:58,198 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/fields.py first seen with mtime 1733820595.4881392 +2024-12-13 09:24:58,198 - DEBUG - File /usr/lib/python3.10/email/message.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,198 - DEBUG - File /usr/lib/python3.10/collections/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,198 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/transaction.py first seen with mtime 1733820595.7551572 +2024-12-13 09:24:58,198 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/hooks.py first seen with mtime 1733820592.0179029 +2024-12-13 09:24:58,199 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/gitignore.py first seen with mtime 1733820590.4327953 +2024-12-13 09:24:58,199 - DEBUG - File /home/trevor/touchh_bot/pms_integration/api_client.py first seen with mtime 1733911203.2466078 +2024-12-13 09:24:58,199 - DEBUG - File /usr/lib/python3.10/email/parser.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,199 - DEBUG - File /usr/lib/python3.10/asyncio/base_tasks.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,199 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/actions.py first seen with mtime 1733820595.3141272 +2024-12-13 09:24:58,199 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/response.py first seen with mtime 1733820589.9077597 +2024-12-13 09:24:58,199 - DEBUG - File /usr/lib/python3.10/lib-dynload/_opcode.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:24:58,199 - DEBUG - File /usr/lib/python3.10/pathlib.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,199 - DEBUG - File /usr/lib/python3.10/difflib.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,199 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loaders/cached.py first seen with mtime 1733820595.79316 +2024-12-13 09:24:58,199 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/connectionpool.py first seen with mtime 1733820589.9037595 +2024-12-13 09:24:58,199 - DEBUG - File /usr/lib/python3.10/importlib/resources.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,199 - DEBUG - File /usr/lib/python3.10/importlib/metadata/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,200 - DEBUG - File /usr/lib/python3.10/asyncio/queues.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,200 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/choices.py first seen with mtime 1733820595.7971601 +2024-12-13 09:24:58,200 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/schedulers/asyncio.py first seen with mtime 1733820592.3189235 +2024-12-13 09:24:58,200 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/features.py first seen with mtime 1733820595.7561574 +2024-12-13 09:24:58,200 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/http/__init__.py first seen with mtime 1733820595.7871594 +2024-12-13 09:24:58,200 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/decorators/csrf.py first seen with mtime 1733820595.8041606 +2024-12-13 09:24:58,200 - DEBUG - File /usr/lib/python3.10/encodings/utf_8.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,200 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/mail/__init__.py first seen with mtime 1733820595.7471566 +2024-12-13 09:24:58,200 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/sql/__init__.py first seen with mtime 1733820595.7731586 +2024-12-13 09:24:58,200 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/__init__.py first seen with mtime 1733820596.939238 +2024-12-13 09:24:58,200 - DEBUG - File /usr/lib/python3.10/os.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,200 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sites/__init__.py first seen with mtime 1733820595.7091541 +2024-12-13 09:24:58,200 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/text.py first seen with mtime 1733820595.8011603 +2024-12-13 09:24:58,201 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/move.py first seen with mtime 1733820595.7451565 +2024-12-13 09:24:58,201 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/decorators/cache.py first seen with mtime 1733820595.8041606 +2024-12-13 09:24:58,201 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/constant.py first seen with mtime 1733820591.928897 +2024-12-13 09:24:58,201 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/wsgi.py first seen with mtime 1733820595.7411563 +2024-12-13 09:24:58,201 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/connection.py first seen with mtime 1733820589.9037595 +2024-12-13 09:24:58,201 - DEBUG - File /usr/lib/python3.10/lib-dynload/_bz2.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:24:58,201 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/__version__.py first seen with mtime 1733820592.016903 +2024-12-13 09:24:58,201 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/autoreload.py first seen with mtime 1733820595.7971601 +2024-12-13 09:24:58,201 - DEBUG - File /usr/lib/python3.10/email/encoders.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,201 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/encoding.py first seen with mtime 1733820595.7991602 +2024-12-13 09:24:58,201 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/idna/__init__.py first seen with mtime 1733820591.7928877 +2024-12-13 09:24:58,202 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/__init__.py first seen with mtime 1733820595.7421563 +2024-12-13 09:24:58,202 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/templatetags/admin_urls.py first seen with mtime 1733820595.4131339 +2024-12-13 09:24:58,202 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/api.py first seen with mtime 1733820595.6241484 +2024-12-13 09:24:58,202 - DEBUG - File /home/trevor/touchh_bot/antifroud/models.py first seen with mtime 1734049955.9706087 +2024-12-13 09:24:58,202 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/jobstores/__init__.py first seen with mtime 1733820592.3169231 +2024-12-13 09:24:58,202 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/triggers/__init__.py first seen with mtime 1733820592.3199234 +2024-12-13 09:24:58,202 - DEBUG - File /usr/lib/python3.10/bisect.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,202 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/hashable.py first seen with mtime 1733820595.7991602 +2024-12-13 09:24:58,202 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/formatter.py first seen with mtime 1733820590.0947723 +2024-12-13 09:24:58,202 - DEBUG - File /usr/lib/python3.10/zoneinfo/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,202 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/constants.py first seen with mtime 1733820595.767158 +2024-12-13 09:24:58,202 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/optionfile.py first seen with mtime 1733820590.2017796 +2024-12-13 09:24:58,202 - DEBUG - File /usr/lib/python3.10/asyncio/log.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,203 - DEBUG - File /usr/lib/python3.10/decimal.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,203 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/_functions.py first seen with mtime 1733820595.7621577 +2024-12-13 09:24:58,203 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/generic/base.py first seen with mtime 1733820595.8051608 +2024-12-13 09:24:58,203 - DEBUG - File /home/trevor/touchh_bot/scheduler/models.py first seen with mtime 1733911203.2516077 +2024-12-13 09:24:58,203 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/signals.py first seen with mtime 1733820595.7551572 +2024-12-13 09:24:58,203 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/executors/pool.py first seen with mtime 1733820592.3169231 +2024-12-13 09:24:58,203 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/templatetags/cache.py first seen with mtime 1733820595.79316 +2024-12-13 09:24:58,203 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/http/cookie.py first seen with mtime 1733820595.7871594 +2024-12-13 09:24:58,203 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/__init__.py first seen with mtime 1733820595.79616 +2024-12-13 09:24:58,203 - DEBUG - File /usr/lib/python3.10/sysconfig.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,203 - DEBUG - File /usr/lib/python3.10/signal.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,203 - DEBUG - File /home/trevor/touchh_bot/bot/models.py first seen with mtime 1733444974.5041635 +2024-12-13 09:24:58,204 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/urls.py first seen with mtime 1733820595.7441566 +2024-12-13 09:24:58,204 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/cache/backends/base.py first seen with mtime 1733820595.7421563 +2024-12-13 09:24:58,204 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/__init__.py first seen with mtime 1733820592.3159232 +2024-12-13 09:24:58,204 - DEBUG - File /usr/lib/python3.10/concurrent/futures/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,204 - DEBUG - File /usr/lib/python3.10/copyreg.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,204 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/constants.py first seen with mtime 1733820595.6241484 +2024-12-13 09:24:58,204 - DEBUG - File /usr/lib/python3.10/glob.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,204 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/proxy.py first seen with mtime 1733820595.7711585 +2024-12-13 09:24:58,204 - DEBUG - File /usr/lib/python3.10/asyncio/format_helpers.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,204 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/utils.py first seen with mtime 1733820595.765158 +2024-12-13 09:24:58,204 - DEBUG - File /usr/lib/python3.10/statistics.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,205 - DEBUG - File /home/trevor/touchh_bot/pms_integration/admin.py first seen with mtime 1733911203.2466078 +2024-12-13 09:24:58,205 - DEBUG - File /usr/lib/python3.10/wsgiref/handlers.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,205 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/executors/__init__.py first seen with mtime 1733820592.3159232 +2024-12-13 09:24:58,205 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/deletion.py first seen with mtime 1733820595.7681582 +2024-12-13 09:24:58,205 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/serializers/json.py first seen with mtime 1733820595.7531571 +2024-12-13 09:24:58,205 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/forms.py first seen with mtime 1733820595.7761588 +2024-12-13 09:24:58,205 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/__init__.py first seen with mtime 1733820590.4327953 +2024-12-13 09:24:58,205 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sites/requests.py first seen with mtime 1733820595.7101543 +2024-12-13 09:24:58,205 - DEBUG - File /usr/lib/python3.10/selectors.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,205 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/ER.py first seen with mtime 1733820590.2027798 +2024-12-13 09:24:58,205 - DEBUG - File /usr/lib/python3.10/asyncio/sslproto.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,205 - DEBUG - File /home/trevor/touchh_bot/hotels/__init__.py first seen with mtime 1733444974.5071633 +2024-12-13 09:24:58,206 - DEBUG - File /usr/lib/python3.10/locale.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,206 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/backends/django.py first seen with mtime 1733820595.7921598 +2024-12-13 09:24:58,206 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/tzlocal/unix.py first seen with mtime 1733820589.9777644 +2024-12-13 09:24:58,206 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/version.py first seen with mtime 1733820595.8021605 +2024-12-13 09:24:58,206 - DEBUG - File /home/trevor/touchh_bot/users/__init__.py first seen with mtime 1733444974.5821624 +2024-12-13 09:24:58,206 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/management/__init__.py first seen with mtime 1733820595.749157 +2024-12-13 09:24:58,206 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/plugins.py first seen with mtime 1734064914.7897305 +2024-12-13 09:24:58,206 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/apps/config.py first seen with mtime 1733820595.2441225 +2024-12-13 09:24:58,206 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/apps.py first seen with mtime 1733820595.4481363 +2024-12-13 09:24:58,206 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/json.py first seen with mtime 1733820595.7711585 +2024-12-13 09:24:58,206 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/__init__.py first seen with mtime 1733820595.8031604 +2024-12-13 09:24:58,206 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/tzlocal/__init__.py first seen with mtime 1733820589.9777644 +2024-12-13 09:24:58,206 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/exception.py first seen with mtime 1733820595.7471566 +2024-12-13 09:24:58,207 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/engine/filter_stack.py first seen with mtime 1733820590.0957725 +2024-12-13 09:24:58,207 - DEBUG - File /usr/lib/python3.10/functools.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,207 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/job.py first seen with mtime 1733820592.3159232 +2024-12-13 09:24:58,207 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/__init__.py first seen with mtime 1733820595.7401562 +2024-12-13 09:24:58,207 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/utils.py first seen with mtime 1733820595.7701583 +2024-12-13 09:24:58,207 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/apps.py first seen with mtime 1733820595.3141272 +2024-12-13 09:24:58,207 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/translation/reloader.py first seen with mtime 1733820595.8021605 +2024-12-13 09:24:58,207 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/middleware/cache.py first seen with mtime 1733820595.7881596 +2024-12-13 09:24:58,207 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/base.py first seen with mtime 1733820595.79616 +2024-12-13 09:24:58,207 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/management/__init__.py first seen with mtime 1733820595.516141 +2024-12-13 09:24:58,207 - DEBUG - File /usr/lib/python3.10/numbers.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,207 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/ssltransport.py first seen with mtime 1733820589.9077597 +2024-12-13 09:24:58,207 - DEBUG - File /home/trevor/touchh_bot/pms_integration/utils.py first seen with mtime 1733911203.2496078 +2024-12-13 09:24:58,207 - DEBUG - File /usr/lib/python3.10/traceback.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,208 - DEBUG - File /usr/lib/python3.10/urllib/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,208 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/resolvers.py first seen with mtime 1733820595.79616 +2024-12-13 09:24:58,208 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/__init__.py first seen with mtime 1733820591.928897 +2024-12-13 09:24:58,208 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/templatetags/__init__.py first seen with mtime 1733820595.412134 +2024-12-13 09:24:58,208 - DEBUG - File /usr/lib/python3.10/importlib/_common.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,208 - DEBUG - File /usr/lib/python3.10/pickle.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,208 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/wait.py first seen with mtime 1733820589.9087598 +2024-12-13 09:24:58,208 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/utils.py first seen with mtime 1733820590.0957725 +2024-12-13 09:24:58,208 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/operations.py first seen with mtime 1733820595.7561574 +2024-12-13 09:24:58,208 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/utils.py first seen with mtime 1733820595.6241484 +2024-12-13 09:24:58,208 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/pattern.py first seen with mtime 1733820590.4327953 +2024-12-13 09:24:58,208 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/serializers/python.py first seen with mtime 1733820595.7541573 +2024-12-13 09:24:58,208 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/cli.py first seen with mtime 1733820590.0947723 +2024-12-13 09:24:58,208 - DEBUG - File /usr/lib/python3.10/re.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,208 - DEBUG - File /usr/lib/python3.10/struct.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,208 - DEBUG - File /usr/lib/python3.10/importlib/machinery.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,208 - DEBUG - File /usr/lib/python3.10/email/errors.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,209 - DEBUG - File /usr/lib/python3.10/multiprocessing/process.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,209 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/utils.py first seen with mtime 1733820595.7391562 +2024-12-13 09:24:58,209 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/management/commands/runserver.py first seen with mtime 1733820595.752157 +2024-12-13 09:24:58,209 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/base_session.py first seen with mtime 1733820595.6801522 +2024-12-13 09:24:58,209 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/security/csrf.py first seen with mtime 1733820595.7441566 +2024-12-13 09:24:58,209 - DEBUG - File /usr/lib/python3.10/lib-dynload/_hashlib.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:24:58,209 - DEBUG - File /usr/lib/python3.10/posixpath.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,209 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/__init__.py first seen with mtime 1733820595.7551572 +2024-12-13 09:24:58,209 - DEBUG - File /usr/lib/python3.10/stringprep.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,209 - DEBUG - File /usr/lib/python3.10/json/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,209 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/conf.py first seen with mtime 1733820595.79616 +2024-12-13 09:24:58,209 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/structures.py first seen with mtime 1733820592.018903 +2024-12-13 09:24:58,209 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/_collections.py first seen with mtime 1733820589.9027593 +2024-12-13 09:24:58,209 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/engine/__init__.py first seen with mtime 1733820590.0957725 +2024-12-13 09:24:58,209 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/db/apps.py first seen with mtime 1734064914.7937305 +2024-12-13 09:24:58,209 - DEBUG - File /usr/lib/python3.10/datetime.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,209 - DEBUG - File /usr/lib/python3.10/html/entities.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,210 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/decorators/common.py first seen with mtime 1733820595.8041606 +2024-12-13 09:24:58,210 - DEBUG - File /usr/lib/python3.10/contextlib.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,210 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/state.py first seen with mtime 1733820595.765158 +2024-12-13 09:24:58,210 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/storage/filesystem.py first seen with mtime 1733820595.7461567 +2024-12-13 09:24:58,210 - DEBUG - File /usr/lib/python3.10/enum.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,210 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/schedulers/__init__.py first seen with mtime 1733820592.3189235 +2024-12-13 09:24:58,210 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/compatibility/__init__.py first seen with mtime 1733820595.7441566 +2024-12-13 09:24:58,210 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/management/commands/__init__.py first seen with mtime 1733820595.749157 +2024-12-13 09:24:58,210 - DEBUG - File /usr/lib/python3.10/email/mime/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,210 - DEBUG - File /usr/lib/python3.10/urllib/error.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,210 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/__init__.py first seen with mtime 1733820595.7541573 +2024-12-13 09:24:58,210 - DEBUG - File /usr/lib/python3.10/_sysconfigdata__x86_64-linux-gnu.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,210 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/termcolors.py first seen with mtime 1733820595.8011603 +2024-12-13 09:24:58,211 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/times.py first seen with mtime 1733820590.2017796 +2024-12-13 09:24:58,211 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/http2/__init__.py first seen with mtime 1733820589.9067595 +2024-12-13 09:24:58,211 - DEBUG - File /home/trevor/touchh_bot/antifroud/__init__.py first seen with mtime 1734005666.8537903 +2024-12-13 09:24:58,211 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/serializers/__init__.py first seen with mtime 1733820595.7531571 +2024-12-13 09:24:58,211 - DEBUG - File /usr/lib/python3.10/configparser.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,211 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/comparison.py first seen with mtime 1733820595.7721584 +2024-12-13 09:24:58,211 - DEBUG - File /usr/lib/python3.10/linecache.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,211 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/certifi/core.py first seen with mtime 1733820591.9518983 +2024-12-13 09:24:58,211 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/utils.py first seen with mtime 1733820592.018903 +2024-12-13 09:24:58,211 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/exceptions.py first seen with mtime 1733820595.7911596 +2024-12-13 09:24:58,211 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/log.py first seen with mtime 1733820595.8001604 +2024-12-13 09:24:58,211 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/cursors.py first seen with mtime 1733820590.2017796 +2024-12-13 09:24:58,212 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/operations.py first seen with mtime 1733820595.7631578 +2024-12-13 09:24:58,212 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/storage/memory.py first seen with mtime 1733820595.7461567 +2024-12-13 09:24:58,212 - DEBUG - File /usr/lib/python3.10/mimetypes.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,212 - DEBUG - File /home/trevor/touchh_bot/scheduler/__init__.py first seen with mtime 1733911203.2506077 +2024-12-13 09:24:58,212 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/context.py first seen with mtime 1733820595.7901597 +2024-12-13 09:24:58,212 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/conf/__init__.py first seen with mtime 1733820595.2441225 +2024-12-13 09:24:58,212 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/aligned_indent.py first seen with mtime 1733820590.0967724 +2024-12-13 09:24:58,212 - DEBUG - File /usr/lib/python3.10/email/_encoded_words.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,212 - DEBUG - File /usr/lib/python3.10/lib-dynload/_queue.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:24:58,212 - DEBUG - File /usr/lib/python3.10/asyncio/events.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,212 - DEBUG - File /home/trevor/touchh_bot/pms_integration/plugins/__init__.py first seen with mtime 1733911203.2486076 +2024-12-13 09:24:58,212 - DEBUG - File /usr/lib/python3.10/weakref.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,212 - DEBUG - File /home/trevor/touchh_bot/bot/__init__.py first seen with mtime 1733444974.5021634 +2024-12-13 09:24:58,212 - DEBUG - File /usr/lib/python3.10/multiprocessing/connection.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,212 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/sessions.py first seen with mtime 1733820592.018903 +2024-12-13 09:24:58,213 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/filters.py first seen with mtime 1733820595.3141272 +2024-12-13 09:24:58,213 - DEBUG - File /usr/lib/python3.10/asyncio/transports.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,213 - DEBUG - File /usr/lib/python3.10/copy.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,213 - DEBUG - File /usr/lib/python3.10/importlib/metadata/_functools.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,213 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/__init__.py first seen with mtime 1733820595.7621577 +2024-12-13 09:24:58,213 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/models.py first seen with mtime 1733820595.4501364 +2024-12-13 09:24:58,213 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/sites.py first seen with mtime 1733820595.3151274 +2024-12-13 09:24:58,213 - DEBUG - File /home/trevor/touchh_bot/bot/apps.py first seen with mtime 1733911203.1966078 +2024-12-13 09:24:58,213 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/autoreload.py first seen with mtime 1733820595.7891595 +2024-12-13 09:24:58,213 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/validators.py first seen with mtime 1733820595.7411563 +2024-12-13 09:24:58,213 - DEBUG - File /usr/lib/python3.10/subprocess.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,214 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/options.py first seen with mtime 1733820595.7691581 +2024-12-13 09:24:58,214 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/dates.py first seen with mtime 1733820595.79816 +2024-12-13 09:24:58,214 - DEBUG - File /usr/lib/python3.10/asyncio/mixins.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,214 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/models.py first seen with mtime 1733820595.3151274 +2024-12-13 09:24:58,214 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/management/color.py first seen with mtime 1733820595.749157 +2024-12-13 09:24:58,214 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/tree.py first seen with mtime 1733820595.8021605 +2024-12-13 09:24:58,214 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/temp.py first seen with mtime 1733820595.7451565 +2024-12-13 09:24:58,214 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sites/shortcuts.py first seen with mtime 1733820595.7101543 +2024-12-13 09:24:58,214 - DEBUG - File /usr/lib/python3.10/asyncio/base_events.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,214 - DEBUG - File /usr/lib/python3.10/asyncio/unix_events.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,214 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/enums.py first seen with mtime 1733820595.7681582 +2024-12-13 09:24:58,214 - DEBUG - File /usr/lib/python3.10/email/mime/nonmultipart.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,215 - DEBUG - File /usr/lib/python3.10/email/base64mime.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,215 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/__init__.py first seen with mtime 1733820590.2007794 +2024-12-13 09:24:58,215 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/util.py first seen with mtime 1733820592.3159232 +2024-12-13 09:24:58,215 - DEBUG - File /usr/lib/python3.10/email/quoprimime.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,215 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/_request_methods.py first seen with mtime 1733820589.9037595 +2024-12-13 09:24:58,215 - DEBUG - File /usr/lib/python3.10/asyncio/coroutines.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,215 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/asgiref/sync.py first seen with mtime 1733820592.3029222 +2024-12-13 09:24:58,215 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/operations/base.py first seen with mtime 1733820595.766158 +2024-12-13 09:24:58,215 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/decorators.py first seen with mtime 1733820595.4491365 +2024-12-13 09:24:58,215 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/utils.py first seen with mtime 1733820595.7551572 +2024-12-13 09:24:58,215 - DEBUG - File /usr/lib/python3.10/uu.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,215 - DEBUG - File /home/trevor/touchh_bot/users/admin.py first seen with mtime 1734048824.275924 +2024-12-13 09:24:58,216 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/__init__.py first seen with mtime 1733820595.7891595 +2024-12-13 09:24:58,216 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/__init__.py first seen with mtime 1733820595.7451565 +2024-12-13 09:24:58,216 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/decorators.py first seen with mtime 1733820595.3141272 +2024-12-13 09:24:58,216 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/__init__.py first seen with mtime 1733820595.2431223 +2024-12-13 09:24:58,216 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/templatetags/static.py first seen with mtime 1733820595.79316 +2024-12-13 09:24:58,216 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/defaulttags.py first seen with mtime 1733820595.7901597 +2024-12-13 09:24:58,216 - DEBUG - File /usr/lib/python3.10/dis.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,216 - DEBUG - File /usr/lib/python3.10/json/encoder.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,216 - DEBUG - File /home/trevor/touchh_bot/pms_integration/apps.py first seen with mtime 1733911203.2466078 +2024-12-13 09:24:58,216 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/util.py first seen with mtime 1733820590.4337955 +2024-12-13 09:24:58,216 - DEBUG - File /usr/lib/python3.10/codecs.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,216 - DEBUG - File /home/trevor/touchh_bot/touchh/__init__.py first seen with mtime 1733444974.5821624 +2024-12-13 09:24:58,216 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/http/response.py first seen with mtime 1733820595.7881596 +2024-12-13 09:24:58,217 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/certs.py first seen with mtime 1733820592.016903 +2024-12-13 09:24:58,217 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/security/__init__.py first seen with mtime 1733820595.7441566 +2024-12-13 09:24:58,217 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/CR.py first seen with mtime 1733820590.2027798 +2024-12-13 09:24:58,217 - DEBUG - File /usr/lib/python3.10/sre_parse.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,217 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/forms.py first seen with mtime 1733820595.4491365 +2024-12-13 09:24:58,217 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/status_codes.py first seen with mtime 1733820592.018903 +2024-12-13 09:24:58,217 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/adapters.py first seen with mtime 1733820592.016903 +2024-12-13 09:24:58,217 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/db/models.py first seen with mtime 1734064914.7937305 +2024-12-13 09:24:58,217 - DEBUG - File /usr/lib/python3.10/lib-dynload/_ssl.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:24:58,217 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/connection.py first seen with mtime 1733820589.9067595 +2024-12-13 09:24:58,217 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/generic/edit.py first seen with mtime 1733820595.8051608 +2024-12-13 09:24:58,217 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/cache/apps.py first seen with mtime 1734064914.7907305 +2024-12-13 09:24:58,217 - DEBUG - File /usr/lib/python3.10/encodings/idna.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,218 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/hashers.py first seen with mtime 1733820595.4491365 +2024-12-13 09:24:58,218 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/translation/__init__.py first seen with mtime 1733820595.8021605 +2024-12-13 09:24:58,218 - DEBUG - File /usr/lib/python3.10/http/cookies.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,218 - DEBUG - File /usr/lib/python3.10/lib-dynload/_multibytecodec.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:24:58,218 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/jobstores/base.py first seen with mtime 1733820592.3179233 +2024-12-13 09:24:58,218 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/retry.py first seen with mtime 1733820589.9077597 +2024-12-13 09:24:58,218 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/asgiref/current_thread_executor.py first seen with mtime 1733820592.301922 +2024-12-13 09:24:58,218 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/triggers/base.py first seen with mtime 1733820592.3199234 +2024-12-13 09:24:58,218 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/http.py first seen with mtime 1733820595.8001604 +2024-12-13 09:24:58,218 - DEBUG - File /usr/lib/python3.10/asyncio/runners.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,218 - DEBUG - File /usr/lib/python3.10/fnmatch.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,218 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/tzlocal/utils.py first seen with mtime 1733820589.9777644 +2024-12-13 09:24:58,219 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/timezone.py first seen with mtime 1733820595.8021605 +2024-12-13 09:24:58,219 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/protocol.py first seen with mtime 1733820590.2017796 +2024-12-13 09:24:58,219 - DEBUG - File /usr/lib/python3.10/fractions.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,219 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/math.py first seen with mtime 1733820595.7731586 +2024-12-13 09:24:58,219 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/converters.py first seen with mtime 1733820590.2017796 +2024-12-13 09:24:58,219 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loaders/base.py first seen with mtime 1733820595.7921598 +2024-12-13 09:24:58,219 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/signing.py first seen with mtime 1733820595.7411563 +2024-12-13 09:24:58,219 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/models.py first seen with mtime 1733820595.7761588 +2024-12-13 09:24:58,219 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/html.py first seen with mtime 1733820595.7991602 +2024-12-13 09:24:58,219 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/text.py first seen with mtime 1733820595.7731586 +2024-12-13 09:24:58,219 - DEBUG - File /usr/lib/python3.10/ipaddress.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,219 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/safestring.py first seen with mtime 1733820595.8011603 +2024-12-13 09:24:58,220 - DEBUG - File /usr/lib/python3.10/shutil.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,220 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/storage/base.py first seen with mtime 1733820595.6251483 +2024-12-13 09:24:58,220 - DEBUG - File /usr/lib/python3.10/logging/handlers.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,220 - DEBUG - File /usr/lib/python3.10/asyncio/constants.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,220 - DEBUG - File /usr/lib/python3.10/__future__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,220 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/exceptions.py first seen with mtime 1733820595.3141272 +2024-12-13 09:24:58,220 - DEBUG - File /usr/lib/python3.10/asyncio/staggered.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,220 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/utils.py first seen with mtime 1733820591.928897 +2024-12-13 09:24:58,220 - DEBUG - File /usr/lib/python3.10/http/cookiejar.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,220 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/asgiref/__init__.py first seen with mtime 1733820592.301922 +2024-12-13 09:24:58,220 - DEBUG - File /usr/lib/python3.10/reprlib.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,220 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/admin.py first seen with mtime 1733820595.4881392 +2024-12-13 09:24:58,220 - DEBUG - File /usr/lib/python3.10/_compat_pickle.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,220 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/exceptions.py first seen with mtime 1733820595.7401562 +2024-12-13 09:24:58,221 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/__init__.py first seen with mtime 1733820595.313127 +2024-12-13 09:24:58,221 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/boundfield.py first seen with mtime 1733820595.7751586 +2024-12-13 09:24:58,221 - DEBUG - File /usr/lib/python3.10/lib-dynload/_json.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:24:58,221 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/uploadhandler.py first seen with mtime 1733820595.7451565 +2024-12-13 09:24:58,221 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/dispatch/__init__.py first seen with mtime 1733820595.7751586 +2024-12-13 09:24:58,221 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/lookups.py first seen with mtime 1733820595.7681582 +2024-12-13 09:24:58,221 - DEBUG - File /usr/lib/python3.10/collections/abc.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,221 - DEBUG - File /usr/lib/python3.10/platform.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,221 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/features.py first seen with mtime 1733820595.7631578 +2024-12-13 09:24:58,221 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/__init__.py first seen with mtime 1733820595.7721584 +2024-12-13 09:24:58,221 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/__init__.py first seen with mtime 1733820589.9027593 +2024-12-13 09:24:58,221 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/generated.py first seen with mtime 1733820595.7711585 +2024-12-13 09:24:58,221 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/templates.py first seen with mtime 1733820595.7431564 +2024-12-13 09:24:58,222 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/checks.py first seen with mtime 1733820595.4481363 +2024-12-13 09:24:58,222 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/dateparse.py first seen with mtime 1733820595.79816 +2024-12-13 09:24:58,222 - DEBUG - File /usr/lib/python3.10/token.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,222 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/connections.py first seen with mtime 1733820590.2007794 +2024-12-13 09:24:58,222 - DEBUG - File /usr/lib/python3.10/multiprocessing/queues.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,222 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/i18n.py first seen with mtime 1733820595.8031604 +2024-12-13 09:24:58,222 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/events.py first seen with mtime 1733820592.3159232 +2024-12-13 09:24:58,222 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/aggregates.py first seen with mtime 1733820595.767158 +2024-12-13 09:24:58,222 - DEBUG - File /usr/lib/python3.10/io.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,222 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/checks.py first seen with mtime 1733820595.3141272 +2024-12-13 09:24:58,222 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/pathspec.py first seen with mtime 1733820590.4327953 +2024-12-13 09:24:58,222 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/__init__.py first seen with mtime 1733820595.4481363 +2024-12-13 09:24:58,223 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/backends/__init__.py first seen with mtime 1733820595.7911596 +2024-12-13 09:24:58,223 - DEBUG - File /usr/lib/python3.10/importlib/metadata/_adapters.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,223 - DEBUG - File /usr/lib/python3.10/inspect.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,223 - DEBUG - File /usr/lib/python3.10/json/decoder.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,223 - DEBUG - File /home/trevor/touchh_bot/pms_integration/models.py first seen with mtime 1733911203.2486076 +2024-12-13 09:24:58,223 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/md__mypyc.cpython-310-x86_64-linux-gnu.so first seen with mtime 1733820591.9278967 +2024-12-13 09:24:58,223 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/__init__.py first seen with mtime 1733820595.313127 +2024-12-13 09:24:58,223 - DEBUG - File /usr/lib/python3.10/keyword.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,223 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/widgets.py first seen with mtime 1733820595.3161273 +2024-12-13 09:24:58,223 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/validation.py first seen with mtime 1733820595.7571573 +2024-12-13 09:24:58,223 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/related_lookups.py first seen with mtime 1733820595.7721584 +2024-12-13 09:24:58,223 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/module_loading.py first seen with mtime 1733820595.8011603 +2024-12-13 09:24:58,224 - DEBUG - File /usr/lib/python3.10/abc.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,224 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/password_validation.py first seen with mtime 1733820595.4501364 +2024-12-13 09:24:58,224 - DEBUG - File /usr/lib/python3.10/email/generator.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,224 - DEBUG - File /usr/lib/python3.10/urllib/response.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,224 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/middleware/csrf.py first seen with mtime 1733820595.7881596 +2024-12-13 09:24:58,224 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/signals.py first seen with mtime 1733820595.7411563 +2024-12-13 09:24:58,224 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/generic/__init__.py first seen with mtime 1733820595.8051608 +2024-12-13 09:24:58,224 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/right_margin.py first seen with mtime 1733820590.0967724 +2024-12-13 09:24:58,224 - DEBUG - File /usr/lib/python3.10/queue.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,224 - DEBUG - File /home/trevor/touchh_bot/scheduler/utils.py first seen with mtime 1733911203.2536077 +2024-12-13 09:24:58,224 - DEBUG - File /usr/lib/python3.10/calendar.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,225 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/exceptions.py first seen with mtime 1733820595.79616 +2024-12-13 09:24:58,225 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/cookies.py first seen with mtime 1733820592.0179029 +2024-12-13 09:24:58,225 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/tokens.py first seen with mtime 1733820590.0957725 +2024-12-13 09:24:58,225 - DEBUG - File /usr/lib/python3.10/wsgiref/simple_server.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,225 - DEBUG - File /usr/lib/python3.10/asyncio/tasks.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,225 - DEBUG - File /usr/lib/python3.10/types.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,225 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/contrib/__init__.py first seen with mtime 1733820589.9047594 +2024-12-13 09:24:58,225 - DEBUG - File /usr/lib/python3.10/urllib/parse.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,225 - DEBUG - File /usr/lib/python3.10/argparse.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,225 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/files.py first seen with mtime 1733820595.7701583 +2024-12-13 09:24:58,225 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/inspect.py first seen with mtime 1733820595.8001604 +2024-12-13 09:24:58,225 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/decorators/__init__.py first seen with mtime 1733820595.8041606 +2024-12-13 09:24:58,225 - DEBUG - File /usr/lib/python3.10/asyncio/streams.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,226 - DEBUG - File /usr/lib/python3.10/email/_parseaddr.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,226 - DEBUG - File /usr/lib/python3.10/zipfile.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,226 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/apps/__init__.py first seen with mtime 1733820595.2441225 +2024-12-13 09:24:58,226 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/base.py first seen with mtime 1733820595.7561574 +2024-12-13 09:24:58,226 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/exceptions.py first seen with mtime 1733820595.7641578 +2024-12-13 09:24:58,226 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/sql/constants.py first seen with mtime 1733820595.7741585 +2024-12-13 09:24:58,226 - DEBUG - File /usr/lib/python3.10/importlib/metadata/_collections.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,226 - DEBUG - File /usr/lib/python3.10/logging/config.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,226 - DEBUG - File /home/trevor/touchh_bot/manage.py first seen with mtime 1733911203.201608 +2024-12-13 09:24:58,226 - DEBUG - File /usr/lib/python3.10/ntpath.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,226 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/http/multipartparser.py first seen with mtime 1733820595.7871594 +2024-12-13 09:24:58,226 - DEBUG - File /usr/lib/python3.10/encodings/aliases.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,226 - DEBUG - File /home/trevor/touchh_bot/pms_integration/manager.py first seen with mtime 1733911203.2466078 +2024-12-13 09:24:58,227 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/templatetags/i18n.py first seen with mtime 1733820595.79316 +2024-12-13 09:24:58,227 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/compat.py first seen with mtime 1733820592.0179029 +2024-12-13 09:24:58,227 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/engine/grouping.py first seen with mtime 1733820590.0967724 +2024-12-13 09:24:58,227 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/db/__init__.py first seen with mtime 1734064914.7937305 +2024-12-13 09:24:58,227 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/smartif.py first seen with mtime 1733820595.7911596 +2024-12-13 09:24:58,227 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/fields.py first seen with mtime 1733820589.9047594 +2024-12-13 09:24:58,227 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/creation.py first seen with mtime 1733820595.7561574 +2024-12-13 09:24:58,227 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/storage/handler.py first seen with mtime 1733820595.7461567 +2024-12-13 09:24:58,227 - DEBUG - File /usr/lib/python3.10/gettext.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,227 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/operations/models.py first seen with mtime 1733820595.766158 +2024-12-13 09:24:58,227 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/registry.py first seen with mtime 1733820595.7431564 +2024-12-13 09:24:58,227 - DEBUG - File /usr/lib/python3.10/email/mime/base.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,227 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/schema.py first seen with mtime 1733820595.7571573 +2024-12-13 09:24:58,228 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/templatetags/__init__.py first seen with mtime 1733820595.79316 +2024-12-13 09:24:58,228 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/models.py first seen with mtime 1733820592.0179029 +2024-12-13 09:24:58,228 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/templatetags/tz.py first seen with mtime 1733820595.79416 +2024-12-13 09:24:58,228 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/messages.py first seen with mtime 1733820595.7431564 +2024-12-13 09:24:58,228 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/utils.py first seen with mtime 1733820595.7911596 +2024-12-13 09:24:58,228 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/functional.py first seen with mtime 1733820595.7991602 +2024-12-13 09:24:58,228 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/__init__.py first seen with mtime 1733820590.2027798 +2024-12-13 09:24:58,228 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/apps.py first seen with mtime 1733820595.679152 +2024-12-13 09:24:58,228 - DEBUG - File /usr/lib/python3.10/socketserver.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,228 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/sql/where.py first seen with mtime 1733820595.7751586 +2024-12-13 09:24:58,228 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/base.py first seen with mtime 1733820595.767158 +2024-12-13 09:24:58,228 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/http2/probe.py first seen with mtime 1733820589.9067595 +2024-12-13 09:24:58,228 - DEBUG - File /usr/lib/python3.10/asyncio/locks.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,229 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/__init__.py first seen with mtime 1733820595.7751586 +2024-12-13 09:24:58,229 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/conf/locale/__init__.py first seen with mtime 1733820595.2451224 +2024-12-13 09:24:58,229 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/__init__.py first seen with mtime 1733820595.79516 +2024-12-13 09:24:58,229 - DEBUG - File /usr/lib/python3.10/email/headerregistry.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,229 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/keywords.py first seen with mtime 1733820590.0957725 +2024-12-13 09:24:58,229 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/ddl_references.py first seen with mtime 1733820595.7551572 +2024-12-13 09:24:58,229 - DEBUG - File /usr/lib/python3.10/importlib/readers.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,229 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/engine.py first seen with mtime 1733820595.7901597 +2024-12-13 09:24:58,229 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/reverse_related.py first seen with mtime 1733820595.7721584 +2024-12-13 09:24:58,229 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/regex_helper.py first seen with mtime 1733820595.8011603 +2024-12-13 09:24:58,229 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/shortcuts.py first seen with mtime 1733820595.2431223 +2024-12-13 09:24:58,229 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/__init__.py first seen with mtime 1733820595.7631578 +2024-12-13 09:24:58,229 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/__init__.py first seen with mtime 1733820595.7701583 +2024-12-13 09:24:58,229 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/idna/core.py first seen with mtime 1733820591.7938876 +2024-12-13 09:24:58,230 - DEBUG - File /usr/lib/python3.10/importlib/_abc.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,230 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/validators.py first seen with mtime 1733820595.4501364 +2024-12-13 09:24:58,230 - DEBUG - File /usr/lib/python3.10/sre_constants.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,230 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/base_user.py first seen with mtime 1733820595.4481363 +2024-12-13 09:24:58,230 - DEBUG - File /usr/lib/python3.10/email/mime/message.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,230 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/mail/utils.py first seen with mtime 1733820595.7481568 +2024-12-13 09:24:58,230 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/http/request.py first seen with mtime 1733820595.7881596 +2024-12-13 09:24:58,230 - DEBUG - File /usr/lib/python3.10/http/client.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,230 - DEBUG - File /usr/lib/python3.10/opcode.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,230 - DEBUG - File /usr/lib/python3.10/multiprocessing/context.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,230 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/creation.py first seen with mtime 1733820595.7621577 +2024-12-13 09:24:58,230 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/datetime.py first seen with mtime 1733820595.7721584 +2024-12-13 09:24:58,230 - DEBUG - File /usr/lib/python3.10/importlib/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,230 - DEBUG - File /usr/lib/python3.10/html/parser.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,231 - DEBUG - File /usr/lib/python3.10/wsgiref/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,231 - DEBUG - File /usr/lib/python3.10/bz2.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,231 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/base.py first seen with mtime 1733820595.7471566 +2024-12-13 09:24:58,231 - DEBUG - File /usr/lib/python3.10/asyncio/base_subprocess.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,231 - DEBUG - File /usr/lib/python3.10/email/policy.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,231 - DEBUG - File /usr/lib/python3.10/lib-dynload/termios.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:24:58,231 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/middleware/__init__.py first seen with mtime 1733820595.7881596 +2024-12-13 09:24:58,231 - DEBUG - File /usr/lib/python3.10/pkgutil.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,231 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/storage/__init__.py first seen with mtime 1733820595.7461567 +2024-12-13 09:24:58,231 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/window.py first seen with mtime 1733820595.7731586 +2024-12-13 09:24:58,231 - DEBUG - File /etc/python3.10/sitecustomize.py first seen with mtime 1648890259.0 +2024-12-13 09:24:58,231 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/base.py first seen with mtime 1733820595.7891595 +2024-12-13 09:24:58,232 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/response.py first seen with mtime 1733820595.7911596 +2024-12-13 09:24:58,232 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/apps.py first seen with mtime 1733820595.4881392 +2024-12-13 09:24:58,232 - DEBUG - File /usr/lib/python3.10/hmac.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,232 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/poolmanager.py first seen with mtime 1733820589.9047594 +2024-12-13 09:24:58,232 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/asgiref/local.py first seen with mtime 1733820592.301922 +2024-12-13 09:24:58,232 - DEBUG - File /usr/lib/python3.10/quopri.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,232 - DEBUG - File /usr/lib/python3.10/sqlite3/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,232 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/converters.py first seen with mtime 1733820595.79616 +2024-12-13 09:24:58,232 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/engine/statement_splitter.py first seen with mtime 1733820590.0967724 +2024-12-13 09:24:58,232 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/indexes.py first seen with mtime 1733820595.7681582 +2024-12-13 09:24:58,232 - DEBUG - File /home/trevor/touchh_bot/hotels/admin.py first seen with mtime 1734066153.4186492 +2024-12-13 09:24:58,232 - DEBUG - File /home/trevor/touchh_bot/pms_integration/__init__.py first seen with mtime 1733911203.2466078 +2024-12-13 09:24:58,233 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/__init__.py first seen with mtime 1733820590.0967724 +2024-12-13 09:24:58,233 - DEBUG - File /usr/lib/python3.10/encodings/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,233 - DEBUG - File /usr/lib/python3.10/email/_policybase.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,233 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/introspection.py first seen with mtime 1733820595.7561574 +2024-12-13 09:24:58,233 - DEBUG - File /usr/lib/python3.10/sqlite3/dbapi2.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,233 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/fields.py first seen with mtime 1733820595.7761588 +2024-12-13 09:24:58,233 - DEBUG - File /usr/lib/python3.10/multiprocessing/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,233 - DEBUG - File /usr/lib/python3.10/lib-dynload/_uuid.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:24:58,233 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/cache.py first seen with mtime 1733820595.7971601 +2024-12-13 09:24:58,233 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/renderers.py first seen with mtime 1733820595.7761588 +2024-12-13 09:24:58,233 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/cache/__init__.py first seen with mtime 1734064914.7897305 +2024-12-13 09:24:58,234 - DEBUG - File /usr/lib/python3.10/site.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,234 - DEBUG - File /usr/lib/python3.10/email/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,234 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/apps.py first seen with mtime 1733820595.6241484 +2024-12-13 09:24:58,234 - DEBUG - File /usr/lib/python3.10/zoneinfo/_common.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,234 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/translation/trans_real.py first seen with mtime 1733820595.8031604 +2024-12-13 09:24:58,234 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/idna/package_data.py first seen with mtime 1733820591.7958877 +2024-12-13 09:24:58,234 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/generic/dates.py first seen with mtime 1733820595.8051608 +2024-12-13 09:24:58,234 - DEBUG - File /usr/lib/python3.10/importlib/metadata/_itertools.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,234 - DEBUG - File /usr/lib/python3.10/wsgiref/headers.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,234 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/models.py first seen with mtime 1733820595.6801522 +2024-12-13 09:24:58,234 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/apps.py first seen with mtime 1733820595.738156 +2024-12-13 09:24:58,234 - DEBUG - File /usr/lib/python3.10/lib-dynload/_lzma.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:24:58,235 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/cache/__init__.py first seen with mtime 1733820595.7411563 +2024-12-13 09:24:58,235 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/async_checks.py first seen with mtime 1733820595.7431564 +2024-12-13 09:24:58,235 - DEBUG - File /usr/lib/python3.10/pprint.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,235 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/exceptions.py first seen with mtime 1733820589.9037595 +2024-12-13 09:24:58,235 - DEBUG - File /home/trevor/touchh_bot/antifroud/views.py first seen with mtime 1734071096.628802 +2024-12-13 09:24:58,235 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/query.py first seen with mtime 1733820595.7691581 +2024-12-13 09:24:58,235 - DEBUG - File /usr/lib/python3.10/asyncio/protocols.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,235 - DEBUG - File /usr/lib/python3.10/base64.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,235 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/utils.py first seen with mtime 1733820595.3161273 +2024-12-13 09:24:58,235 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/views/autocomplete.py first seen with mtime 1733820595.4131339 +2024-12-13 09:24:58,235 - DEBUG - File /usr/lib/python3.10/importlib/abc.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,235 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/COMMAND.py first seen with mtime 1733820590.2017796 +2024-12-13 09:24:58,235 - DEBUG - File /usr/lib/python3.10/dataclasses.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,236 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/servers/basehttp.py first seen with mtime 1733820595.7541573 +2024-12-13 09:24:58,236 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/query_utils.py first seen with mtime 1733820595.7701583 +2024-12-13 09:24:58,236 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/packages.py first seen with mtime 1733820592.018903 +2024-12-13 09:24:58,236 - DEBUG - File /usr/lib/python3.10/importlib/_adapters.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,236 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/operations/__init__.py first seen with mtime 1733820595.766158 +2024-12-13 09:24:58,236 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loaders/filesystem.py first seen with mtime 1733820595.79316 +2024-12-13 09:24:58,236 - DEBUG - File /usr/lib/python3.10/ssl.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,236 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/_version.py first seen with mtime 1733820589.9037595 +2024-12-13 09:24:58,236 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/database.py first seen with mtime 1733820595.7431564 +2024-12-13 09:24:58,236 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/__init__.py first seen with mtime 1734064914.7887306 +2024-12-13 09:24:58,236 - DEBUG - File /usr/lib/python3.10/_markupbase.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,236 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/patterns/gitwildmatch.py first seen with mtime 1733820590.4337955 +2024-12-13 09:24:58,236 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/filepost.py first seen with mtime 1733820589.9047594 +2024-12-13 09:24:58,237 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/others.py first seen with mtime 1733820590.0967724 +2024-12-13 09:24:58,237 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/__init__.py first seen with mtime 1733820592.016903 +2024-12-13 09:24:58,237 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/mail/message.py first seen with mtime 1733820595.7471566 +2024-12-13 09:24:58,237 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/introspection.py first seen with mtime 1733820595.7631578 +2024-12-13 09:24:58,237 - DEBUG - File /usr/lib/python3.10/lib-dynload/_sqlite3.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:24:58,237 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/jobstores/memory.py first seen with mtime 1733820592.3179233 +2024-12-13 09:24:58,237 - DEBUG - File /usr/lib/python3.10/urllib/request.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,237 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/related_descriptors.py first seen with mtime 1733820595.7721584 +2024-12-13 09:24:58,237 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/connection.py first seen with mtime 1733820595.7971601 +2024-12-13 09:24:58,237 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/numberformat.py first seen with mtime 1733820595.8011603 +2024-12-13 09:24:58,237 - DEBUG - File /usr/lib/python3.10/string.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,237 - DEBUG - File /usr/lib/python3.10/email/feedparser.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,237 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/__init__.py first seen with mtime 1733820589.9067595 +2024-12-13 09:24:58,238 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/response.py first seen with mtime 1733820589.9047594 +2024-12-13 09:24:58,238 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/conf/global_settings.py first seen with mtime 1733820595.2441225 +2024-12-13 09:24:58,238 - DEBUG - File /usr/lib/python3.10/graphlib.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,238 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/sql/datastructures.py first seen with mtime 1733820595.7741585 +2024-12-13 09:24:58,238 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/executors/base.py first seen with mtime 1733820592.3169231 +2024-12-13 09:24:58,238 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/certifi/__init__.py first seen with mtime 1733820591.9508984 +2024-12-13 09:24:58,238 - DEBUG - File /usr/lib/python3.10/_sitebuiltins.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,238 - DEBUG - File /usr/lib/python3.10/asyncio/base_futures.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,238 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/apps.py first seen with mtime 1733820596.939238 +2024-12-13 09:24:58,238 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/models.py first seen with mtime 1733820595.4881392 +2024-12-13 09:24:58,238 - DEBUG - File /usr/lib/python3.10/uuid.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,238 - DEBUG - File /home/trevor/touchh_bot/scheduler/admin.py first seen with mtime 1734013743.815997 +2024-12-13 09:24:58,239 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/backends/base.py first seen with mtime 1733820595.7921598 +2024-12-13 09:24:58,239 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/images.py first seen with mtime 1733820595.7451565 +2024-12-13 09:24:58,239 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/management/base.py first seen with mtime 1733820595.749157 +2024-12-13 09:24:58,239 - DEBUG - File /home/trevor/touchh_bot/bot/admin.py first seen with mtime 1733444974.5031633 +2024-12-13 09:24:58,239 - DEBUG - File /usr/lib/python3.10/_compression.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,239 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/idna/idnadata.py first seen with mtime 1733820591.7948878 +2024-12-13 09:24:58,239 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/operations/special.py first seen with mtime 1733820595.766158 +2024-12-13 09:24:58,240 - DEBUG - File /usr/lib/python3.10/ast.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,240 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/signals.py first seen with mtime 1733820595.4501364 +2024-12-13 09:24:58,240 - DEBUG - File /home/trevor/touchh_bot/pms_integration/plugins/base_plugin.py first seen with mtime 1733911203.2486076 +2024-12-13 09:24:58,240 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/SERVER_STATUS.py first seen with mtime 1733820590.2027798 +2024-12-13 09:24:58,240 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/ssl_.py first seen with mtime 1733820589.9077597 +2024-12-13 09:24:58,240 - DEBUG - File /usr/lib/python3.10/hashlib.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,240 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loaders/__init__.py first seen with mtime 1733820595.7921598 +2024-12-13 09:24:58,240 - DEBUG - File /usr/lib/python3.10/lib-dynload/_asyncio.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:24:58,241 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/utils.py first seen with mtime 1733820595.7551572 +2024-12-13 09:24:58,241 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/debug.py first seen with mtime 1733820595.8031604 +2024-12-13 09:24:58,241 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/utils.py first seen with mtime 1733820595.7771587 +2024-12-13 09:24:58,241 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/__init__.py first seen with mtime 1733820595.7551572 +2024-12-13 09:24:58,241 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/storage/__init__.py first seen with mtime 1733820595.6251483 +2024-12-13 09:24:58,241 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/idna/intranges.py first seen with mtime 1733820591.7948878 +2024-12-13 09:24:58,241 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/utils.py first seen with mtime 1733820595.79616 +2024-12-13 09:24:58,241 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/datastructures.py first seen with mtime 1733820595.79816 +2024-12-13 09:24:58,241 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/operations/fields.py first seen with mtime 1733820595.766158 +2024-12-13 09:24:58,241 - DEBUG - File /usr/lib/python3.10/asyncio/trsock.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,241 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/mixins.py first seen with mtime 1733820595.7731586 +2024-12-13 09:24:58,241 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/timesince.py first seen with mtime 1733820595.8011603 +2024-12-13 09:24:58,241 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/sql/query.py first seen with mtime 1733820595.7741585 +2024-12-13 09:24:58,242 - DEBUG - File /usr/lib/python3.10/importlib/util.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,242 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/duration.py first seen with mtime 1733820595.7991602 +2024-12-13 09:24:58,242 - DEBUG - File /usr/lib/python3.10/contextvars.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,242 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/servers/__init__.py first seen with mtime 1733820595.7541573 +2024-12-13 09:24:58,242 - DEBUG - File /usr/lib/python3.10/wsgiref/util.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,242 - DEBUG - File /usr/lib/python3.10/lib-dynload/_decimal.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:24:58,242 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/translation.py first seen with mtime 1733820595.7441566 +2024-12-13 09:24:58,242 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/lexer.py first seen with mtime 1733820590.0957725 +2024-12-13 09:24:58,242 - DEBUG - File /usr/lib/python3.10/importlib/metadata/_meta.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,242 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/cache/backends/__init__.py first seen with mtime 1733820595.7411563 +2024-12-13 09:24:58,242 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/decorators/debug.py first seen with mtime 1733820595.8041606 +2024-12-13 09:24:58,242 - DEBUG - File /usr/lib/python3.10/importlib/metadata/_text.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,242 - DEBUG - File /usr/lib/python3.10/lib-dynload/_multiprocessing.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:24:58,242 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/forms.py first seen with mtime 1733820595.4881392 +2024-12-13 09:24:58,243 - DEBUG - File /usr/lib/python3.10/random.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,243 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/management/__init__.py first seen with mtime 1733820595.485139 +2024-12-13 09:24:58,243 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/options.py first seen with mtime 1733820595.3151274 +2024-12-13 09:24:58,243 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/api.py first seen with mtime 1733820592.016903 +2024-12-13 09:24:58,243 - DEBUG - File /usr/lib/python3.10/threading.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,243 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/templatetags/l10n.py first seen with mtime 1733820595.79316 +2024-12-13 09:24:58,243 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/manager.py first seen with mtime 1733820595.7691581 +2024-12-13 09:24:58,244 - DEBUG - File /usr/lib/python3.10/typing.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,244 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/constraints.py first seen with mtime 1733820595.767158 +2024-12-13 09:24:58,244 - DEBUG - File /usr/lib/python3.10/gzip.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,244 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/patterns/__init__.py first seen with mtime 1733820590.4337955 +2024-12-13 09:24:58,244 - DEBUG - File /home/trevor/touchh_bot/touchh/settings.py first seen with mtime 1734071044.903765 +2024-12-13 09:24:58,244 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/reindent.py first seen with mtime 1733820590.0967724 +2024-12-13 09:24:58,244 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/deprecation.py first seen with mtime 1733820595.79816 +2024-12-13 09:24:58,244 - DEBUG - File /usr/lib/python3.10/lzma.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,245 - DEBUG - File /usr/lib/python3.10/sre_compile.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,245 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/ipv6.py first seen with mtime 1733820595.8001604 +2024-12-13 09:24:58,245 - DEBUG - File /home/trevor/touchh_bot/hotels/apps.py first seen with mtime 1733911203.2006078 +2024-12-13 09:24:58,245 - DEBUG - File /usr/lib/python3.10/asyncio/subprocess.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,245 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/tokens.py first seen with mtime 1733820590.0977726 +2024-12-13 09:24:58,245 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/schedulers/base.py first seen with mtime 1733820592.3189235 +2024-12-13 09:24:58,245 - DEBUG - File /home/trevor/touchh_bot/users/apps.py first seen with mtime 1733444974.5831623 +2024-12-13 09:24:58,245 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/__init__.py first seen with mtime 1733820595.679152 +2024-12-13 09:24:58,245 - DEBUG - File /usr/lib/python3.10/multiprocessing/util.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,245 - DEBUG - File /usr/lib/python3.10/concurrent/futures/thread.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,245 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loader_tags.py first seen with mtime 1733820595.7911596 +2024-12-13 09:24:58,245 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/_os.py first seen with mtime 1733820595.79616 +2024-12-13 09:24:58,246 - DEBUG - File /usr/lib/python3.10/tempfile.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,246 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/serializers/base.py first seen with mtime 1733820595.7531571 +2024-12-13 09:24:58,246 - DEBUG - File /usr/lib/python3.10/concurrent/futures/_base.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,246 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/paginator.py first seen with mtime 1733820595.7401562 +2024-12-13 09:24:58,246 - DEBUG - File /usr/lib/python3.10/asyncio/exceptions.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,246 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/utils.py first seen with mtime 1733820595.7461567 +2024-12-13 09:24:58,246 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/formsets.py first seen with mtime 1733820595.7761588 +2024-12-13 09:24:58,246 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/url.py first seen with mtime 1733820589.9087598 +2024-12-13 09:24:58,246 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/CLIENT.py first seen with mtime 1733820590.2017796 +2024-12-13 09:24:58,246 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loader.py first seen with mtime 1733820595.7911596 +2024-12-13 09:24:58,246 - DEBUG - File /usr/lib/python3.10/asyncio/threads.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,246 - DEBUG - File /usr/lib/python3.10/logging/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,248 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/dateformat.py first seen with mtime 1733820595.79816 +2024-12-13 09:24:58,248 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/uploadedfile.py first seen with mtime 1733820595.7451565 +2024-12-13 09:24:58,248 - DEBUG - File /usr/lib/python3.10/socket.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,248 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/widgets.py first seen with mtime 1733820595.7771587 +2024-12-13 09:24:58,248 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/sql/subqueries.py first seen with mtime 1733820595.7741585 +2024-12-13 09:24:58,248 - DEBUG - File /usr/lib/python3.10/email/mime/text.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,248 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/auth.py first seen with mtime 1733820592.016903 +2024-12-13 09:24:58,248 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/md.cpython-310-x86_64-linux-gnu.so first seen with mtime 1733820591.9258966 +2024-12-13 09:24:58,248 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/expressions.py first seen with mtime 1733820595.7681582 +2024-12-13 09:24:58,248 - DEBUG - File /usr/lib/python3.10/email/header.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,249 - DEBUG - File /usr/lib/python3.10/email/utils.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,249 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/deconstruct.py first seen with mtime 1733820595.79816 +2024-12-13 09:24:58,249 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/wsgi.py first seen with mtime 1733820595.7471566 +2024-12-13 09:24:58,249 - DEBUG - File /usr/lib/python3.10/_weakrefset.py first seen with mtime 1730924533.0 +2024-12-13 09:24:58,249 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/base.py first seen with mtime 1733820595.7621577 +2024-12-13 09:24:58,249 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/exceptions.py first seen with mtime 1733820590.0947723 +2024-12-13 09:26:39,494 - INFO - Watching for file changes with StatReloader +2024-12-13 09:26:39,494 - DEBUG - Waiting for apps ready_event. +2024-12-13 09:26:39,595 - DEBUG - Main Django thread has terminated before apps are ready. +2024-12-13 09:26:39,595 - DEBUG - Apps ready_event triggered. Sending autoreload_started signal. +2024-12-13 09:26:39,597 - DEBUG - Watching dir /home/trevor/touchh_bot/locale with glob **/*.mo. +2024-12-13 09:26:39,652 - DEBUG - File /usr/lib/python3.10/posixpath.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,653 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/locks.py first seen with mtime 1733820595.7451565 +2024-12-13 09:26:39,653 - DEBUG - File /home/trevor/touchh_bot/bot/admin.py first seen with mtime 1733444974.5031633 +2024-12-13 09:26:39,653 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/_auth.py first seen with mtime 1733820590.2007794 +2024-12-13 09:26:39,653 - DEBUG - File /usr/lib/python3.10/lib-dynload/_decimal.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:26:39,653 - DEBUG - File /usr/lib/python3.10/importlib/machinery.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,653 - DEBUG - File /usr/lib/python3.10/email/mime/nonmultipart.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,653 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/sites.py first seen with mtime 1733820595.3151274 +2024-12-13 09:26:39,653 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/views/autocomplete.py first seen with mtime 1733820595.4131339 +2024-12-13 09:26:39,653 - DEBUG - File /usr/lib/python3.10/copyreg.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,653 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/pathspec.py first seen with mtime 1733820590.4327953 +2024-12-13 09:26:39,653 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/utils.py first seen with mtime 1733820595.7701583 +2024-12-13 09:26:39,653 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/storage/handler.py first seen with mtime 1733820595.7461567 +2024-12-13 09:26:39,654 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/request.py first seen with mtime 1733820589.9077597 +2024-12-13 09:26:39,654 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/sessions.py first seen with mtime 1733820592.018903 +2024-12-13 09:26:39,654 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/exceptions.py first seen with mtime 1733820592.0179029 +2024-12-13 09:26:39,654 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/response.py first seen with mtime 1733820589.9047594 +2024-12-13 09:26:39,654 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/serializers/__init__.py first seen with mtime 1733820595.7531571 +2024-12-13 09:26:39,654 - DEBUG - File /usr/lib/python3.10/wsgiref/handlers.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,654 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/contrib/__init__.py first seen with mtime 1733820589.9047594 +2024-12-13 09:26:39,654 - DEBUG - File /usr/lib/python3.10/wsgiref/simple_server.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,654 - DEBUG - File /usr/lib/python3.10/asyncio/log.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,654 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/duration.py first seen with mtime 1733820595.7991602 +2024-12-13 09:26:39,654 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/related.py first seen with mtime 1733820595.7711585 +2024-12-13 09:26:39,654 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/cli.py first seen with mtime 1733820590.0947723 +2024-12-13 09:26:39,654 - DEBUG - File /usr/lib/python3.10/concurrent/futures/process.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,654 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/conf.py first seen with mtime 1733820595.79616 +2024-12-13 09:26:39,654 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/exceptions.py first seen with mtime 1733820595.7911596 +2024-12-13 09:26:39,654 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/sql/constants.py first seen with mtime 1733820595.7741585 +2024-12-13 09:26:39,654 - DEBUG - File /usr/lib/python3.10/functools.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,654 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/utils.py first seen with mtime 1733820595.79616 +2024-12-13 09:26:39,654 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/fields.py first seen with mtime 1733820595.4881392 +2024-12-13 09:26:39,654 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loaders/filesystem.py first seen with mtime 1733820595.79316 +2024-12-13 09:26:39,654 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/compat.py first seen with mtime 1733820592.0179029 +2024-12-13 09:26:39,655 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/generic/dates.py first seen with mtime 1733820595.8051608 +2024-12-13 09:26:39,655 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/templates.py first seen with mtime 1733820595.7431564 +2024-12-13 09:26:39,655 - DEBUG - File /usr/lib/python3.10/concurrent/futures/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,655 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/__init__.py first seen with mtime 1733820595.313127 +2024-12-13 09:26:39,655 - DEBUG - File /home/trevor/touchh_bot/antifroud/models.py first seen with mtime 1734049955.9706087 +2024-12-13 09:26:39,655 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/storage/__init__.py first seen with mtime 1733820595.6251483 +2024-12-13 09:26:39,655 - DEBUG - File /usr/lib/python3.10/email/charset.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,655 - DEBUG - File /usr/lib/python3.10/sqlite3/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,655 - DEBUG - File /usr/lib/python3.10/asyncio/format_helpers.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,655 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/http/cookie.py first seen with mtime 1733820595.7871594 +2024-12-13 09:26:39,655 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/checks.py first seen with mtime 1733820595.738156 +2024-12-13 09:26:39,655 - DEBUG - File /usr/lib/python3.10/_collections_abc.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,655 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/tokens.py first seen with mtime 1733820595.4501364 +2024-12-13 09:26:39,655 - DEBUG - File /usr/lib/python3.10/numbers.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,655 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/admin.py first seen with mtime 1733820595.4481363 +2024-12-13 09:26:39,655 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/operations.py first seen with mtime 1733820595.7631578 +2024-12-13 09:26:39,655 - DEBUG - File /usr/lib/python3.10/csv.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,655 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/datetime.py first seen with mtime 1733820595.7721584 +2024-12-13 09:26:39,655 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/uploadhandler.py first seen with mtime 1733820595.7451565 +2024-12-13 09:26:39,655 - DEBUG - File /usr/lib/python3.10/asyncio/base_subprocess.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,655 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/__init__.py first seen with mtime 1733820595.4481363 +2024-12-13 09:26:39,656 - DEBUG - File /usr/lib/python3.10/getpass.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,656 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/options.py first seen with mtime 1733820595.3151274 +2024-12-13 09:26:39,656 - DEBUG - File /usr/lib/python3.10/importlib/metadata/_text.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,656 - DEBUG - File /home/trevor/touchh_bot/users/models.py first seen with mtime 1734048899.6573606 +2024-12-13 09:26:39,656 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/ssltransport.py first seen with mtime 1733820589.9077597 +2024-12-13 09:26:39,656 - DEBUG - File /usr/lib/python3.10/html/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,656 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/__init__.py first seen with mtime 1733820595.738156 +2024-12-13 09:26:39,656 - DEBUG - File /usr/lib/python3.10/asyncio/base_tasks.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,656 - DEBUG - File /usr/lib/python3.10/contextvars.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,656 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/templatetags/i18n.py first seen with mtime 1733820595.79316 +2024-12-13 09:26:39,656 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/cache/backends/base.py first seen with mtime 1733820595.7421563 +2024-12-13 09:26:39,656 - DEBUG - File /etc/python3.10/sitecustomize.py first seen with mtime 1648890259.0 +2024-12-13 09:26:39,656 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/shortcuts.py first seen with mtime 1733820595.2431223 +2024-12-13 09:26:39,656 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/middleware/cache.py first seen with mtime 1733820595.7881596 +2024-12-13 09:26:39,656 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/base.py first seen with mtime 1733820595.767158 +2024-12-13 09:26:39,656 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/tree.py first seen with mtime 1733820595.8021605 +2024-12-13 09:26:39,656 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sites/requests.py first seen with mtime 1733820595.7101543 +2024-12-13 09:26:39,656 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/patterns/gitwildmatch.py first seen with mtime 1733820590.4337955 +2024-12-13 09:26:39,656 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/temp.py first seen with mtime 1733820595.7451565 +2024-12-13 09:26:39,656 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/boundfield.py first seen with mtime 1733820595.7751586 +2024-12-13 09:26:39,656 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/utils.py first seen with mtime 1733820592.018903 +2024-12-13 09:26:39,657 - DEBUG - File /usr/lib/python3.10/ssl.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,657 - DEBUG - File /home/trevor/touchh_bot/scheduler/models.py first seen with mtime 1733911203.2516077 +2024-12-13 09:26:39,657 - DEBUG - File /home/trevor/touchh_bot/antifroud/apps.py first seen with mtime 1734005666.8527904 +2024-12-13 09:26:39,657 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/signals.py first seen with mtime 1733820595.7411563 +2024-12-13 09:26:39,657 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/urls.py first seen with mtime 1733820595.7441566 +2024-12-13 09:26:39,657 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/decorators/common.py first seen with mtime 1733820595.8041606 +2024-12-13 09:26:39,657 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/util.py first seen with mtime 1733820592.3159232 +2024-12-13 09:26:39,657 - DEBUG - File /usr/lib/python3.10/io.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,657 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/exceptions.py first seen with mtime 1733820595.7641578 +2024-12-13 09:26:39,657 - DEBUG - File /usr/lib/python3.10/lib-dynload/_zoneinfo.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:26:39,657 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/utils.py first seen with mtime 1733820595.7911596 +2024-12-13 09:26:39,657 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/tokens.py first seen with mtime 1733820590.0957725 +2024-12-13 09:26:39,657 - DEBUG - File /usr/lib/python3.10/logging/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,657 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/introspection.py first seen with mtime 1733820595.7631578 +2024-12-13 09:26:39,657 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/base.py first seen with mtime 1733820595.79616 +2024-12-13 09:26:39,657 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/gitignore.py first seen with mtime 1733820590.4327953 +2024-12-13 09:26:39,657 - DEBUG - File /usr/lib/python3.10/email/headerregistry.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,657 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/filepost.py first seen with mtime 1733820589.9047594 +2024-12-13 09:26:39,657 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loaders/base.py first seen with mtime 1733820595.7921598 +2024-12-13 09:26:39,658 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/patterns/__init__.py first seen with mtime 1733820590.4337955 +2024-12-13 09:26:39,658 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/__init__.py first seen with mtime 1733820590.0947723 +2024-12-13 09:26:39,658 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loaders/app_directories.py first seen with mtime 1733820595.7921598 +2024-12-13 09:26:39,658 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sites/shortcuts.py first seen with mtime 1733820595.7101543 +2024-12-13 09:26:39,658 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/backends/django.py first seen with mtime 1733820595.7921598 +2024-12-13 09:26:39,658 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/protocol.py first seen with mtime 1733820590.2017796 +2024-12-13 09:26:39,658 - DEBUG - File /usr/lib/python3.10/collections/abc.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,658 - DEBUG - File /home/trevor/touchh_bot/users/apps.py first seen with mtime 1733444974.5831623 +2024-12-13 09:26:39,658 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/_functions.py first seen with mtime 1733820595.7621577 +2024-12-13 09:26:39,658 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/schema.py first seen with mtime 1733820595.7631578 +2024-12-13 09:26:39,658 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/FIELD_TYPE.py first seen with mtime 1733820590.2027798 +2024-12-13 09:26:39,658 - DEBUG - File /usr/lib/python3.10/email/contentmanager.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,658 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/packages.py first seen with mtime 1733820592.018903 +2024-12-13 09:26:39,658 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/storage/filesystem.py first seen with mtime 1733820595.7461567 +2024-12-13 09:26:39,658 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/sql.py first seen with mtime 1733820590.0957725 +2024-12-13 09:26:39,658 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/idna/idnadata.py first seen with mtime 1733820591.7948878 +2024-12-13 09:26:39,658 - DEBUG - File /usr/lib/python3.10/wsgiref/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,658 - DEBUG - File /usr/lib/python3.10/keyword.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,658 - DEBUG - File /home/trevor/touchh_bot/scheduler/apps.py first seen with mtime 1733911203.2516077 +2024-12-13 09:26:39,658 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/triggers/__init__.py first seen with mtime 1733820592.3199234 +2024-12-13 09:26:39,659 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/__init__.py first seen with mtime 1733820591.928897 +2024-12-13 09:26:39,659 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/autoreload.py first seen with mtime 1733820595.7971601 +2024-12-13 09:26:39,659 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/_meta.py first seen with mtime 1733820590.4327953 +2024-12-13 09:26:39,659 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/__init__.py first seen with mtime 1733820595.7551572 +2024-12-13 09:26:39,659 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/utils.py first seen with mtime 1733820590.0957725 +2024-12-13 09:26:39,659 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/debug.py first seen with mtime 1733820595.8031604 +2024-12-13 09:26:39,659 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/termcolors.py first seen with mtime 1733820595.8011603 +2024-12-13 09:26:39,659 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/optionfile.py first seen with mtime 1733820590.2017796 +2024-12-13 09:26:39,659 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/_version.py first seen with mtime 1733820589.9037595 +2024-12-13 09:26:39,659 - DEBUG - File /usr/lib/python3.10/zoneinfo/_common.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,659 - DEBUG - File /usr/lib/python3.10/email/header.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,659 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/client.py first seen with mtime 1733820595.7561574 +2024-12-13 09:26:39,659 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/executors/pool.py first seen with mtime 1733820592.3169231 +2024-12-13 09:26:39,659 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/signals.py first seen with mtime 1733820595.4501364 +2024-12-13 09:26:39,659 - DEBUG - File /usr/lib/python3.10/importlib/_adapters.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,659 - DEBUG - File /home/trevor/touchh_bot/users/admin.py first seen with mtime 1734048824.275924 +2024-12-13 09:26:39,659 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/text.py first seen with mtime 1733820595.7731586 +2024-12-13 09:26:39,659 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/servers/basehttp.py first seen with mtime 1733820595.7541573 +2024-12-13 09:26:39,659 - DEBUG - File /usr/lib/python3.10/re.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,659 - DEBUG - File /usr/lib/python3.10/urllib/response.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,659 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/__init__.py first seen with mtime 1733820595.7541573 +2024-12-13 09:26:39,660 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/window.py first seen with mtime 1733820595.7731586 +2024-12-13 09:26:39,660 - DEBUG - File /usr/lib/python3.10/hashlib.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,660 - DEBUG - File /usr/lib/python3.10/encodings/utf_8.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,660 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/__init__.py first seen with mtime 1733820590.2027798 +2024-12-13 09:26:39,660 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/utils.py first seen with mtime 1733820595.765158 +2024-12-13 09:26:39,660 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/apps.py first seen with mtime 1733820596.939238 +2024-12-13 09:26:39,660 - DEBUG - File /usr/lib/python3.10/_markupbase.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,660 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/backends/__init__.py first seen with mtime 1733820595.7911596 +2024-12-13 09:26:39,660 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/base.py first seen with mtime 1733820595.7891595 +2024-12-13 09:26:39,660 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/__init__.py first seen with mtime 1733820590.2007794 +2024-12-13 09:26:39,660 - DEBUG - File /usr/lib/python3.10/urllib/parse.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,660 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/model_checks.py first seen with mtime 1733820595.7431564 +2024-12-13 09:26:39,660 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/timesince.py first seen with mtime 1733820595.8011603 +2024-12-13 09:26:39,660 - DEBUG - File /usr/lib/python3.10/email/generator.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,660 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/idna/intranges.py first seen with mtime 1733820591.7948878 +2024-12-13 09:26:39,660 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/_request_methods.py first seen with mtime 1733820589.9037595 +2024-12-13 09:26:39,660 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/signing.py first seen with mtime 1733820595.7411563 +2024-12-13 09:26:39,660 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/cd.py first seen with mtime 1733820591.928897 +2024-12-13 09:26:39,661 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/utils.py first seen with mtime 1733820595.7551572 +2024-12-13 09:26:39,661 - DEBUG - File /usr/lib/python3.10/json/decoder.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,661 - DEBUG - File /usr/lib/python3.10/asyncio/exceptions.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,661 - DEBUG - File /usr/lib/python3.10/multiprocessing/context.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,661 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/generic/detail.py first seen with mtime 1733820595.8051608 +2024-12-13 09:26:39,661 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/files.py first seen with mtime 1733820595.7701583 +2024-12-13 09:26:39,661 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/smartif.py first seen with mtime 1733820595.7911596 +2024-12-13 09:26:39,661 - DEBUG - File /usr/lib/python3.10/ipaddress.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,661 - DEBUG - File /usr/lib/python3.10/lib-dynload/_queue.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:26:39,661 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/jobstores/memory.py first seen with mtime 1733820592.3179233 +2024-12-13 09:26:39,661 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/related_lookups.py first seen with mtime 1733820595.7721584 +2024-12-13 09:26:39,661 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/storage/base.py first seen with mtime 1733820595.7461567 +2024-12-13 09:26:39,661 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/backends/base.py first seen with mtime 1733820595.7921598 +2024-12-13 09:26:39,661 - DEBUG - File /usr/lib/python3.10/fractions.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,661 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/wsgi.py first seen with mtime 1733820595.7411563 +2024-12-13 09:26:39,661 - DEBUG - File /usr/lib/python3.10/email/base64mime.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,661 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/__init__.py first seen with mtime 1733820595.7551572 +2024-12-13 09:26:39,661 - DEBUG - File /usr/lib/python3.10/fnmatch.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,661 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/asgiref/current_thread_executor.py first seen with mtime 1733820592.301922 +2024-12-13 09:26:39,661 - DEBUG - File /usr/lib/python3.10/multiprocessing/process.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,662 - DEBUG - File /usr/lib/python3.10/json/scanner.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,662 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/inspect.py first seen with mtime 1733820595.8001604 +2024-12-13 09:26:39,662 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/apps.py first seen with mtime 1733820595.6241484 +2024-12-13 09:26:39,662 - DEBUG - File /usr/lib/python3.10/lib-dynload/_ssl.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:26:39,662 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/__init__.py first seen with mtime 1733820589.9067595 +2024-12-13 09:26:39,662 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/checks.py first seen with mtime 1733820595.3141272 +2024-12-13 09:26:39,662 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/generic/edit.py first seen with mtime 1733820595.8051608 +2024-12-13 09:26:39,662 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/http/request.py first seen with mtime 1733820595.7881596 +2024-12-13 09:26:39,662 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/decorators.py first seen with mtime 1733820595.79816 +2024-12-13 09:26:39,662 - DEBUG - File /usr/lib/python3.10/importlib/metadata/_itertools.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,662 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/serializers/python.py first seen with mtime 1733820595.7541573 +2024-12-13 09:26:39,662 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/timezone.py first seen with mtime 1733820595.8021605 +2024-12-13 09:26:39,662 - DEBUG - File /usr/lib/python3.10/multiprocessing/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,662 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/storage.py first seen with mtime 1733820595.738156 +2024-12-13 09:26:39,662 - DEBUG - File /usr/lib/python3.10/token.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,662 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/signals.py first seen with mtime 1733820595.7551572 +2024-12-13 09:26:39,662 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/api.py first seen with mtime 1733820592.016903 +2024-12-13 09:26:39,663 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/query_utils.py first seen with mtime 1733820595.7701583 +2024-12-13 09:26:39,663 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/regex_helper.py first seen with mtime 1733820595.8011603 +2024-12-13 09:26:39,663 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/migration.py first seen with mtime 1733820595.7641578 +2024-12-13 09:26:39,663 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/connections.py first seen with mtime 1733820590.2007794 +2024-12-13 09:26:39,663 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loaders/cached.py first seen with mtime 1733820595.79316 +2024-12-13 09:26:39,663 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/timeout.py first seen with mtime 1733820589.9087598 +2024-12-13 09:26:39,663 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/cache/backends/__init__.py first seen with mtime 1733820595.7411563 +2024-12-13 09:26:39,663 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/tzlocal/unix.py first seen with mtime 1733820589.9777644 +2024-12-13 09:26:39,663 - DEBUG - File /usr/lib/python3.10/linecache.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,663 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/decorators/csrf.py first seen with mtime 1733820595.8041606 +2024-12-13 09:26:39,663 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/engine.py first seen with mtime 1733820595.7901597 +2024-12-13 09:26:39,663 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/__init__.py first seen with mtime 1733820595.766158 +2024-12-13 09:26:39,664 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/right_margin.py first seen with mtime 1733820590.0967724 +2024-12-13 09:26:39,664 - DEBUG - File /home/trevor/touchh_bot/pms_integration/models.py first seen with mtime 1733911203.2486076 +2024-12-13 09:26:39,664 - DEBUG - File /usr/lib/python3.10/encodings/aliases.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,664 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/_base_connection.py first seen with mtime 1733820589.9027593 +2024-12-13 09:26:39,664 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/decorators/__init__.py first seen with mtime 1733820595.8041606 +2024-12-13 09:26:39,664 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/validation.py first seen with mtime 1733820595.7571573 +2024-12-13 09:26:39,664 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/events.py first seen with mtime 1733820592.3159232 +2024-12-13 09:26:39,664 - DEBUG - File /usr/lib/python3.10/asyncio/trsock.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,664 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/management/base.py first seen with mtime 1733820595.749157 +2024-12-13 09:26:39,664 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/i18n.py first seen with mtime 1733820595.8031604 +2024-12-13 09:26:39,664 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/__init__.py first seen with mtime 1733820595.7401562 +2024-12-13 09:26:39,664 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/__init__.py first seen with mtime 1733820590.0967724 +2024-12-13 09:26:39,664 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/apps/config.py first seen with mtime 1733820595.2441225 +2024-12-13 09:26:39,664 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/text.py first seen with mtime 1733820595.8011603 +2024-12-13 09:26:39,665 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/executors/__init__.py first seen with mtime 1733820592.3159232 +2024-12-13 09:26:39,665 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/enums.py first seen with mtime 1733820595.7681582 +2024-12-13 09:26:39,665 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/__init__.py first seen with mtime 1733820595.79516 +2024-12-13 09:26:39,665 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/storage/memory.py first seen with mtime 1733820595.7461567 +2024-12-13 09:26:39,665 - DEBUG - File /usr/lib/python3.10/wsgiref/headers.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,665 - DEBUG - File /home/trevor/touchh_bot/bot/__init__.py first seen with mtime 1733444974.5021634 +2024-12-13 09:26:39,665 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/translation/__init__.py first seen with mtime 1733820595.8021605 +2024-12-13 09:26:39,665 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/cache/backends/filebased.py first seen with mtime 1733820595.7421563 +2024-12-13 09:26:39,665 - DEBUG - File /usr/lib/python3.10/http/server.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,665 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loaders/__init__.py first seen with mtime 1733820595.7921598 +2024-12-13 09:26:39,665 - DEBUG - File /usr/lib/python3.10/uu.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,665 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/client.py first seen with mtime 1733820595.7621577 +2024-12-13 09:26:39,665 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/engine/filter_stack.py first seen with mtime 1733820590.0957725 +2024-12-13 09:26:39,665 - DEBUG - File /usr/lib/python3.10/socketserver.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,666 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/sql/query.py first seen with mtime 1733820595.7741585 +2024-12-13 09:26:39,666 - DEBUG - File /home/trevor/touchh_bot/pms_integration/apps.py first seen with mtime 1733911203.2466078 +2024-12-13 09:26:39,666 - DEBUG - File /usr/lib/python3.10/copy.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,666 - DEBUG - File /usr/lib/python3.10/http/cookies.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,666 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/checks.py first seen with mtime 1733820595.4481363 +2024-12-13 09:26:39,666 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/context.py first seen with mtime 1733820595.7901597 +2024-12-13 09:26:39,666 - DEBUG - File /usr/lib/python3.10/lib-dynload/_hashlib.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:26:39,666 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/exceptions.py first seen with mtime 1733820589.9037595 +2024-12-13 09:26:39,666 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/structures.py first seen with mtime 1733820592.018903 +2024-12-13 09:26:39,666 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/conf/locale/__init__.py first seen with mtime 1733820595.2451224 +2024-12-13 09:26:39,666 - DEBUG - File /usr/lib/python3.10/asyncio/base_events.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,666 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/tzlocal/windows_tz.py first seen with mtime 1733820589.9787645 +2024-12-13 09:26:39,666 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/apps/registry.py first seen with mtime 1733820595.2441225 +2024-12-13 09:26:39,666 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/__init__.py first seen with mtime 1733820595.7721584 +2024-12-13 09:26:39,666 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/aligned_indent.py first seen with mtime 1733820590.0967724 +2024-12-13 09:26:39,666 - DEBUG - File /home/trevor/touchh_bot/hotels/models.py first seen with mtime 1734070960.211326 +2024-12-13 09:26:39,666 - DEBUG - File /usr/lib/python3.10/statistics.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,666 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/status_codes.py first seen with mtime 1733820592.018903 +2024-12-13 09:26:39,666 - DEBUG - File /usr/lib/python3.10/importlib/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,667 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/mixins.py first seen with mtime 1733820595.7731586 +2024-12-13 09:26:39,667 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/math.py first seen with mtime 1733820595.7731586 +2024-12-13 09:26:39,667 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/cursors.py first seen with mtime 1733820590.2017796 +2024-12-13 09:26:39,667 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/operations/models.py first seen with mtime 1733820595.766158 +2024-12-13 09:26:39,667 - DEBUG - File /usr/lib/python3.10/zoneinfo/_tzpath.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,667 - DEBUG - File /usr/lib/python3.10/quopri.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,667 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/__init__.py first seen with mtime 1733820592.016903 +2024-12-13 09:26:39,667 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/serializers/json.py first seen with mtime 1733820595.7531571 +2024-12-13 09:26:39,667 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/hashers.py first seen with mtime 1733820595.4491365 +2024-12-13 09:26:39,667 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/constants.py first seen with mtime 1733820595.767158 +2024-12-13 09:26:39,667 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/deprecation.py first seen with mtime 1733820595.79816 +2024-12-13 09:26:39,667 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/manager.py first seen with mtime 1733820595.7691581 +2024-12-13 09:26:39,667 - DEBUG - File /usr/lib/python3.10/lib-dynload/_opcode.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:26:39,667 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/models.py first seen with mtime 1733820595.7761588 +2024-12-13 09:26:39,667 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/images.py first seen with mtime 1733820595.7451565 +2024-12-13 09:26:39,667 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/apps.py first seen with mtime 1733820595.738156 +2024-12-13 09:26:39,667 - DEBUG - File /usr/lib/python3.10/email/mime/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,667 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/validators.py first seen with mtime 1733820595.7411563 +2024-12-13 09:26:39,667 - DEBUG - File /usr/lib/python3.10/multiprocessing/connection.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,668 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/options.py first seen with mtime 1733820595.7691581 +2024-12-13 09:26:39,668 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/__init__.py first seen with mtime 1733820595.7891595 +2024-12-13 09:26:39,668 - DEBUG - File /usr/lib/python3.10/pprint.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,668 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/generic/base.py first seen with mtime 1733820595.8051608 +2024-12-13 09:26:39,668 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/db/__init__.py first seen with mtime 1734064914.7937305 +2024-12-13 09:26:39,668 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/signals.py first seen with mtime 1733820595.7701583 +2024-12-13 09:26:39,668 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/proxy.py first seen with mtime 1733820589.9067595 +2024-12-13 09:26:39,668 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/output.py first seen with mtime 1733820590.0967724 +2024-12-13 09:26:39,668 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/management/commands/__init__.py first seen with mtime 1733820595.749157 +2024-12-13 09:26:39,668 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/__init__.py first seen with mtime 1733820595.7621577 +2024-12-13 09:26:39,668 - DEBUG - File /usr/lib/python3.10/textwrap.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,668 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/url.py first seen with mtime 1733820589.9087598 +2024-12-13 09:26:39,668 - DEBUG - File /usr/lib/python3.10/signal.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,668 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/forms.py first seen with mtime 1733820595.7761588 +2024-12-13 09:26:39,669 - DEBUG - File /usr/lib/python3.10/types.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,669 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/renderers.py first seen with mtime 1733820595.7761588 +2024-12-13 09:26:39,669 - DEBUG - File /home/trevor/touchh_bot/hotels/apps.py first seen with mtime 1733911203.2006078 +2024-12-13 09:26:39,669 - DEBUG - File /usr/lib/python3.10/hmac.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,669 - DEBUG - File /usr/lib/python3.10/asyncio/subprocess.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,669 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/paginator.py first seen with mtime 1733820595.7401562 +2024-12-13 09:26:39,669 - DEBUG - File /usr/lib/python3.10/configparser.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,669 - DEBUG - File /usr/lib/python3.10/_compression.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,669 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/others.py first seen with mtime 1733820590.0967724 +2024-12-13 09:26:39,669 - DEBUG - File /usr/lib/python3.10/gzip.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,669 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/defaultfilters.py first seen with mtime 1733820595.7901597 +2024-12-13 09:26:39,670 - DEBUG - File /home/trevor/touchh_bot/pms_integration/utils.py first seen with mtime 1733911203.2496078 +2024-12-13 09:26:39,670 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/cookies.py first seen with mtime 1733820592.0179029 +2024-12-13 09:26:39,670 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/datastructures.py first seen with mtime 1733820595.79816 +2024-12-13 09:26:39,670 - DEBUG - File /usr/lib/python3.10/http/cookiejar.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,670 - DEBUG - File /usr/lib/python3.10/email/_header_value_parser.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,670 - DEBUG - File /usr/lib/python3.10/logging/config.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,670 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/expressions.py first seen with mtime 1733820595.7681582 +2024-12-13 09:26:39,670 - DEBUG - File /usr/lib/python3.10/_sysconfigdata__x86_64-linux-gnu.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,670 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/reindent.py first seen with mtime 1733820590.0967724 +2024-12-13 09:26:39,670 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/operations/special.py first seen with mtime 1733820595.766158 +2024-12-13 09:26:39,670 - DEBUG - File /usr/lib/python3.10/lib-dynload/_multiprocessing.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:26:39,670 - DEBUG - File /usr/lib/python3.10/asyncio/futures.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,671 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/base.py first seen with mtime 1733820595.7471566 +2024-12-13 09:26:39,671 - DEBUG - File /usr/lib/python3.10/email/mime/message.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,671 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/dateparse.py first seen with mtime 1733820595.79816 +2024-12-13 09:26:39,671 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/jobstores/base.py first seen with mtime 1733820592.3179233 +2024-12-13 09:26:39,671 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/asgiref/__init__.py first seen with mtime 1733820592.301922 +2024-12-13 09:26:39,671 - DEBUG - File /home/trevor/touchh_bot/hotels/admin.py first seen with mtime 1734066153.4186492 +2024-12-13 09:26:39,671 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/utils.py first seen with mtime 1733820595.7461567 +2024-12-13 09:26:39,671 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/validators.py first seen with mtime 1733820595.4501364 +2024-12-13 09:26:39,671 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/__init__.py first seen with mtime 1733820595.7631578 +2024-12-13 09:26:39,671 - DEBUG - File /usr/lib/python3.10/email/_encoded_words.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,671 - DEBUG - File /usr/lib/python3.10/lzma.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,672 - DEBUG - File /usr/lib/python3.10/_weakrefset.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,672 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/__init__.py first seen with mtime 1733820595.7421563 +2024-12-13 09:26:39,672 - DEBUG - File /usr/lib/python3.10/random.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,672 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/password_validation.py first seen with mtime 1733820595.4501364 +2024-12-13 09:26:39,672 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/legacy.py first seen with mtime 1733820591.9248965 +2024-12-13 09:26:39,672 - DEBUG - File /usr/lib/python3.10/traceback.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,672 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/translation/trans_real.py first seen with mtime 1733820595.8031604 +2024-12-13 09:26:39,672 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/__version__.py first seen with mtime 1733820592.016903 +2024-12-13 09:26:39,672 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/models.py first seen with mtime 1733820595.4881392 +2024-12-13 09:26:39,672 - DEBUG - File /usr/lib/python3.10/shutil.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,672 - DEBUG - File /usr/lib/python3.10/sre_constants.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,673 - DEBUG - File /usr/lib/python3.10/_sitebuiltins.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,673 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/http/__init__.py first seen with mtime 1733820595.7871594 +2024-12-13 09:26:39,673 - DEBUG - File /home/trevor/touchh_bot/touchh/__init__.py first seen with mtime 1733444974.5821624 +2024-12-13 09:26:39,673 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/lexer.py first seen with mtime 1733820590.0957725 +2024-12-13 09:26:39,673 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/__init__.py first seen with mtime 1733820595.79616 +2024-12-13 09:26:39,673 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/numberformat.py first seen with mtime 1733820595.8011603 +2024-12-13 09:26:39,673 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/defaulttags.py first seen with mtime 1733820595.7901597 +2024-12-13 09:26:39,673 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/idna/__init__.py first seen with mtime 1733820591.7928877 +2024-12-13 09:26:39,673 - DEBUG - File /home/trevor/touchh_bot/users/__init__.py first seen with mtime 1733444974.5821624 +2024-12-13 09:26:39,673 - DEBUG - File /usr/lib/python3.10/multiprocessing/queues.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,673 - DEBUG - File /usr/lib/python3.10/email/parser.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,674 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/idna/core.py first seen with mtime 1733820591.7938876 +2024-12-13 09:26:39,674 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/library.py first seen with mtime 1733820595.7911596 +2024-12-13 09:26:39,674 - DEBUG - File /home/trevor/touchh_bot/scheduler/admin.py first seen with mtime 1734013743.815997 +2024-12-13 09:26:39,674 - DEBUG - File /usr/lib/python3.10/email/utils.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,674 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/templatetags/__init__.py first seen with mtime 1733820595.79316 +2024-12-13 09:26:39,674 - DEBUG - File /usr/lib/python3.10/sre_parse.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,674 - DEBUG - File /usr/lib/python3.10/importlib/util.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,674 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/management/commands/runserver.py first seen with mtime 1733820595.752157 +2024-12-13 09:26:39,674 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/forms.py first seen with mtime 1733820595.4881392 +2024-12-13 09:26:39,674 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/api.py first seen with mtime 1733820595.6241484 +2024-12-13 09:26:39,674 - DEBUG - File /usr/lib/python3.10/secrets.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,674 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/_internal_utils.py first seen with mtime 1733820592.016903 +2024-12-13 09:26:39,674 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/plugins.py first seen with mtime 1734064914.7897305 +2024-12-13 09:26:39,674 - DEBUG - File /usr/lib/python3.10/stat.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,675 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/finders.py first seen with mtime 1733820595.738156 +2024-12-13 09:26:39,675 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/models.py first seen with mtime 1733820595.6801522 +2024-12-13 09:26:39,675 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/reverse_related.py first seen with mtime 1733820595.7721584 +2024-12-13 09:26:39,675 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/indexes.py first seen with mtime 1733820595.7681582 +2024-12-13 09:26:39,675 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/dispatch/dispatcher.py first seen with mtime 1733820595.7751586 +2024-12-13 09:26:39,675 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/utils.py first seen with mtime 1733820595.7771587 +2024-12-13 09:26:39,675 - DEBUG - File /usr/lib/python3.10/selectors.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,675 - DEBUG - File /usr/lib/python3.10/http/client.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,675 - DEBUG - File /usr/lib/python3.10/sre_compile.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,675 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/models.py first seen with mtime 1733820595.3151274 +2024-12-13 09:26:39,675 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/asyncio.py first seen with mtime 1733820595.7971601 +2024-12-13 09:26:39,675 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/registry.py first seen with mtime 1733820595.7431564 +2024-12-13 09:26:39,675 - DEBUG - File /usr/lib/python3.10/__future__.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,675 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/apps.py first seen with mtime 1733820595.4881392 +2024-12-13 09:26:39,676 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/keywords.py first seen with mtime 1733820590.0957725 +2024-12-13 09:26:39,676 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/response.py first seen with mtime 1733820589.9077597 +2024-12-13 09:26:39,676 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/CLIENT.py first seen with mtime 1733820590.2017796 +2024-12-13 09:26:39,676 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/base.py first seen with mtime 1733820595.7451565 +2024-12-13 09:26:39,676 - DEBUG - File /usr/lib/python3.10/importlib/abc.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,676 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/formatter.py first seen with mtime 1733820590.0947723 +2024-12-13 09:26:39,676 - DEBUG - File /home/trevor/touchh_bot/antifroud/views.py first seen with mtime 1734071096.628802 +2024-12-13 09:26:39,676 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/version.py first seen with mtime 1733820591.9248965 +2024-12-13 09:26:39,676 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/wait.py first seen with mtime 1733820589.9087598 +2024-12-13 09:26:39,676 - DEBUG - File /usr/lib/python3.10/asyncio/unix_events.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,676 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/decorators/cache.py first seen with mtime 1733820595.8041606 +2024-12-13 09:26:39,676 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/__init__.py first seen with mtime 1733820595.7701583 +2024-12-13 09:26:39,676 - DEBUG - File /home/trevor/touchh_bot/scheduler/utils.py first seen with mtime 1733911203.2536077 +2024-12-13 09:26:39,677 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/__init__.py first seen with mtime 1733820596.939238 +2024-12-13 09:26:39,677 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/__init__.py first seen with mtime 1733820590.4327953 +2024-12-13 09:26:39,677 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/md.cpython-310-x86_64-linux-gnu.so first seen with mtime 1733820591.9258966 +2024-12-13 09:26:39,677 - DEBUG - File /usr/lib/python3.10/email/mime/multipart.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,677 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/http2/probe.py first seen with mtime 1733820589.9067595 +2024-12-13 09:26:39,677 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/generic/list.py first seen with mtime 1733820595.8061607 +2024-12-13 09:26:39,677 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/templatetags/tz.py first seen with mtime 1733820595.79416 +2024-12-13 09:26:39,677 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/retry.py first seen with mtime 1733820589.9077597 +2024-12-13 09:26:39,677 - DEBUG - File /usr/lib/python3.10/html/entities.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,677 - DEBUG - File /usr/lib/python3.10/uuid.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,677 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/database.py first seen with mtime 1733820595.7431564 +2024-12-13 09:26:39,677 - DEBUG - File /usr/lib/python3.10/asyncio/streams.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,678 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/__init__.py first seen with mtime 1733820595.2431223 +2024-12-13 09:26:39,678 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/transaction.py first seen with mtime 1733820595.7551572 +2024-12-13 09:26:39,678 - DEBUG - File /usr/lib/python3.10/asyncio/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,678 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/apps.py first seen with mtime 1733820595.679152 +2024-12-13 09:26:39,678 - DEBUG - File /usr/lib/python3.10/asyncio/selector_events.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,678 - DEBUG - File /usr/lib/python3.10/lib-dynload/_asyncio.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:26:39,678 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/functional.py first seen with mtime 1733820595.7991602 +2024-12-13 09:26:39,678 - DEBUG - File /usr/lib/python3.10/importlib/metadata/_functools.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,678 - DEBUG - File /usr/lib/python3.10/asyncio/mixins.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,678 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/admin.py first seen with mtime 1733820595.4881392 +2024-12-13 09:26:39,678 - DEBUG - File /usr/lib/python3.10/asyncio/protocols.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,679 - DEBUG - File /usr/lib/python3.10/gettext.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,679 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/apps.py first seen with mtime 1733820595.3141272 +2024-12-13 09:26:39,679 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/cache/__init__.py first seen with mtime 1733820595.7411563 +2024-12-13 09:26:39,679 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/ddl_references.py first seen with mtime 1733820595.7551572 +2024-12-13 09:26:39,679 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/converters.py first seen with mtime 1733820590.2017796 +2024-12-13 09:26:39,679 - DEBUG - File /usr/lib/python3.10/abc.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,679 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/cache/__init__.py first seen with mtime 1734064914.7897305 +2024-12-13 09:26:39,679 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/dateformat.py first seen with mtime 1733820595.79816 +2024-12-13 09:26:39,679 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/generic/__init__.py first seen with mtime 1733820595.8051608 +2024-12-13 09:26:39,679 - DEBUG - File /usr/lib/python3.10/pickle.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,679 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/operations/base.py first seen with mtime 1733820595.766158 +2024-12-13 09:26:39,680 - DEBUG - File /usr/lib/python3.10/email/iterators.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,680 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/engine/__init__.py first seen with mtime 1733820590.0957725 +2024-12-13 09:26:39,680 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/md__mypyc.cpython-310-x86_64-linux-gnu.so first seen with mtime 1733820591.9278967 +2024-12-13 09:26:39,680 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/exceptions.py first seen with mtime 1733820595.3141272 +2024-12-13 09:26:39,680 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/security/sessions.py first seen with mtime 1733820595.7441566 +2024-12-13 09:26:39,680 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/lorem_ipsum.py first seen with mtime 1733820595.8001604 +2024-12-13 09:26:39,680 - DEBUG - File /usr/lib/python3.10/http/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,680 - DEBUG - File /usr/lib/python3.10/wsgiref/util.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,680 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/caches.py first seen with mtime 1733820595.7431564 +2024-12-13 09:26:39,680 - DEBUG - File /usr/lib/python3.10/lib-dynload/_uuid.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:26:39,680 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/SERVER_STATUS.py first seen with mtime 1733820590.2027798 +2024-12-13 09:26:39,680 - DEBUG - File /usr/lib/python3.10/email/_parseaddr.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,681 - DEBUG - File /usr/lib/python3.10/calendar.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,681 - DEBUG - File /usr/lib/python3.10/weakref.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,681 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/deletion.py first seen with mtime 1733820595.7681582 +2024-12-13 09:26:39,681 - DEBUG - File /usr/lib/python3.10/importlib/readers.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,681 - DEBUG - File /usr/lib/python3.10/warnings.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,681 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/http2/__init__.py first seen with mtime 1733820589.9067595 +2024-12-13 09:26:39,681 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sites/__init__.py first seen with mtime 1733820595.7091541 +2024-12-13 09:26:39,681 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/cache/utils.py first seen with mtime 1733820595.7411563 +2024-12-13 09:26:39,681 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/exceptions.py first seen with mtime 1733820595.7401562 +2024-12-13 09:26:39,681 - DEBUG - File /usr/lib/python3.10/locale.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,681 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/management/color.py first seen with mtime 1733820595.749157 +2024-12-13 09:26:39,681 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/comparison.py first seen with mtime 1733820595.7721584 +2024-12-13 09:26:39,681 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/triggers/base.py first seen with mtime 1733820592.3199234 +2024-12-13 09:26:39,682 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/hashable.py first seen with mtime 1733820595.7991602 +2024-12-13 09:26:39,682 - DEBUG - File /usr/lib/python3.10/mimetypes.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,682 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/models.py first seen with mtime 1733820595.4501364 +2024-12-13 09:26:39,682 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/schedulers/base.py first seen with mtime 1733820592.3189235 +2024-12-13 09:26:39,682 - DEBUG - File /usr/lib/python3.10/collections/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,682 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/templatetags/static.py first seen with mtime 1733820595.79316 +2024-12-13 09:26:39,682 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/resolvers.py first seen with mtime 1733820595.79616 +2024-12-13 09:26:39,682 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/__init__.py first seen with mtime 1734064914.7887306 +2024-12-13 09:26:39,682 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/formats.py first seen with mtime 1733820595.7991602 +2024-12-13 09:26:39,682 - DEBUG - File /usr/lib/python3.10/urllib/request.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,682 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/templatetags/admin_urls.py first seen with mtime 1733820595.4131339 +2024-12-13 09:26:39,682 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/__init__.py first seen with mtime 1733820592.3159232 +2024-12-13 09:26:39,683 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/formsets.py first seen with mtime 1733820595.7761588 +2024-12-13 09:26:39,683 - DEBUG - File /usr/lib/python3.10/lib-dynload/_bz2.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:26:39,683 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/db/models.py first seen with mtime 1734064914.7937305 +2024-12-13 09:26:39,683 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/utils.py first seen with mtime 1733820595.6241484 +2024-12-13 09:26:39,683 - DEBUG - File /home/trevor/touchh_bot/pms_integration/plugins/__init__.py first seen with mtime 1733911203.2486076 +2024-12-13 09:26:39,683 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/ssl_.py first seen with mtime 1733820589.9077597 +2024-12-13 09:26:39,683 - DEBUG - File /usr/lib/python3.10/lib-dynload/_contextvars.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:26:39,683 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/widgets.py first seen with mtime 1733820595.7771587 +2024-12-13 09:26:39,683 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/__init__.py first seen with mtime 1733820595.7461567 +2024-12-13 09:26:39,683 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/templatetags/__init__.py first seen with mtime 1733820595.412134 +2024-12-13 09:26:39,683 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/forms.py first seen with mtime 1733820595.4491365 +2024-12-13 09:26:39,683 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/err.py first seen with mtime 1733820590.2017796 +2024-12-13 09:26:39,683 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/jobstores/__init__.py first seen with mtime 1733820592.3169231 +2024-12-13 09:26:39,683 - DEBUG - File /usr/lib/python3.10/concurrent/futures/thread.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,683 - DEBUG - File /usr/lib/python3.10/asyncio/coroutines.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,683 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/ER.py first seen with mtime 1733820590.2027798 +2024-12-13 09:26:39,684 - DEBUG - File /usr/lib/python3.10/pathlib.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,684 - DEBUG - File /usr/lib/python3.10/sysconfig.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,684 - DEBUG - File /usr/lib/python3.10/asyncio/constants.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,684 - DEBUG - File /usr/lib/python3.10/codecs.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,684 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/conf/global_settings.py first seen with mtime 1733820595.2441225 +2024-12-13 09:26:39,684 - DEBUG - File /usr/lib/python3.10/importlib/metadata/_meta.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,684 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/crypto.py first seen with mtime 1733820595.79816 +2024-12-13 09:26:39,684 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/utils.py first seen with mtime 1733820595.3161273 +2024-12-13 09:26:39,684 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/messages.py first seen with mtime 1733820595.7431564 +2024-12-13 09:26:39,684 - DEBUG - File /usr/lib/python3.10/urllib/error.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,684 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/adapters.py first seen with mtime 1733820592.016903 +2024-12-13 09:26:39,684 - DEBUG - File /usr/lib/python3.10/lib-dynload/_lzma.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:26:39,684 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/http.py first seen with mtime 1733820595.8001604 +2024-12-13 09:26:39,684 - DEBUG - File /usr/lib/python3.10/bz2.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,684 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/asgiref/sync.py first seen with mtime 1733820592.3029222 +2024-12-13 09:26:39,684 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/apps.py first seen with mtime 1733820595.4481363 +2024-12-13 09:26:39,684 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/dispatch/__init__.py first seen with mtime 1733820595.7751586 +2024-12-13 09:26:39,684 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/query.py first seen with mtime 1733820595.7691581 +2024-12-13 09:26:39,684 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/response.py first seen with mtime 1733820595.7911596 +2024-12-13 09:26:39,684 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/connection.py first seen with mtime 1733820589.9067595 +2024-12-13 09:26:39,684 - DEBUG - File /home/trevor/touchh_bot/pms_integration/plugins/base_plugin.py first seen with mtime 1733911203.2486076 +2024-12-13 09:26:39,685 - DEBUG - File /usr/lib/python3.10/asyncio/runners.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,685 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/util.py first seen with mtime 1733820590.4337955 +2024-12-13 09:26:39,685 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/proxy.py first seen with mtime 1733820595.7711585 +2024-12-13 09:26:39,685 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/_collections.py first seen with mtime 1733820589.9027593 +2024-12-13 09:26:39,685 - DEBUG - File /usr/lib/python3.10/queue.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,685 - DEBUG - File /home/trevor/touchh_bot/pms_integration/admin.py first seen with mtime 1733911203.2466078 +2024-12-13 09:26:39,685 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/CR.py first seen with mtime 1733820590.2027798 +2024-12-13 09:26:39,685 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/util.py first seen with mtime 1733820589.9087598 +2024-12-13 09:26:39,685 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/db/apps.py first seen with mtime 1734064914.7937305 +2024-12-13 09:26:39,685 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/asgiref/local.py first seen with mtime 1733820592.301922 +2024-12-13 09:26:39,685 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/certs.py first seen with mtime 1733820592.016903 +2024-12-13 09:26:39,685 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/constants.py first seen with mtime 1733820595.6241484 +2024-12-13 09:26:39,685 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/__init__.py first seen with mtime 1733820589.9027593 +2024-12-13 09:26:39,685 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/converters.py first seen with mtime 1733820595.79616 +2024-12-13 09:26:39,685 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/helpers.py first seen with mtime 1733820595.3151274 +2024-12-13 09:26:39,686 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/servers/__init__.py first seen with mtime 1733820595.7541573 +2024-12-13 09:26:39,686 - DEBUG - File /usr/lib/python3.10/multiprocessing/util.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,686 - DEBUG - File /home/trevor/touchh_bot/pms_integration/__init__.py first seen with mtime 1733911203.2466078 +2024-12-13 09:26:39,686 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/decorators.py first seen with mtime 1733820595.3141272 +2024-12-13 09:26:39,686 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/decorators/debug.py first seen with mtime 1733820595.8041606 +2024-12-13 09:26:39,686 - DEBUG - File /usr/lib/python3.10/email/quoprimime.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,686 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/models.py first seen with mtime 1733820591.9278967 +2024-12-13 09:26:39,686 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/base.py first seen with mtime 1733820595.7561574 +2024-12-13 09:26:39,686 - DEBUG - File /usr/lib/python3.10/concurrent/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,686 - DEBUG - File /usr/lib/python3.10/importlib/_common.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,686 - DEBUG - File /home/trevor/touchh_bot/pms_integration/api_client.py first seen with mtime 1733911203.2466078 +2024-12-13 09:26:39,686 - DEBUG - File /usr/lib/python3.10/stringprep.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,686 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/autoreload.py first seen with mtime 1733820595.7891595 +2024-12-13 09:26:39,686 - DEBUG - File /usr/lib/python3.10/asyncio/tasks.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,686 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/api.py first seen with mtime 1733820591.9278967 +2024-12-13 09:26:39,686 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/features.py first seen with mtime 1733820595.7561574 +2024-12-13 09:26:39,686 - DEBUG - File /usr/lib/python3.10/lib-dynload/_sqlite3.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:26:39,686 - DEBUG - File /usr/lib/python3.10/lib-dynload/_json.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:26:39,686 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/__init__.py first seen with mtime 1733820595.8031604 +2024-12-13 09:26:39,686 - DEBUG - File /home/trevor/touchh_bot/touchh/settings.py first seen with mtime 1734071044.903765 +2024-12-13 09:26:39,687 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/actions.py first seen with mtime 1733820595.3141272 +2024-12-13 09:26:39,687 - DEBUG - File /usr/lib/python3.10/email/_policybase.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,687 - DEBUG - File /usr/lib/python3.10/asyncio/base_futures.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,687 - DEBUG - File /usr/lib/python3.10/multiprocessing/reduction.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,687 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/module_loading.py first seen with mtime 1733820595.8011603 +2024-12-13 09:26:39,687 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/__init__.py first seen with mtime 1733820595.7451565 +2024-12-13 09:26:39,687 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/aggregates.py first seen with mtime 1733820595.767158 +2024-12-13 09:26:39,687 - DEBUG - File /usr/lib/python3.10/importlib/resources.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,687 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/ssl_match_hostname.py first seen with mtime 1733820589.9077597 +2024-12-13 09:26:39,687 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/storage/__init__.py first seen with mtime 1733820595.7461567 +2024-12-13 09:26:39,687 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/auth.py first seen with mtime 1733820592.016903 +2024-12-13 09:26:39,687 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/translation.py first seen with mtime 1733820595.7441566 +2024-12-13 09:26:39,687 - DEBUG - File /usr/lib/python3.10/socket.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,688 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/sql/subqueries.py first seen with mtime 1733820595.7741585 +2024-12-13 09:26:39,688 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/cache.py first seen with mtime 1733820595.7971601 +2024-12-13 09:26:39,688 - DEBUG - File /usr/lib/python3.10/importlib/metadata/_collections.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,688 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/constraints.py first seen with mtime 1733820595.767158 +2024-12-13 09:26:39,688 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/charset.py first seen with mtime 1733820590.2007794 +2024-12-13 09:26:39,688 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/poolmanager.py first seen with mtime 1733820589.9047594 +2024-12-13 09:26:39,688 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/storage/mixins.py first seen with mtime 1733820595.7461567 +2024-12-13 09:26:39,688 - DEBUG - File /usr/lib/python3.10/site.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,688 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/exceptions.py first seen with mtime 1733820590.0947723 +2024-12-13 09:26:39,688 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/security/base.py first seen with mtime 1733820595.7441566 +2024-12-13 09:26:39,688 - DEBUG - File /usr/lib/python3.10/struct.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,688 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/templatetags/cache.py first seen with mtime 1733820595.79316 +2024-12-13 09:26:39,688 - DEBUG - File /usr/lib/python3.10/importlib/metadata/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,688 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/encoding.py first seen with mtime 1733820595.7991602 +2024-12-13 09:26:39,688 - DEBUG - File /usr/lib/python3.10/email/encoders.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,688 - DEBUG - File /usr/lib/python3.10/concurrent/futures/_base.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,688 - DEBUG - File /home/trevor/touchh_bot/manage.py first seen with mtime 1733911203.201608 +2024-12-13 09:26:39,688 - DEBUG - File /usr/lib/python3.10/asyncio/sslproto.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,688 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/state.py first seen with mtime 1733820595.765158 +2024-12-13 09:26:39,688 - DEBUG - File /usr/lib/python3.10/os.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,688 - DEBUG - File /home/trevor/touchh_bot/antifroud/__init__.py first seen with mtime 1734005666.8537903 +2024-12-13 09:26:39,689 - DEBUG - File /usr/lib/python3.10/html/parser.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,689 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/base_session.py first seen with mtime 1733820595.6801522 +2024-12-13 09:26:39,689 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/html.py first seen with mtime 1733820595.7991602 +2024-12-13 09:26:39,689 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/http/response.py first seen with mtime 1733820595.7881596 +2024-12-13 09:26:39,689 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/filters.py first seen with mtime 1733820595.3141272 +2024-12-13 09:26:39,689 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/utils.py first seen with mtime 1733820595.7391562 +2024-12-13 09:26:39,689 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/base_user.py first seen with mtime 1733820595.4481363 +2024-12-13 09:26:39,689 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/executors/base.py first seen with mtime 1733820592.3169231 +2024-12-13 09:26:39,689 - DEBUG - File /usr/lib/python3.10/email/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,689 - DEBUG - File /home/trevor/touchh_bot/hotels/__init__.py first seen with mtime 1733444974.5071633 +2024-12-13 09:26:39,689 - DEBUG - File /usr/lib/python3.10/typing.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,689 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/management/__init__.py first seen with mtime 1733820595.485139 +2024-12-13 09:26:39,689 - DEBUG - File /usr/lib/python3.10/graphlib.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,689 - DEBUG - File /usr/lib/python3.10/datetime.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,689 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/operations/__init__.py first seen with mtime 1733820595.766158 +2024-12-13 09:26:39,689 - DEBUG - File /usr/lib/python3.10/pkgutil.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,689 - DEBUG - File /usr/lib/python3.10/encodings/idna.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,690 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/compatibility/__init__.py first seen with mtime 1733820595.7441566 +2024-12-13 09:26:39,690 - DEBUG - File /usr/lib/python3.10/base64.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,690 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/widgets.py first seen with mtime 1733820595.3161273 +2024-12-13 09:26:39,690 - DEBUG - File /usr/lib/python3.10/dis.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,690 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/serializers/base.py first seen with mtime 1733820595.7531571 +2024-12-13 09:26:39,690 - DEBUG - File /usr/lib/python3.10/zoneinfo/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,690 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/choices.py first seen with mtime 1733820595.7971601 +2024-12-13 09:26:39,690 - DEBUG - File /home/trevor/touchh_bot/pms_integration/manager.py first seen with mtime 1733911203.2466078 +2024-12-13 09:26:39,690 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/__init__.py first seen with mtime 1733820595.7751586 +2024-12-13 09:26:39,690 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/middleware/csrf.py first seen with mtime 1733820595.7881596 +2024-12-13 09:26:39,691 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/mail/__init__.py first seen with mtime 1733820595.7471566 +2024-12-13 09:26:39,691 - DEBUG - File /usr/lib/python3.10/asyncio/locks.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,691 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/decorators.py first seen with mtime 1733820595.4491365 +2024-12-13 09:26:39,691 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/management/__init__.py first seen with mtime 1733820595.749157 +2024-12-13 09:26:39,691 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/creation.py first seen with mtime 1733820595.7561574 +2024-12-13 09:26:39,691 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/lookups.py first seen with mtime 1733820595.7681582 +2024-12-13 09:26:39,691 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/_os.py first seen with mtime 1733820595.79616 +2024-12-13 09:26:39,691 - DEBUG - File /usr/lib/python3.10/asyncio/queues.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,691 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/uploadedfile.py first seen with mtime 1733820595.7451565 +2024-12-13 09:26:39,691 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/tzlocal/__init__.py first seen with mtime 1733820589.9777644 +2024-12-13 09:26:39,691 - DEBUG - File /usr/lib/python3.10/email/errors.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,691 - DEBUG - File /usr/lib/python3.10/enum.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,692 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/files.py first seen with mtime 1733820595.7431564 +2024-12-13 09:26:39,692 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/conf/__init__.py first seen with mtime 1733820595.2441225 +2024-12-13 09:26:39,692 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/middleware/__init__.py first seen with mtime 1733820595.7881596 +2024-12-13 09:26:39,692 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/fields.py first seen with mtime 1733820589.9047594 +2024-12-13 09:26:39,692 - DEBUG - File /usr/lib/python3.10/glob.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,692 - DEBUG - File /usr/lib/python3.10/threading.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,692 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/schedulers/__init__.py first seen with mtime 1733820592.3189235 +2024-12-13 09:26:39,692 - DEBUG - File /home/trevor/touchh_bot/scheduler/__init__.py first seen with mtime 1733911203.2506077 +2024-12-13 09:26:39,692 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/storage/base.py first seen with mtime 1733820595.6251483 +2024-12-13 09:26:39,692 - DEBUG - File /usr/lib/python3.10/zipfile.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,692 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/connection.py first seen with mtime 1733820589.9037595 +2024-12-13 09:26:39,692 - DEBUG - File /usr/lib/python3.10/inspect.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,692 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/mail/utils.py first seen with mtime 1733820595.7481568 +2024-12-13 09:26:39,693 - DEBUG - File /usr/lib/python3.10/ast.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,693 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/idna/package_data.py first seen with mtime 1733820591.7958877 +2024-12-13 09:26:39,693 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/tzlocal/utils.py first seen with mtime 1733820589.9777644 +2024-12-13 09:26:39,693 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/sql/where.py first seen with mtime 1733820595.7751586 +2024-12-13 09:26:39,693 - DEBUG - File /usr/lib/python3.10/email/message.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,693 - DEBUG - File /usr/lib/python3.10/dataclasses.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,693 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/utils.py first seen with mtime 1733820591.928897 +2024-12-13 09:26:39,693 - DEBUG - File /usr/lib/python3.10/bisect.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,693 - DEBUG - File /usr/lib/python3.10/email/mime/base.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,693 - DEBUG - File /usr/lib/python3.10/lib-dynload/termios.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:26:39,693 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/utils.py first seen with mtime 1733820595.7551572 +2024-12-13 09:26:39,693 - DEBUG - File /usr/lib/python3.10/tempfile.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,693 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/schedulers/asyncio.py first seen with mtime 1733820592.3189235 +2024-12-13 09:26:39,693 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/async_checks.py first seen with mtime 1733820595.7431564 +2024-12-13 09:26:39,694 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/sql/datastructures.py first seen with mtime 1733820595.7741585 +2024-12-13 09:26:39,694 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/mixins.py first seen with mtime 1733820595.7711585 +2024-12-13 09:26:39,694 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/move.py first seen with mtime 1733820595.7451565 +2024-12-13 09:26:39,694 - DEBUG - File /usr/lib/python3.10/importlib/_abc.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,694 - DEBUG - File /usr/lib/python3.10/urllib/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,694 - DEBUG - File /usr/lib/python3.10/decimal.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,694 - DEBUG - File /usr/lib/python3.10/asyncio/staggered.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,694 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/engine/statement_splitter.py first seen with mtime 1733820590.0967724 +2024-12-13 09:26:39,694 - DEBUG - File /usr/lib/python3.10/email/mime/text.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,694 - DEBUG - File /usr/lib/python3.10/reprlib.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,694 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/base.py first seen with mtime 1733820595.7621577 +2024-12-13 09:26:39,694 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/checks.py first seen with mtime 1733820595.4881392 +2024-12-13 09:26:39,694 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/mail/message.py first seen with mtime 1733820595.7471566 +2024-12-13 09:26:39,694 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/views/__init__.py first seen with mtime 1733820595.4131339 +2024-12-13 09:26:39,694 - DEBUG - File /usr/lib/python3.10/importlib/metadata/_adapters.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,694 - DEBUG - File /home/trevor/touchh_bot/bot/models.py first seen with mtime 1733444974.5041635 +2024-12-13 09:26:39,695 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/operations.py first seen with mtime 1733820595.7561574 +2024-12-13 09:26:39,695 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/hooks.py first seen with mtime 1733820592.0179029 +2024-12-13 09:26:39,695 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loader_tags.py first seen with mtime 1733820595.7911596 +2024-12-13 09:26:39,695 - DEBUG - File /usr/lib/python3.10/argparse.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,695 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/pattern.py first seen with mtime 1733820590.4327953 +2024-12-13 09:26:39,695 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/features.py first seen with mtime 1733820595.7631578 +2024-12-13 09:26:39,695 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/version.py first seen with mtime 1733820595.8021605 +2024-12-13 09:26:39,695 - DEBUG - File /usr/lib/python3.10/genericpath.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,695 - DEBUG - File /usr/lib/python3.10/encodings/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,695 - DEBUG - File /usr/lib/python3.10/email/policy.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,695 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/ipv6.py first seen with mtime 1733820595.8001604 +2024-12-13 09:26:39,695 - DEBUG - File /usr/lib/python3.10/email/feedparser.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,695 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/cache/apps.py first seen with mtime 1734064914.7907305 +2024-12-13 09:26:39,695 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/exception.py first seen with mtime 1733820595.7471566 +2024-12-13 09:26:39,695 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/wsgi.py first seen with mtime 1733820595.7471566 +2024-12-13 09:26:39,695 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/templatetags/l10n.py first seen with mtime 1733820595.79316 +2024-12-13 09:26:39,696 - DEBUG - File /usr/lib/python3.10/string.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,696 - DEBUG - File /usr/lib/python3.10/operator.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,696 - DEBUG - File /usr/lib/python3.10/asyncio/transports.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,696 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/deconstruct.py first seen with mtime 1733820595.79816 +2024-12-13 09:26:39,696 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/operations/fields.py first seen with mtime 1733820595.766158 +2024-12-13 09:26:39,696 - DEBUG - File /usr/lib/python3.10/difflib.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,696 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/__init__.py first seen with mtime 1733820595.4881392 +2024-12-13 09:26:39,696 - DEBUG - File /usr/lib/python3.10/json/encoder.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,696 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/related_descriptors.py first seen with mtime 1733820595.7721584 +2024-12-13 09:26:39,696 - DEBUG - File /usr/lib/python3.10/asyncio/events.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,696 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/json.py first seen with mtime 1733820595.7711585 +2024-12-13 09:26:39,696 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/translation/reloader.py first seen with mtime 1733820595.8021605 +2024-12-13 09:26:39,697 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/compatibility/django_4_0.py first seen with mtime 1733820595.7441566 +2024-12-13 09:26:39,697 - DEBUG - File /usr/lib/python3.10/platform.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,697 - DEBUG - File /usr/lib/python3.10/asyncio/threads.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,697 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/fields.py first seen with mtime 1733820595.7761588 +2024-12-13 09:26:39,697 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/log.py first seen with mtime 1733820595.8001604 +2024-12-13 09:26:39,697 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/dates.py first seen with mtime 1733820595.79816 +2024-12-13 09:26:39,697 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/__init__.py first seen with mtime 1733820595.6241484 +2024-12-13 09:26:39,697 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/generated.py first seen with mtime 1733820595.7711585 +2024-12-13 09:26:39,698 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/sql/__init__.py first seen with mtime 1733820595.7731586 +2024-12-13 09:26:39,698 - DEBUG - File /home/trevor/touchh_bot/bot/apps.py first seen with mtime 1733911203.1966078 +2024-12-13 09:26:39,698 - DEBUG - File /usr/lib/python3.10/heapq.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,698 - DEBUG - File /usr/lib/python3.10/subprocess.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,698 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/models.py first seen with mtime 1733820592.0179029 +2024-12-13 09:26:39,698 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/connection.py first seen with mtime 1733820595.7971601 +2024-12-13 09:26:39,698 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/introspection.py first seen with mtime 1733820595.7561574 +2024-12-13 09:26:39,698 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/certifi/__init__.py first seen with mtime 1733820591.9508984 +2024-12-13 09:26:39,698 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/security/csrf.py first seen with mtime 1733820595.7441566 +2024-12-13 09:26:39,698 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/exceptions.py first seen with mtime 1733820595.79616 +2024-12-13 09:26:39,698 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/job.py first seen with mtime 1733820592.3159232 +2024-12-13 09:26:39,698 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/certifi/core.py first seen with mtime 1733820591.9518983 +2024-12-13 09:26:39,698 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/__init__.py first seen with mtime 1733820595.679152 +2024-12-13 09:26:39,699 - DEBUG - File /usr/lib/python3.10/ntpath.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,699 - DEBUG - File /usr/lib/python3.10/tokenize.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,699 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loader.py first seen with mtime 1733820595.7911596 +2024-12-13 09:26:39,699 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/COMMAND.py first seen with mtime 1733820590.2017796 +2024-12-13 09:26:39,699 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/times.py first seen with mtime 1733820590.2017796 +2024-12-13 09:26:39,699 - DEBUG - File /usr/lib/python3.10/contextlib.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,699 - DEBUG - File /usr/lib/python3.10/_compat_pickle.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,699 - DEBUG - File /usr/lib/python3.10/opcode.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,699 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/__init__.py first seen with mtime 1733820595.313127 +2024-12-13 09:26:39,699 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/security/__init__.py first seen with mtime 1733820595.7441566 +2024-12-13 09:26:39,699 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/http/multipartparser.py first seen with mtime 1733820595.7871594 +2024-12-13 09:26:39,699 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/constant.py first seen with mtime 1733820591.928897 +2024-12-13 09:26:39,699 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/engine/grouping.py first seen with mtime 1733820590.0967724 +2024-12-13 09:26:39,699 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/schema.py first seen with mtime 1733820595.7571573 +2024-12-13 09:26:39,699 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/safestring.py first seen with mtime 1733820595.8011603 +2024-12-13 09:26:39,700 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/tokens.py first seen with mtime 1733820590.0977726 +2024-12-13 09:26:39,700 - DEBUG - File /usr/lib/python3.10/lib-dynload/_multibytecodec.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +2024-12-13 09:26:39,700 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/apps/__init__.py first seen with mtime 1733820595.2441225 +2024-12-13 09:26:39,700 - DEBUG - File /usr/lib/python3.10/logging/handlers.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,700 - DEBUG - File /usr/lib/python3.10/sqlite3/dbapi2.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,700 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/connectionpool.py first seen with mtime 1733820589.9037595 +2024-12-13 09:26:39,700 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/creation.py first seen with mtime 1733820595.7621577 +2024-12-13 09:26:39,700 - DEBUG - File /usr/lib/python3.10/json/__init__.py first seen with mtime 1730924533.0 +2024-12-13 09:26:39,700 - DEBUG - File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/management/__init__.py first seen with mtime 1733820595.516141 +2024-12-13 09:26:58,852 - DEBUG - File /home/trevor/touchh_bot/touchh/settings.py previous mtime: 1734071044.903765, current mtime: 1734071218.6545053 +2024-12-13 09:26:58,852 - DEBUG - /home/trevor/touchh_bot/touchh/settings.py notified as changed. Signal results: [(, None), (, None)]. +2024-12-13 09:26:58,852 - INFO - /home/trevor/touchh_bot/touchh/settings.py changed, reloading. +2024-12-13 09:27:52,456 - WARNING - Could not reverse url from Hotels.name +2024-12-13 09:27:52,458 - WARNING - Could not reverse url from Hotels.name +2024-12-13 09:27:52,460 - WARNING - Could not reverse url from Hotels.name +2024-12-13 09:27:52,460 - WARNING - Could not reverse url from Hotels.name +2024-12-13 09:27:52,461 - WARNING - Couldnt reverse reset_password +2024-12-13 09:27:55,811 - WARNING - No hotels selected for import. +2024-12-13 09:28:02,067 - WARNING - Could not reverse url from Hotels.name +2024-12-13 09:28:02,068 - WARNING - Could not reverse url from Hotels.name +2024-12-13 09:28:02,070 - WARNING - Could not reverse url from Hotels.name +2024-12-13 09:28:02,070 - WARNING - Could not reverse url from Hotels.name +2024-12-13 09:28:02,070 - WARNING - Couldnt reverse reset_password +2024-12-13 09:28:26,380 - WARNING - Couldnt reverse reset_password +2024-12-13 09:28:30,916 - WARNING - No hotels selected for import. +2024-12-13 09:30:21,302 - WARNING - Couldnt reverse reset_password +2024-12-13 09:30:22,105 - WARNING - Couldnt reverse reset_password +2024-12-13 09:30:22,549 - WARNING - Couldnt reverse reset_password +2024-12-13 09:30:53,397 - WARNING - Couldnt reverse reset_password +2024-12-13 09:31:45,452 - WARNING - Couldnt reverse reset_password +2024-12-13 09:31:53,243 - WARNING - Couldnt reverse reset_password +2024-12-13 09:32:50,246 - WARNING - Couldnt reverse reset_password +2024-12-13 09:32:51,348 - WARNING - Couldnt reverse reset_password +2024-12-13 09:34:20,466 - WARNING - Couldnt reverse reset_password +2024-12-13 09:35:53,892 - WARNING - Couldnt reverse reset_password +2024-12-13 09:35:54,768 - WARNING - Couldnt reverse reset_password +2024-12-13 09:36:47,887 - WARNING - Couldnt reverse reset_password +2024-12-13 09:37:17,103 - WARNING - Couldnt reverse reset_password +2024-12-13 09:37:17,884 - WARNING - Couldnt reverse reset_password +2024-12-13 09:38:02,052 - WARNING - Couldnt reverse reset_password +2024-12-13 09:39:15,242 - WARNING - Couldnt reverse reset_password +2024-12-13 09:39:31,379 - WARNING - "GET /static/vendor/adminlte/css/css/%3Cno%20source%3E HTTP/1.1" 404 1937 +2024-12-13 09:39:39,747 - WARNING - Couldnt reverse reset_password +2024-12-13 09:39:41,822 - WARNING - "GET /static/vendor/adminlte/css/css/%3Cno%20source%3E HTTP/1.1" 404 1937 +2024-12-13 09:40:44,787 - WARNING - Couldnt reverse reset_password +2024-12-13 09:40:45,333 - WARNING - Couldnt reverse reset_password +2024-12-13 09:40:45,526 - WARNING - Couldnt reverse reset_password +2024-12-13 09:40:45,712 - WARNING - Couldnt reverse reset_password +2024-12-13 09:40:45,891 - WARNING - Couldnt reverse reset_password +2024-12-13 09:40:46,070 - WARNING - Couldnt reverse reset_password +2024-12-13 09:40:46,252 - WARNING - Couldnt reverse reset_password +2024-12-13 09:40:46,422 - WARNING - Couldnt reverse reset_password +2024-12-13 09:40:46,597 - WARNING - Couldnt reverse reset_password +2024-12-13 09:40:46,782 - WARNING - Couldnt reverse reset_password +2024-12-13 09:40:46,954 - WARNING - Couldnt reverse reset_password +2024-12-13 09:40:47,140 - WARNING - Couldnt reverse reset_password +2024-12-13 09:40:47,311 - WARNING - Couldnt reverse reset_password +2024-12-13 09:40:47,515 - WARNING - Couldnt reverse reset_password +2024-12-13 09:40:47,685 - WARNING - Couldnt reverse reset_password +2024-12-13 09:42:37,375 - WARNING - Couldnt reverse reset_password +2024-12-13 09:43:49,357 - WARNING - Couldnt reverse reset_password +2024-12-13 09:43:50,435 - WARNING - Couldnt reverse reset_password +2024-12-13 09:43:51,780 - WARNING - Couldnt reverse reset_password +2024-12-13 09:45:36,786 - WARNING - Couldnt reverse reset_password +2024-12-13 09:45:51,788 - WARNING - Couldnt reverse reset_password +2024-12-13 09:46:25,033 - WARNING - Couldnt reverse reset_password +2024-12-13 09:46:25,740 - WARNING - Couldnt reverse reset_password +2024-12-13 09:46:26,093 - WARNING - Couldnt reverse reset_password +2024-12-13 09:46:26,286 - WARNING - Couldnt reverse reset_password +2024-12-13 09:46:26,475 - WARNING - Couldnt reverse reset_password +2024-12-13 09:46:26,666 - WARNING - Couldnt reverse reset_password +2024-12-13 09:46:33,986 - WARNING - Couldnt reverse reset_password +2024-12-13 09:47:03,703 - WARNING - Couldnt reverse reset_password +2024-12-13 09:47:58,800 - WARNING - Couldnt reverse reset_password +2024-12-13 09:49:51,398 - WARNING - Couldnt reverse reset_password +2024-12-13 09:49:53,018 - WARNING - Couldnt reverse reset_password +2024-12-13 09:52:07,936 - WARNING - Couldnt reverse reset_password +2024-12-13 09:53:22,292 - WARNING - Couldnt reverse reset_password +2024-12-13 09:53:23,049 - WARNING - Couldnt reverse reset_password +2024-12-13 09:53:56,843 - WARNING - Couldnt reverse reset_password +2024-12-13 09:54:35,257 - WARNING - Couldnt reverse reset_password +2024-12-13 09:54:46,802 - WARNING - Couldnt reverse reset_password +2024-12-13 09:54:47,736 - WARNING - Couldnt reverse reset_password +2024-12-13 09:54:53,798 - WARNING - Couldnt reverse reset_password +2024-12-13 09:56:13,080 - WARNING - Couldnt reverse reset_password +2024-12-13 09:56:13,940 - WARNING - Couldnt reverse reset_password +2024-12-13 09:56:34,365 - WARNING - Couldnt reverse reset_password +2024-12-13 09:57:14,429 - WARNING - Couldnt reverse reset_password +2024-12-13 09:57:15,313 - WARNING - Couldnt reverse reset_password +2024-12-13 09:58:28,792 - WARNING - Couldnt reverse reset_password +2024-12-13 10:01:03,955 - WARNING - Couldnt reverse reset_password +2024-12-13 10:12:43,529 - WARNING - Couldnt reverse reset_password +2024-12-13 10:12:44,183 - WARNING - Couldnt reverse reset_password +2024-12-13 10:12:53,509 - WARNING - Couldnt reverse reset_password +2024-12-13 10:12:54,865 - WARNING - Couldnt reverse reset_password +2024-12-13 10:12:55,204 - WARNING - Couldnt reverse reset_password +2024-12-13 10:12:55,391 - WARNING - Couldnt reverse reset_password +2024-12-13 10:12:55,616 - WARNING - Couldnt reverse reset_password +2024-12-13 10:12:55,791 - WARNING - Couldnt reverse reset_password +2024-12-13 10:12:56,272 - WARNING - Couldnt reverse reset_password +2024-12-13 10:15:18,943 - WARNING - Couldnt reverse reset_password +2024-12-13 10:18:30,105 - WARNING - Couldnt reverse reset_password +2024-12-13 10:18:32,237 - WARNING - Couldnt reverse reset_password +2024-12-13 10:18:32,564 - WARNING - Couldnt reverse reset_password +2024-12-13 10:19:45,383 - WARNING - Couldnt reverse reset_password +2024-12-13 10:20:36,508 - WARNING - Couldnt reverse reset_password +2024-12-13 10:20:43,049 - WARNING - Couldnt reverse reset_password +2024-12-13 10:22:18,423 - WARNING - Couldnt reverse reset_password +2024-12-13 10:22:20,328 - WARNING - Couldnt reverse reset_password +2024-12-13 10:22:20,870 - WARNING - Couldnt reverse reset_password +2024-12-13 10:22:21,165 - WARNING - Couldnt reverse reset_password +2024-12-13 10:23:34,705 - WARNING - Couldnt reverse reset_password +2024-12-13 10:25:26,338 - WARNING - Couldnt reverse reset_password +2024-12-13 10:25:32,224 - WARNING - Couldnt reverse reset_password +2024-12-13 10:26:21,899 - WARNING - Couldnt reverse reset_password +2024-12-13 10:28:09,996 - WARNING - Couldnt reverse reset_password +2024-12-13 10:33:46,006 - ERROR - Invalid HTTP_HOST header: '744c-182-226-158-253.ngrok-free.app'. You may need to add '744c-182-226-158-253.ngrok-free.app' to ALLOWED_HOSTS. +Traceback (most recent call last): + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner + response = get_response(request) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/deprecation.py", line 128, in __call__ + response = self.process_request(request) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/middleware/common.py", line 48, in process_request + host = request.get_host() + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/http/request.py", line 151, in get_host + raise DisallowedHost(msg) +django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: '744c-182-226-158-253.ngrok-free.app'. You may need to add '744c-182-226-158-253.ngrok-free.app' to ALLOWED_HOSTS. +2024-12-13 10:33:46,054 - WARNING - Bad Request: / +2024-12-13 10:33:46,054 - WARNING - "GET / HTTP/1.1" 400 80257 +2024-12-13 10:33:46,315 - ERROR - Invalid HTTP_HOST header: '744c-182-226-158-253.ngrok-free.app'. You may need to add '744c-182-226-158-253.ngrok-free.app' to ALLOWED_HOSTS. +Traceback (most recent call last): + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner + response = get_response(request) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/deprecation.py", line 128, in __call__ + response = self.process_request(request) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/middleware/common.py", line 48, in process_request + host = request.get_host() + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/http/request.py", line 151, in get_host + raise DisallowedHost(msg) +django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: '744c-182-226-158-253.ngrok-free.app'. You may need to add '744c-182-226-158-253.ngrok-free.app' to ALLOWED_HOSTS. +2024-12-13 10:33:46,334 - WARNING - Bad Request: /favicon.ico +2024-12-13 10:33:46,335 - WARNING - "GET /favicon.ico HTTP/1.1" 400 80278 +2024-12-13 10:35:08,551 - ERROR - Invalid HTTP_HOST header: '0bff-182-226-158-253.ngrok-free.app'. You may need to add '0bff-182-226-158-253.ngrok-free.app' to ALLOWED_HOSTS. +Traceback (most recent call last): + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner + response = get_response(request) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/deprecation.py", line 128, in __call__ + response = self.process_request(request) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/middleware/common.py", line 48, in process_request + host = request.get_host() + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/http/request.py", line 151, in get_host + raise DisallowedHost(msg) +django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: '0bff-182-226-158-253.ngrok-free.app'. You may need to add '0bff-182-226-158-253.ngrok-free.app' to ALLOWED_HOSTS. +2024-12-13 10:35:08,587 - WARNING - Bad Request: / +2024-12-13 10:35:08,588 - WARNING - "GET / HTTP/1.1" 400 80361 +2024-12-13 10:35:08,797 - ERROR - Invalid HTTP_HOST header: '0bff-182-226-158-253.ngrok-free.app'. You may need to add '0bff-182-226-158-253.ngrok-free.app' to ALLOWED_HOSTS. +Traceback (most recent call last): + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner + response = get_response(request) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/deprecation.py", line 128, in __call__ + response = self.process_request(request) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/middleware/common.py", line 48, in process_request + host = request.get_host() + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/http/request.py", line 151, in get_host + raise DisallowedHost(msg) +django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: '0bff-182-226-158-253.ngrok-free.app'. You may need to add '0bff-182-226-158-253.ngrok-free.app' to ALLOWED_HOSTS. +2024-12-13 10:35:08,814 - WARNING - Bad Request: /favicon.ico +2024-12-13 10:35:08,815 - WARNING - "GET /favicon.ico HTTP/1.1" 400 80382 +2024-12-13 10:35:55,329 - ERROR - Invalid HTTP_HOST header: 'c710-182-226-158-253.ngrok-free.app'. You may need to add 'c710-182-226-158-253.ngrok-free.app' to ALLOWED_HOSTS. +Traceback (most recent call last): + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner + response = get_response(request) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/deprecation.py", line 128, in __call__ + response = self.process_request(request) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/middleware/common.py", line 48, in process_request + host = request.get_host() + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/http/request.py", line 151, in get_host + raise DisallowedHost(msg) +django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'c710-182-226-158-253.ngrok-free.app'. You may need to add 'c710-182-226-158-253.ngrok-free.app' to ALLOWED_HOSTS. +2024-12-13 10:35:55,384 - WARNING - Bad Request: / +2024-12-13 10:35:55,384 - WARNING - "GET / HTTP/1.1" 400 80361 +2024-12-13 10:35:55,594 - ERROR - Invalid HTTP_HOST header: 'c710-182-226-158-253.ngrok-free.app'. You may need to add 'c710-182-226-158-253.ngrok-free.app' to ALLOWED_HOSTS. +Traceback (most recent call last): + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner + response = get_response(request) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/deprecation.py", line 128, in __call__ + response = self.process_request(request) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/middleware/common.py", line 48, in process_request + host = request.get_host() + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/http/request.py", line 151, in get_host + raise DisallowedHost(msg) +django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'c710-182-226-158-253.ngrok-free.app'. You may need to add 'c710-182-226-158-253.ngrok-free.app' to ALLOWED_HOSTS. +2024-12-13 10:35:55,614 - WARNING - Bad Request: /favicon.ico +2024-12-13 10:35:55,615 - WARNING - "GET /favicon.ico HTTP/1.1" 400 80382 +2024-12-13 10:36:36,856 - WARNING - Couldnt reverse reset_password +2024-12-13 10:36:37,782 - WARNING - Couldnt reverse reset_password +2024-12-13 10:36:54,013 - WARNING - Not Found: / +2024-12-13 10:36:54,014 - WARNING - "GET / HTTP/1.1" 404 2481 +2024-12-13 10:37:35,629 - WARNING - Forbidden (Origin checking failed - https://c710-182-226-158-253.ngrok-free.app does not match any trusted origins.): /admin/login/ +2024-12-13 10:37:35,630 - WARNING - "POST /admin/login/?next=/admin/ HTTP/1.1" 403 2618 +2024-12-13 10:38:26,134 - WARNING - Not Found: / +2024-12-13 10:38:26,134 - WARNING - "GET / HTTP/1.1" 404 2481 +2024-12-13 10:38:32,243 - WARNING - Couldnt reverse reset_password +2024-12-13 10:38:32,245 - WARNING - Couldnt reverse reset_password +2024-12-13 10:38:39,581 - WARNING - Couldnt reverse reset_password +2024-12-13 10:39:16,718 - WARNING - Couldnt reverse reset_password +2024-12-13 10:41:02,196 - WARNING - Couldnt reverse reset_password +2024-12-13 10:41:04,239 - WARNING - Couldnt reverse reset_password +2024-12-13 10:41:09,012 - WARNING - Couldnt reverse reset_password +2024-12-13 10:41:12,266 - WARNING - Couldnt reverse reset_password +2024-12-13 10:41:32,536 - WARNING - Couldnt reverse reset_password +2024-12-13 10:41:34,702 - WARNING - Couldnt reverse reset_password +2024-12-13 10:41:36,770 - WARNING - Couldnt reverse reset_password +2024-12-13 10:41:38,986 - WARNING - Couldnt reverse reset_password +2024-12-13 10:41:40,794 - WARNING - Couldnt reverse reset_password +2024-12-13 10:41:45,191 - WARNING - Couldnt reverse reset_password +2024-12-13 10:41:52,062 - WARNING - Bad Request: /admin/antifroud/externaldbsettings/test-connection/ +2024-12-13 10:41:52,062 - WARNING - "GET /admin/antifroud/externaldbsettings/test-connection/?db_id=7 HTTP/1.1" 400 238 +2024-12-13 10:41:53,110 - WARNING - Couldnt reverse reset_password +2024-12-13 10:41:54,537 - WARNING - Couldnt reverse reset_password +2024-12-13 10:41:56,136 - ERROR - Internal Server Error: /admin/antifroud/externaldbsettings/test-connection/ +2024-12-13 10:41:56,137 - ERROR - "GET /admin/antifroud/externaldbsettings/test-connection/?db_id=7 HTTP/1.1" 500 231 +2024-12-13 10:42:06,439 - WARNING - Couldnt reverse reset_password +2024-12-13 10:42:08,498 - WARNING - Couldnt reverse reset_password +2024-12-13 10:42:09,512 - ERROR - Internal Server Error: /admin/antifroud/externaldbsettings/test-connection/ +2024-12-13 10:42:09,513 - ERROR - "GET /admin/antifroud/externaldbsettings/test-connection/?db_id=7 HTTP/1.1" 500 231 +2024-12-13 10:42:18,698 - WARNING - Couldnt reverse reset_password +2024-12-13 10:42:20,165 - WARNING - Couldnt reverse reset_password +2024-12-13 10:42:26,810 - WARNING - Couldnt reverse reset_password +2024-12-13 10:42:28,224 - WARNING - Couldnt reverse reset_password +2024-12-13 10:42:33,366 - ERROR - Internal Server Error: /admin/antifroud/externaldbsettings/test-connection/ +2024-12-13 10:42:33,366 - ERROR - "GET /admin/antifroud/externaldbsettings/test-connection/?db_id=7 HTTP/1.1" 500 231 +2024-12-13 10:42:34,426 - WARNING - Couldnt reverse reset_password +2024-12-13 10:42:35,494 - WARNING - Couldnt reverse reset_password +2024-12-13 10:43:11,712 - WARNING - Couldnt reverse reset_password +2024-12-13 10:43:11,715 - WARNING - Couldnt reverse reset_password +2024-12-13 10:43:17,132 - WARNING - Couldnt reverse reset_password +2024-12-13 10:43:56,913 - WARNING - Couldnt reverse reset_password +2024-12-13 10:44:02,500 - WARNING - Couldnt reverse reset_password +2024-12-13 10:44:07,343 - WARNING - Couldnt reverse reset_password +2024-12-13 10:44:10,638 - WARNING - Couldnt reverse reset_password +2024-12-13 10:44:18,772 - WARNING - Couldnt reverse reset_password +2024-12-13 10:44:26,534 - WARNING - Couldnt reverse reset_password +2024-12-13 10:45:49,475 - WARNING - Couldnt reverse reset_password +2024-12-13 10:45:49,664 - WARNING - Couldnt reverse reset_password +2024-12-13 10:45:52,138 - WARNING - Couldnt reverse reset_password +2024-12-13 10:45:54,370 - WARNING - Couldnt reverse reset_password +2024-12-13 10:45:59,181 - WARNING - Couldnt reverse reset_password +2024-12-13 10:46:52,708 - WARNING - Couldnt reverse reset_password +2024-12-13 10:46:54,237 - WARNING - Couldnt reverse reset_password +2024-12-13 10:47:09,983 - WARNING - Couldnt reverse reset_password +2024-12-13 10:47:11,469 - WARNING - Couldnt reverse reset_password +2024-12-13 10:47:25,563 - WARNING - Couldnt reverse reset_password +2024-12-13 10:47:35,629 - WARNING - Couldnt reverse reset_password +2024-12-13 10:47:51,500 - WARNING - Couldnt reverse reset_password +2024-12-13 10:50:38,866 - WARNING - Couldnt reverse reset_password +2024-12-13 10:51:53,801 - WARNING - Couldnt reverse reset_password +2024-12-13 10:53:18,093 - WARNING - Couldnt reverse reset_password +2024-12-13 10:53:19,576 - WARNING - Couldnt reverse reset_password +2024-12-13 10:53:48,375 - WARNING - Couldnt reverse reset_password +2024-12-13 10:54:22,890 - WARNING - Couldnt reverse reset_password +2024-12-13 10:54:24,961 - WARNING - Couldnt reverse reset_password +2024-12-13 10:54:26,071 - WARNING - Couldnt reverse reset_password +2024-12-13 10:54:32,066 - WARNING - Couldnt reverse reset_password +2024-12-13 10:54:35,306 - WARNING - Couldnt reverse reset_password +2024-12-13 10:54:38,548 - WARNING - Couldnt reverse reset_password +2024-12-13 10:55:04,357 - WARNING - Couldnt reverse reset_password +2024-12-13 10:55:27,927 - WARNING - Couldnt reverse reset_password +2024-12-13 10:55:50,780 - WARNING - Couldnt reverse reset_password +2024-12-13 10:55:58,303 - WARNING - Couldnt reverse reset_password +2024-12-13 10:56:00,602 - WARNING - Couldnt reverse reset_password +2024-12-13 10:56:25,759 - WARNING - Couldnt reverse reset_password +2024-12-13 10:56:31,322 - WARNING - Couldnt reverse reset_password +2024-12-13 10:56:40,010 - WARNING - Couldnt reverse reset_password +2024-12-13 10:57:40,394 - WARNING - Couldnt reverse reset_password +2024-12-13 10:57:42,777 - WARNING - Couldnt reverse reset_password +2024-12-13 10:57:52,372 - WARNING - Couldnt reverse reset_password +2024-12-13 10:57:55,004 - WARNING - Couldnt reverse reset_password +2024-12-13 10:57:58,241 - WARNING - Couldnt reverse reset_password +2024-12-13 10:58:13,914 - WARNING - Couldnt reverse reset_password +2024-12-13 10:58:18,685 - WARNING - Couldnt reverse reset_password +2024-12-13 10:58:18,688 - WARNING - Couldnt reverse reset_password +2024-12-13 10:58:19,405 - WARNING - Couldnt reverse reset_password +2024-12-13 10:58:34,571 - WARNING - Couldnt reverse reset_password +2024-12-13 10:58:53,637 - WARNING - Couldnt reverse reset_password +2024-12-13 10:58:55,922 - WARNING - Couldnt reverse reset_password +2024-12-13 10:59:08,882 - WARNING - Couldnt reverse reset_password +2024-12-13 10:59:21,582 - WARNING - Couldnt reverse reset_password +2024-12-13 10:59:23,454 - WARNING - Couldnt reverse reset_password +2024-12-13 10:59:23,498 - WARNING - Couldnt reverse reset_password +2024-12-13 10:59:26,416 - WARNING - Couldnt reverse reset_password +2024-12-13 10:59:26,634 - WARNING - Couldnt reverse reset_password +2024-12-13 10:59:40,254 - WARNING - Couldnt reverse reset_password +2024-12-13 11:00:17,681 - WARNING - Couldnt reverse reset_password +2024-12-13 11:01:16,207 - WARNING - Couldnt reverse reset_password +2024-12-13 11:01:18,263 - WARNING - Couldnt reverse reset_password +2024-12-13 11:02:31,701 - WARNING - Couldnt reverse reset_password +2024-12-13 11:02:34,917 - WARNING - Couldnt reverse reset_password +2024-12-13 11:02:46,102 - WARNING - Couldnt reverse reset_password +2024-12-13 11:02:46,542 - WARNING - Couldnt reverse reset_password +2024-12-13 11:02:48,156 - WARNING - Couldnt reverse reset_password +2024-12-13 11:02:49,601 - WARNING - Couldnt reverse reset_password +2024-12-13 11:02:50,208 - WARNING - Couldnt reverse reset_password +2024-12-13 11:03:08,606 - WARNING - Couldnt reverse reset_password +2024-12-13 11:03:32,230 - WARNING - Couldnt reverse reset_password +2024-12-13 11:07:19,414 - WARNING - Couldnt reverse reset_password +2024-12-13 11:07:21,111 - WARNING - Couldnt reverse reset_password +2024-12-13 11:07:26,232 - WARNING - Couldnt reverse reset_password +2024-12-13 11:07:26,233 - WARNING - Couldnt reverse reset_password +2024-12-13 11:07:28,446 - WARNING - Couldnt reverse reset_password +2024-12-13 11:07:33,527 - WARNING - Couldnt reverse reset_password +2024-12-13 11:07:34,772 - WARNING - Couldnt reverse reset_password +2024-12-13 11:07:43,482 - WARNING - Couldnt reverse reset_password +2024-12-13 11:07:45,931 - WARNING - Couldnt reverse reset_password +2024-12-13 11:07:52,065 - WARNING - Couldnt reverse reset_password +2024-12-13 11:07:52,899 - WARNING - Couldnt reverse reset_password +2024-12-13 11:08:10,075 - WARNING - Couldnt reverse reset_password +2024-12-13 11:08:10,076 - WARNING - Couldnt reverse reset_password +2024-12-13 11:08:40,368 - WARNING - Couldnt reverse reset_password +2024-12-13 11:08:58,440 - WARNING - Couldnt reverse reset_password +2024-12-13 11:08:58,441 - WARNING - Couldnt reverse reset_password +2024-12-13 11:09:04,258 - WARNING - Couldnt reverse reset_password +2024-12-13 11:09:04,262 - WARNING - Couldnt reverse reset_password +2024-12-13 11:09:08,002 - WARNING - Couldnt reverse reset_password +2024-12-13 11:09:08,003 - WARNING - Couldnt reverse reset_password +2024-12-13 11:09:15,854 - WARNING - Couldnt reverse reset_password +2024-12-13 11:09:43,267 - WARNING - Couldnt reverse reset_password +2024-12-13 11:11:07,425 - WARNING - Couldnt reverse reset_password +2024-12-13 11:11:08,524 - WARNING - Couldnt reverse reset_password +2024-12-13 11:11:08,898 - WARNING - Couldnt reverse reset_password +2024-12-13 11:11:16,350 - WARNING - Couldnt reverse reset_password +2024-12-13 11:11:19,338 - WARNING - Couldnt reverse reset_password +2024-12-13 11:11:19,341 - WARNING - Couldnt reverse reset_password +2024-12-13 11:11:22,351 - WARNING - Couldnt reverse reset_password +2024-12-13 11:11:28,408 - WARNING - Couldnt reverse reset_password +2024-12-13 11:11:31,491 - WARNING - Couldnt reverse reset_password +2024-12-13 11:11:41,606 - WARNING - Couldnt reverse reset_password +2024-12-13 11:11:48,536 - WARNING - Couldnt reverse reset_password +2024-12-13 11:12:35,143 - WARNING - Couldnt reverse reset_password +2024-12-13 11:12:40,593 - WARNING - Couldnt reverse reset_password +2024-12-13 11:13:09,251 - WARNING - Couldnt reverse reset_password +2024-12-13 11:13:10,567 - WARNING - Couldnt reverse reset_password +2024-12-13 11:13:11,627 - WARNING - Couldnt reverse reset_password +2024-12-13 11:13:29,740 - WARNING - Couldnt reverse reset_password +2024-12-13 11:14:24,068 - WARNING - Couldnt reverse reset_password +2024-12-13 11:14:29,297 - WARNING - Couldnt reverse reset_password +2024-12-13 11:14:29,817 - WARNING - Couldnt reverse reset_password +2024-12-13 11:14:37,052 - WARNING - Couldnt reverse reset_password +2024-12-13 11:16:44,338 - WARNING - Couldnt reverse reset_password +2024-12-13 11:16:45,276 - WARNING - Couldnt reverse reset_password +2024-12-13 11:16:54,475 - WARNING - Couldnt reverse reset_password +2024-12-13 11:17:37,959 - WARNING - Couldnt reverse reset_password +2024-12-13 11:17:39,437 - WARNING - Couldnt reverse reset_password +2024-12-13 11:18:24,471 - WARNING - Couldnt reverse reset_password +2024-12-13 11:18:25,831 - WARNING - Couldnt reverse reset_password +2024-12-13 11:18:28,202 - ERROR - Internal Server Error: /admin/antifroud/externaldbsettings/test-connection/ +2024-12-13 11:18:28,203 - ERROR - "GET /admin/antifroud/externaldbsettings/test-connection/?db_id=7 HTTP/1.1" 500 169 +2024-12-13 11:19:31,627 - WARNING - Couldnt reverse reset_password +2024-12-13 11:19:39,192 - WARNING - Couldnt reverse reset_password +2024-12-13 11:19:42,889 - ERROR - Internal Server Error: /admin/antifroud/externaldbsettings/test-connection/ +2024-12-13 11:19:42,889 - ERROR - "GET /admin/antifroud/externaldbsettings/test-connection/?db_id=7 HTTP/1.1" 500 169 +2024-12-13 11:21:05,412 - ERROR - Internal Server Error: /admin/antifroud/externaldbsettings/test-connection/ +2024-12-13 11:21:05,413 - ERROR - "GET /admin/antifroud/externaldbsettings/test-connection/?db_id=7 HTTP/1.1" 500 169 +2024-12-13 11:22:06,302 - WARNING - Couldnt reverse reset_password +2024-12-13 11:22:07,520 - WARNING - Couldnt reverse reset_password +2024-12-13 11:22:48,958 - WARNING - Couldnt reverse reset_password +2024-12-13 11:23:58,159 - WARNING - Couldnt reverse reset_password +2024-12-13 11:24:27,779 - WARNING - Couldnt reverse reset_password +2024-12-13 11:24:29,178 - WARNING - Couldnt reverse reset_password +2024-12-13 11:24:38,120 - WARNING - Couldnt reverse reset_password +2024-12-13 11:24:40,901 - WARNING - Couldnt reverse reset_password +2024-12-13 11:24:41,531 - WARNING - Couldnt reverse reset_password +2024-12-13 11:24:54,709 - WARNING - Couldnt reverse reset_password +2024-12-13 11:24:59,831 - WARNING - Couldnt reverse reset_password +2024-12-13 11:25:16,506 - WARNING - Couldnt reverse reset_password +2024-12-13 11:25:33,894 - WARNING - Couldnt reverse reset_password +2024-12-13 11:26:03,897 - WARNING - Couldnt reverse reset_password +2024-12-13 11:26:03,961 - WARNING - Couldnt reverse reset_password +2024-12-13 11:27:22,228 - WARNING - Couldnt reverse reset_password +2024-12-13 11:28:29,668 - WARNING - Couldnt reverse reset_password +2024-12-13 11:29:42,828 - WARNING - Couldnt reverse reset_password +2024-12-13 11:30:30,212 - ERROR - Internal Server Error: /admin/antifroud/importedhotel/ +Traceback (most recent call last): + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner + response = get_response(request) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/base.py", line 220, in _get_response + response = response.render() + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/response.py", line 114, in render + self.content = self.rendered_content + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/response.py", line 90, in rendered_content + template = self.resolve_template(self.template_name) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/response.py", line 74, in resolve_template + return get_template(template, using=self.using) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loader.py", line 15, in get_template + return engine.get_template(template_name) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/backends/django.py", line 79, in get_template + return Template(self.engine.get_template(template_name), self) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/engine.py", line 177, in get_template + template, origin = self.find_template(template_name) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/engine.py", line 159, in find_template + template = loader.get_template(name, skip=skip) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loaders/cached.py", line 57, in get_template + template = super().get_template(template_name, skip) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loaders/base.py", line 28, in get_template + return Template( + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/base.py", line 154, in __init__ + self.nodelist = self.compile_nodelist() + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/base.py", line 196, in compile_nodelist + nodelist = parser.parse() + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/base.py", line 518, in parse + raise self.error(token, e) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/base.py", line 516, in parse + compiled_result = compile_func(self, token) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loader_tags.py", line 295, in do_extends + nodelist = parser.parse() + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/base.py", line 518, in parse + raise self.error(token, e) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/base.py", line 516, in parse + compiled_result = compile_func(self, token) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loader_tags.py", line 234, in do_block + nodelist = parser.parse(("endblock",)) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/base.py", line 518, in parse + raise self.error(token, e) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/base.py", line 516, in parse + compiled_result = compile_func(self, token) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loader_tags.py", line 234, in do_block + nodelist = parser.parse(("endblock",)) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/base.py", line 518, in parse + raise self.error(token, e) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/base.py", line 516, in parse + compiled_result = compile_func(self, token) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loader_tags.py", line 228, in do_block + raise TemplateSyntaxError( +django.template.exceptions.TemplateSyntaxError: 'block' tag with name 'modal' appears more than once +2024-12-13 11:30:30,213 - ERROR - "GET /admin/antifroud/importedhotel/ HTTP/1.1" 500 219007 +2024-12-13 11:30:48,418 - WARNING - Couldnt reverse reset_password +2024-12-13 11:58:19,813 - WARNING - Not Found: /favicon.ico +2024-12-13 11:58:19,814 - WARNING - "GET /favicon.ico HTTP/1.1" 404 2532 +2024-12-13 11:59:25,698 - WARNING - Couldnt reverse reset_password +2024-12-13 11:59:25,702 - WARNING - Couldnt reverse reset_password +2024-12-13 11:59:32,499 - WARNING - Couldnt reverse reset_password +2024-12-13 11:59:32,500 - WARNING - Couldnt reverse reset_password +2024-12-13 11:59:35,031 - WARNING - Couldnt reverse reset_password +2024-12-13 12:00:10,948 - WARNING - Couldnt reverse reset_password +2024-12-13 12:00:18,541 - WARNING - Couldnt reverse reset_password +2024-12-13 12:00:28,928 - WARNING - Couldnt reverse reset_password +2024-12-13 12:00:29,789 - WARNING - Couldnt reverse reset_password +2024-12-13 12:01:04,497 - WARNING - Couldnt reverse reset_password +2024-12-13 12:44:28,980 - WARNING - Couldnt reverse reset_password +2024-12-13 12:45:09,910 - WARNING - Couldnt reverse reset_password +2024-12-13 12:45:18,332 - WARNING - Couldnt reverse reset_password +2024-12-13 12:45:26,603 - WARNING - Couldnt reverse reset_password +2024-12-13 12:45:46,559 - WARNING - Couldnt reverse reset_password +2024-12-13 12:45:51,178 - WARNING - Couldnt reverse reset_password +2024-12-13 12:45:57,145 - WARNING - Couldnt reverse reset_password +2024-12-13 12:46:01,136 - WARNING - Couldnt reverse reset_password +2024-12-13 12:46:20,807 - WARNING - Couldnt reverse reset_password +2024-12-13 12:46:27,127 - WARNING - Couldnt reverse reset_password +2024-12-13 12:48:35,540 - WARNING - Couldnt reverse reset_password +2024-12-13 12:49:00,958 - WARNING - Couldnt reverse reset_password +2024-12-13 12:51:27,508 - WARNING - Couldnt reverse reset_password +2024-12-13 12:51:33,559 - WARNING - Couldnt reverse reset_password +2024-12-13 12:52:31,559 - WARNING - Couldnt reverse reset_password +2024-12-13 12:53:15,169 - WARNING - Couldnt reverse reset_password +2024-12-13 12:56:09,972 - WARNING - Couldnt reverse reset_password +2024-12-13 12:56:09,978 - WARNING - Couldnt reverse reset_password +2024-12-13 12:56:11,242 - WARNING - Couldnt reverse reset_password +2024-12-13 13:01:23,087 - WARNING - Couldnt reverse reset_password +2024-12-13 13:01:32,648 - WARNING - Couldnt reverse reset_password +2024-12-13 13:02:40,733 - WARNING - Not Found: /admin/import_hotels/ +2024-12-13 13:02:40,733 - WARNING - "GET /admin/import_hotels/ HTTP/1.1" 404 8636 +2024-12-13 13:02:40,775 - WARNING - Not Found: /favicon.ico +2024-12-13 13:03:18,733 - WARNING - Couldnt reverse reset_password +2024-12-13 13:03:21,342 - WARNING - Couldnt reverse reset_password +2024-12-13 13:03:21,945 - WARNING - Couldnt reverse reset_password +2024-12-13 13:03:22,154 - WARNING - Couldnt reverse reset_password +2024-12-13 13:03:22,349 - WARNING - Couldnt reverse reset_password +2024-12-13 13:06:53,806 - WARNING - Couldnt reverse reset_password +2024-12-13 13:07:03,911 - WARNING - Couldnt reverse reset_password +2024-12-13 13:07:16,912 - WARNING - Couldnt reverse reset_password +2024-12-13 13:08:43,933 - WARNING - Couldnt reverse reset_password +2024-12-13 13:10:21,569 - WARNING - Couldnt reverse reset_password +2024-12-13 13:10:23,720 - WARNING - Couldnt reverse reset_password +2024-12-13 13:10:25,525 - WARNING - Couldnt reverse reset_password +2024-12-13 13:10:26,225 - WARNING - Couldnt reverse reset_password +2024-12-13 13:10:26,748 - WARNING - Couldnt reverse reset_password +2024-12-13 13:10:26,888 - WARNING - Couldnt reverse reset_password +2024-12-13 13:10:27,100 - WARNING - Couldnt reverse reset_password +2024-12-13 13:10:27,236 - WARNING - Couldnt reverse reset_password +2024-12-13 13:10:27,419 - WARNING - Couldnt reverse reset_password +2024-12-13 13:10:27,532 - WARNING - Couldnt reverse reset_password +2024-12-13 13:10:27,677 - WARNING - Couldnt reverse reset_password +2024-12-13 13:11:31,873 - WARNING - Couldnt reverse reset_password +2024-12-13 13:11:37,062 - WARNING - Couldnt reverse reset_password +2024-12-13 13:12:37,602 - WARNING - Couldnt reverse reset_password +2024-12-13 13:13:14,085 - WARNING - Couldnt reverse reset_password +2024-12-13 13:13:47,926 - WARNING - Couldnt reverse reset_password +2024-12-13 13:14:11,627 - ERROR - Internal Server Error: /admin/antifroud/importedhotel/ +Traceback (most recent call last): + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner + response = get_response(request) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/base.py", line 220, in _get_response + response = response.render() + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/response.py", line 114, in render + self.content = self.rendered_content + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/response.py", line 90, in rendered_content + template = self.resolve_template(self.template_name) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/response.py", line 74, in resolve_template + return get_template(template, using=self.using) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loader.py", line 15, in get_template + return engine.get_template(template_name) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/backends/django.py", line 79, in get_template + return Template(self.engine.get_template(template_name), self) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/engine.py", line 177, in get_template + template, origin = self.find_template(template_name) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/engine.py", line 159, in find_template + template = loader.get_template(name, skip=skip) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loaders/cached.py", line 57, in get_template + template = super().get_template(template_name, skip) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loaders/base.py", line 28, in get_template + return Template( + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/base.py", line 154, in __init__ + self.nodelist = self.compile_nodelist() + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/base.py", line 196, in compile_nodelist + nodelist = parser.parse() + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/base.py", line 518, in parse + raise self.error(token, e) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/base.py", line 516, in parse + compiled_result = compile_func(self, token) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loader_tags.py", line 295, in do_extends + nodelist = parser.parse() + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/base.py", line 518, in parse + raise self.error(token, e) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/base.py", line 516, in parse + compiled_result = compile_func(self, token) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loader_tags.py", line 234, in do_block + nodelist = parser.parse(("endblock",)) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/base.py", line 523, in parse + self.unclosed_block_tag(parse_until) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/base.py", line 586, in unclosed_block_tag + raise self.error(token, msg) +django.template.exceptions.TemplateSyntaxError: Unclosed tag on line 2: 'block'. Looking for one of: endblock. +2024-12-13 13:14:11,628 - ERROR - "POST /admin/antifroud/importedhotel/ HTTP/1.1" 500 179513 +2024-12-13 13:14:30,446 - WARNING - Couldnt reverse reset_password +2024-12-13 13:14:52,808 - WARNING - Couldnt reverse reset_password +2024-12-13 13:15:54,132 - WARNING - Couldnt reverse reset_password +2024-12-13 13:16:09,889 - WARNING - Couldnt reverse reset_password +2024-12-13 13:16:11,261 - WARNING - Couldnt reverse reset_password +2024-12-13 13:16:19,662 - WARNING - Couldnt reverse reset_password +2024-12-13 13:16:50,867 - WARNING - Couldnt reverse reset_password +2024-12-13 13:17:26,252 - WARNING - Couldnt reverse reset_password +2024-12-13 13:17:34,690 - WARNING - Couldnt reverse reset_password +2024-12-13 13:17:57,128 - WARNING - Couldnt reverse reset_password +2024-12-13 13:18:05,807 - WARNING - Couldnt reverse reset_password +2024-12-13 13:19:10,258 - WARNING - Couldnt reverse reset_password +2024-12-13 13:19:11,352 - WARNING - Couldnt reverse reset_password +2024-12-13 13:19:20,647 - WARNING - Couldnt reverse reset_password +2024-12-13 13:22:44,588 - WARNING - Couldnt reverse reset_password +2024-12-13 13:23:03,959 - WARNING - Couldnt reverse reset_password +2024-12-13 13:24:53,115 - WARNING - Couldnt reverse reset_password +2024-12-13 13:25:07,298 - WARNING - Couldnt reverse reset_password +2024-12-13 13:26:00,704 - WARNING - Couldnt reverse reset_password +2024-12-13 13:26:06,486 - WARNING - Couldnt reverse reset_password +2024-12-13 13:27:45,389 - WARNING - Couldnt reverse reset_password +2024-12-13 13:28:20,800 - WARNING - Couldnt reverse reset_password +2024-12-13 13:28:22,925 - WARNING - Couldnt reverse reset_password +2024-12-13 13:28:23,723 - WARNING - Couldnt reverse reset_password +2024-12-13 13:29:05,689 - WARNING - Couldnt reverse reset_password +2024-12-13 13:29:07,086 - WARNING - Couldnt reverse reset_password +2024-12-13 13:29:20,904 - WARNING - Couldnt reverse reset_password +2024-12-13 13:29:29,953 - WARNING - Couldnt reverse reset_password +2024-12-13 13:29:32,211 - WARNING - Couldnt reverse reset_password +2024-12-13 13:29:38,234 - WARNING - Couldnt reverse reset_password +2024-12-13 13:30:29,417 - WARNING - Couldnt reverse reset_password +2024-12-13 13:30:33,784 - WARNING - Couldnt reverse reset_password +2024-12-13 13:31:26,704 - WARNING - Couldnt reverse reset_password +2024-12-13 13:31:30,839 - WARNING - Couldnt reverse reset_password +2024-12-13 13:31:40,665 - WARNING - Couldnt reverse reset_password +2024-12-13 13:31:45,836 - WARNING - Couldnt reverse reset_password +2024-12-13 13:31:53,378 - WARNING - Couldnt reverse reset_password +2024-12-13 13:31:57,796 - WARNING - Couldnt reverse reset_password +2024-12-13 13:31:59,515 - WARNING - Couldnt reverse reset_password +2024-12-13 13:32:00,288 - WARNING - Couldnt reverse reset_password +2024-12-13 13:32:04,678 - WARNING - Couldnt reverse reset_password +2024-12-13 13:32:13,893 - WARNING - Not Found: /admin/hotels/sync/1/ +2024-12-13 13:32:13,894 - WARNING - "GET /admin/hotels/sync/1/ HTTP/1.1" 404 8636 +2024-12-13 13:32:13,938 - WARNING - Not Found: /favicon.ico +2024-12-13 13:32:13,939 - WARNING - "GET /favicon.ico HTTP/1.1" 404 2511 +2024-12-13 13:32:20,395 - WARNING - Couldnt reverse reset_password +2024-12-13 13:32:33,549 - WARNING - Couldnt reverse reset_password +2024-12-13 13:32:36,464 - WARNING - Couldnt reverse reset_password +2024-12-13 13:33:36,320 - WARNING - Couldnt reverse reset_password diff --git a/bot/operations/hotels.py b/bot/operations/hotels.py index 7b5b55cd..0874fc32 100644 --- a/bot/operations/hotels.py +++ b/bot/operations/hotels.py @@ -121,6 +121,52 @@ async def delete_hotel(update: Update, context): # await pms_manager.save_log("error", str(e)) # await query.edit_message_text(f"❌ Ошибка: {e}") +# async def check_pms(update, context): +# query = update.callback_query + +# try: +# # Получение ID отеля из callback_data +# hotel_id = query.data.split("_")[2] + +# # Получение конфигурации отеля и PMS +# hotel = await sync_to_async(Hotel.objects.select_related('pms').get)(id=hotel_id) +# pms_config = hotel.pms + +# if not pms_config: +# await query.edit_message_text("PMS конфигурация не найдена.") +# return + +# # Создаем экземпляр PMSIntegrationManager +# pms_manager = PMSIntegrationManager(hotel_id=hotel_id) +# await pms_manager.load_hotel() +# await sync_to_async(pms_manager.load_plugin)() + +# # Проверяем, какой способ интеграции использовать +# if hasattr(pms_manager.plugin, 'fetch_data') and callable(pms_manager.plugin.fetch_data): +# # Плагин поддерживает метод fetch_data +# data = await pms_manager.plugin.fetch_data() +# elif pms_config.api_url and pms_config.token: +# # Используем прямой запрос к API +# from pms_integration.api_client import APIClient +# api_client = APIClient(base_url=pms_config.api_url, access_token=pms_config.token) +# data = api_client.fetch_reservations() +# else: +# # Если подходящий способ не найден +# await query.edit_message_text("Подходящий способ интеграции с PMS не найден.") +# return + +# # Сохраняем данные в базу +# from bot.utils.database import save_reservations +# await sync_to_async(save_reservations)(data) + +# # Уведомляем об успешной интеграции +# await query.edit_message_text(f"Интеграция PMS {pms_config.name} завершена успешно.") +# except Exception as e: +# # Обрабатываем и логируем ошибки +# await query.edit_message_text(f"❌ Ошибка: {str(e)}") + + + async def check_pms(update, context): query = update.callback_query @@ -144,28 +190,28 @@ async def check_pms(update, context): # Проверяем, какой способ интеграции использовать if hasattr(pms_manager.plugin, 'fetch_data') and callable(pms_manager.plugin.fetch_data): # Плагин поддерживает метод fetch_data - data = await pms_manager.plugin.fetch_data() - elif pms_config.api_url and pms_config.token: - # Используем прямой запрос к API - from pms_integration.api_client import APIClient - api_client = APIClient(base_url=pms_config.api_url, access_token=pms_config.token) - data = api_client.fetch_reservations() + report = await pms_manager.plugin._fetch_data() else: - # Если подходящий способ не найден await query.edit_message_text("Подходящий способ интеграции с PMS не найден.") return - # Сохраняем данные в базу - from bot.utils.database import save_reservations - await sync_to_async(save_reservations)(data) + # Формируем сообщение о результатах + result_message = ( + f"Интеграция PMS завершена успешно.\n" + f"Обработано интервалов: {report['processed_intervals']}\n" + f"Обработано записей: {report['processed_items']}\n" + f"Ошибки: {len(report['errors'])}" + ) + if report["errors"]: + result_message += "\n\nСписок ошибок:\n" + "\n".join(report["errors"]) - # Уведомляем об успешной интеграции - await query.edit_message_text(f"Интеграция PMS {pms_config.name} завершена успешно.") + await query.edit_message_text(result_message) except Exception as e: # Обрабатываем и логируем ошибки await query.edit_message_text(f"❌ Ошибка: {str(e)}") + async def setup_rooms(update: Update, context): """Настроить номера отеля.""" query = update.callback_query diff --git a/bot/operations/statistics.py b/bot/operations/statistics.py index 10d54a82..cf421c10 100644 --- a/bot/operations/statistics.py +++ b/bot/operations/statistics.py @@ -1,4 +1,4 @@ -from datetime import datetime, timedelta +from datetime import datetime, timedelta, timezone from telegram import InlineKeyboardButton, InlineKeyboardMarkup, Update from telegram.ext import ContextTypes from asgiref.sync import sync_to_async @@ -7,7 +7,7 @@ from users.models import User from bot.utils.pdf_report import generate_pdf_report from bot.utils.database import get_hotels_for_user, get_hotel_by_name - +from django.utils.timezone import make_aware async def statistics(update: Update, context: ContextTypes.DEFAULT_TYPE): """Вывод списка отелей для статистики.""" @@ -55,6 +55,7 @@ async def stats_select_period(update: Update, context: ContextTypes.DEFAULT_TYPE reply_markup = InlineKeyboardMarkup(keyboard) await query.edit_message_text("Выберите период времени:", reply_markup=reply_markup) + async def generate_statistics(update: Update, context: ContextTypes.DEFAULT_TYPE): """Генерация и отправка статистики.""" query = update.callback_query @@ -66,47 +67,70 @@ async def generate_statistics(update: Update, context: ContextTypes.DEFAULT_TYPE return period = query.data.split("_")[2] + print(f'Period raw: {query.data}') + print(f'Selected period: {period}') + + now = datetime.utcnow().replace(tzinfo=timezone.utc) # Используем timezone.utc - now = datetime.now() if period == "day": - start_date = (now - timedelta(days=1)).date() # Вчерашняя дата - end_date = now.date() # Сегодняшняя дата + start_date = (now - timedelta(days=1)).replace(hour=0, minute=0, second=0, microsecond=0) + end_date = now.replace(hour=23, minute=59, second=59, microsecond=999999) elif period == "week": - start_date = (now - timedelta(days=7)).date() - end_date = now.date() + start_date = (now - timedelta(days=7)).replace(hour=0, minute=0, second=0, microsecond=0) + end_date = now.replace(hour=23, minute=59, second=59, microsecond=999999) elif period == "month": - start_date = (now - timedelta(days=30)).date() - end_date = now.date() - else: + start_date = (now - timedelta(days=30)).replace(hour=0, minute=0, second=0, microsecond=0) + end_date = now.replace(hour=23, minute=59, second=59, microsecond=999999) + else: # "all" start_date = None end_date = None + print(f'Raw start_date: {start_date}, Raw end_date: {end_date}') + + # Убедитесь, что даты имеют временную зону UTC + if start_date: + start_date = make_aware(start_date) if start_date.tzinfo is None else start_date + if end_date: + end_date = make_aware(end_date) if end_date.tzinfo is None else end_date + + print(f'Filtered start_date: {start_date}, Filtered end_date: {end_date}') + # Фильтрация по "дата заезда" if start_date and end_date: reservations = await sync_to_async(list)( Reservation.objects.filter( hotel_id=hotel_id, - check_in__date__gte=start_date, - check_in__date__lte=end_date - ).prefetch_related('guests') + check_in__gte=start_date, + check_in__lte=end_date + ).select_related('hotel') ) - else: + else: # Без фильтра по дате reservations = await sync_to_async(list)( - Reservation.objects.filter(hotel_id=hotel_id).prefetch_related('guests') + Reservation.objects.filter( + hotel_id=hotel_id + ).select_related('hotel') ) + print(f'Filtered reservations count: {len(reservations)}') + if not reservations: await query.edit_message_text("Нет данных для статистики за выбранный период.") return hotel = await sync_to_async(Hotel.objects.get)(id=hotel_id) + print(f'Hotel: {hotel.name}') + + for reservation in reservations: + print(f"Reservation ID: {reservation.reservation_id}, Hotel: {reservation.hotel.name}, " + f"Room number: {reservation.room_number}, Check-in: {reservation.check_in}, Check-out: {reservation.check_out}") + + # Генерация PDF отчета (пример) file_path = generate_pdf_report(hotel.name, reservations, start_date, end_date) + print(f'Generated file path: {file_path}') with open(file_path, "rb") as file: await query.message.reply_document(document=file, filename=f"{hotel.name}_report.pdf") - - async def stats_back(update: Update, context): """Возврат к выбору отеля.""" query = update.callback_query diff --git a/db2.sqlite3 b/db2.sqlite3 deleted file mode 100644 index 5ded71a7..00000000 Binary files a/db2.sqlite3 and /dev/null differ diff --git a/db2.sqlite3.sql b/db2.sqlite3.sql deleted file mode 100644 index a1138d4b..00000000 --- a/db2.sqlite3.sql +++ /dev/null @@ -1,186 +0,0 @@ -BEGIN TRANSACTION; -INSERT INTO "django_migrations" ("id","app","name","applied") VALUES (1,'contenttypes','0001_initial','2024-12-10 01:46:55.727280'), - (2,'auth','0001_initial','2024-12-10 01:46:55.748342'), - (3,'admin','0001_initial','2024-12-10 01:46:55.761857'), - (4,'admin','0002_logentry_remove_auto_add','2024-12-10 01:46:55.771717'), - (5,'admin','0003_logentry_add_action_flag_choices','2024-12-10 01:46:55.783546'), - (6,'contenttypes','0002_remove_content_type_name','2024-12-10 01:46:55.798657'), - (7,'auth','0002_alter_permission_name_max_length','2024-12-10 01:46:55.812626'), - (8,'auth','0003_alter_user_email_max_length','2024-12-10 01:46:55.826016'), - (9,'auth','0004_alter_user_username_opts','2024-12-10 01:46:55.836404'), - (10,'auth','0005_alter_user_last_login_null','2024-12-10 01:46:55.846555'), - (11,'auth','0006_require_contenttypes_0002','2024-12-10 01:46:55.850370'), - (12,'auth','0007_alter_validators_add_error_messages','2024-12-10 01:46:55.858610'), - (13,'auth','0008_alter_user_username_max_length','2024-12-10 01:46:55.868657'), - (14,'auth','0009_alter_user_last_name_max_length','2024-12-10 01:46:55.880462'), - (15,'auth','0010_alter_group_name_max_length','2024-12-10 01:46:55.893095'), - (16,'auth','0011_update_proxy_permissions','2024-12-10 01:46:55.900517'), - (17,'auth','0012_alter_user_first_name_max_length','2024-12-10 01:46:55.911606'), - (18,'users','0001_initial','2024-12-10 01:46:55.941858'), - (19,'hotels','0001_initial','2024-12-10 01:46:55.957904'), - (20,'pms_integration','0001_initial','2024-12-10 01:46:55.968957'), - (21,'hotels','0002_initial','2024-12-10 01:46:56.002327'), - (22,'hotels','0003_initial','2024-12-10 01:46:56.025083'), - (23,'sessions','0001_initial','2024-12-10 01:46:56.034581'), - (24,'pms_integration','0002_alter_pmsconfiguration_plugin_name','2024-12-10 02:52:26.722876'), - (25,'pms_integration','0003_alter_pmsconfiguration_plugin_name','2024-12-10 02:58:35.733611'), - (26,'pms_integration','0004_alter_pmsconfiguration_plugin_name','2024-12-10 03:00:06.725614'), - (27,'pms_integration','0005_pmsconfiguration_private_key_and_more','2024-12-10 03:04:00.440483'), - (28,'scheduler','0001_initial','2024-12-10 06:42:05.633067'), - (29,'scheduler','0002_alter_scheduledtask_options_and_more','2024-12-10 06:49:38.460869'), - (30,'scheduler','0003_alter_scheduledtask_options_and_more','2024-12-10 07:13:54.438968'); -INSERT INTO "django_admin_log" ("id","object_id","object_repr","action_flag","change_message","content_type_id","user_id","action_time") VALUES (1,'1','Shelter Golden Hills 3',1,'[{"added": {}}]',7,1,'2024-12-09 09:32:31.355706'), - (2,'2','Shelter Golden Hills 4',1,'[{"added": {}}]',7,1,'2024-12-09 09:33:10.530095'), - (3,'1','Golden Hills 3',1,'[{"added": {}}]',15,1,'2024-12-09 09:34:11.465732'), - (4,'2','Golden Hills 4',1,'[{"added": {}}]',15,1,'2024-12-09 09:34:21.783766'), - (5,'1','andrew',1,'[{"added": {}}]',18,1,'2024-12-09 09:35:20.367524'), - (6,'1','Настройки уведомлений для andrew',1,'[{"added": {}}]',19,1,'2024-12-09 09:35:40.518128'), - (7,'1','andrew - Golden Hills 3',1,'[{"added": {}}]',13,1,'2024-12-09 09:35:57.888800'), - (8,'2','andrew - Golden Hills 4',1,'[{"added": {}}]',13,1,'2024-12-09 09:36:06.799616'), - (9,'3','Как дома',1,'[{"added": {}}]',15,1,'2024-12-09 10:19:47.100883'), - (10,'2','Shelter Golden Hills 4',2,'[{"changed": {"fields": ["\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u0430"]}}]',7,1,'2024-12-10 02:47:47.763286'), - (11,'1','Shelter Golden Hills 3',2,'[{"changed": {"fields": ["\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u0430"]}}]',7,1,'2024-12-10 02:47:51.978891'), - (12,'2','Shelter Golden Hills 4',2,'[{"changed": {"fields": ["plugin_name"]}}]',7,1,'2024-12-10 03:00:54.761679'), - (13,'2','Shelter Golden Hills 4',2,'[]',7,1,'2024-12-10 03:01:06.448068'), - (14,'3','Как дома / RealtyCalendar',1,'[{"added": {}}]',7,1,'2024-12-10 03:07:04.219584'), - (15,'3','andrew - Как дома',1,'[{"added": {}}]',13,1,'2024-12-10 03:07:13.403477'), - (16,'3','Как дома',2,'[{"changed": {"fields": ["PMS \u0441\u0438\u0441\u0442\u0435\u043c\u0430"]}}]',15,1,'2024-12-10 03:16:16.331411'), - (17,'4','Bnovo',1,'[{"added": {}}]',7,1,'2024-12-10 04:18:40.567772'), - (18,'4','Bnovo',2,'[{"changed": {"fields": ["\u041b\u043e\u0433\u0438\u043d", "\u041f\u0430\u0440\u043e\u043b\u044c"]}}]',7,1,'2024-12-10 04:22:39.182778'), - (19,'4','Test',1,'[{"added": {}}]',15,1,'2024-12-10 04:25:37.535780'), - (20,'4','andrew - Test',1,'[{"added": {}}]',13,1,'2024-12-10 04:25:43.910574'), - (21,'1','bot running',1,'[{"added": {}}]',21,1,'2024-12-10 07:04:41.982258'), - (22,'2','bot.check_pms',1,'[{"added": {}}]',21,1,'2024-12-10 07:07:20.515061'), - (23,'2','bot.check_pms',2,'[{"changed": {"fields": ["\u0424\u0443\u043d\u043a\u0446\u0438\u044f", "\u0410\u043a\u0442\u0438\u0432\u043d\u043e", "\u0414\u043d\u0438 \u043d\u0435\u0434\u0435\u043b\u0438"]}}]',21,1,'2024-12-10 08:14:49.799413'), - (24,'1','bot running',2,'[{"changed": {"fields": ["\u0424\u0443\u043d\u043a\u0446\u0438\u044f", "\u0414\u043d\u0438 \u043d\u0435\u0434\u0435\u043b\u0438", "\u0414\u043d\u0438 \u043d\u0435\u0434\u0435\u043b\u0438"]}}]',21,1,'2024-12-10 08:15:52.093648'), - (25,'1','andrew',2,'[{"changed": {"fields": ["\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d"]}}]',18,1,'2024-12-10 08:35:12.673349'); -INSERT INTO "django_content_type" ("id","app_label","model") VALUES (1,'admin','logentry'), - (2,'auth','permission'), - (3,'auth','group'), - (4,'auth','user'), - (5,'contenttypes','contenttype'), - (6,'sessions','session'), - (7,'pms_integration','pmsconfiguration'), - (8,'pms_integration','pmsintegrationlog'), - (9,'hotels','apiconfiguration'), - (10,'hotels','fraudlog'), - (11,'hotels','guest'), - (12,'hotels','reservation'), - (13,'hotels','userhotel'), - (14,'hotels','apirequestlog'), - (15,'hotels','hotel'), - (16,'users','localuseractivitylog'), - (17,'users','useractivitylog'), - (18,'users','user'), - (19,'users','notificationsettings'), - (20,'users','userconfirmation'), - (21,'scheduler','scheduledtask'); -INSERT INTO "auth_permission" ("id","content_type_id","codename","name") VALUES (1,1,'add_logentry','Can add log entry'), - (2,1,'change_logentry','Can change log entry'), - (3,1,'delete_logentry','Can delete log entry'), - (4,1,'view_logentry','Can view log entry'), - (5,2,'add_permission','Can add permission'), - (6,2,'change_permission','Can change permission'), - (7,2,'delete_permission','Can delete permission'), - (8,2,'view_permission','Can view permission'), - (9,3,'add_group','Can add group'), - (10,3,'change_group','Can change group'), - (11,3,'delete_group','Can delete group'), - (12,3,'view_group','Can view group'), - (13,4,'add_user','Can add user'), - (14,4,'change_user','Can change user'), - (15,4,'delete_user','Can delete user'), - (16,4,'view_user','Can view user'), - (17,5,'add_contenttype','Can add content type'), - (18,5,'change_contenttype','Can change content type'), - (19,5,'delete_contenttype','Can delete content type'), - (20,5,'view_contenttype','Can view content type'), - (21,6,'add_session','Can add session'), - (22,6,'change_session','Can change session'), - (23,6,'delete_session','Can delete session'), - (24,6,'view_session','Can view session'), - (25,7,'add_pmsconfiguration','Can add PMS система'), - (26,7,'change_pmsconfiguration','Can change PMS система'), - (27,7,'delete_pmsconfiguration','Can delete PMS система'), - (28,7,'view_pmsconfiguration','Can view PMS система'), - (29,8,'add_pmsintegrationlog','Can add Журнал интеграции PMS'), - (30,8,'change_pmsintegrationlog','Can change Журнал интеграции PMS'), - (31,8,'delete_pmsintegrationlog','Can delete Журнал интеграции PMS'), - (32,8,'view_pmsintegrationlog','Can view Журнал интеграции PMS'), - (33,9,'add_apiconfiguration','Can add Конфигурация API'), - (34,9,'change_apiconfiguration','Can change Конфигурация API'), - (35,9,'delete_apiconfiguration','Can delete Конфигурация API'), - (36,9,'view_apiconfiguration','Can view Конфигурация API'), - (37,10,'add_fraudlog','Can add Журнал мошенничества'), - (38,10,'change_fraudlog','Can change Журнал мошенничества'), - (39,10,'delete_fraudlog','Can delete Журнал мошенничества'), - (40,10,'view_fraudlog','Can view Журнал мошенничества'), - (41,11,'add_guest','Can add Гость'), - (42,11,'change_guest','Can change Гость'), - (43,11,'delete_guest','Can delete Гость'), - (44,11,'view_guest','Can view Гость'), - (45,12,'add_reservation','Can add Бронирование'), - (46,12,'change_reservation','Can change Бронирование'), - (47,12,'delete_reservation','Can delete Бронирование'), - (48,12,'view_reservation','Can view Бронирование'), - (49,13,'add_userhotel','Can add Пользователь отеля'), - (50,13,'change_userhotel','Can change Пользователь отеля'), - (51,13,'delete_userhotel','Can delete Пользователь отеля'), - (52,13,'view_userhotel','Can view Пользователь отеля'), - (53,14,'add_apirequestlog','Can add Журнал запросов API'), - (54,14,'change_apirequestlog','Can change Журнал запросов API'), - (55,14,'delete_apirequestlog','Can delete Журнал запросов API'), - (56,14,'view_apirequestlog','Can view Журнал запросов API'), - (57,15,'add_hotel','Can add Отель'), - (58,15,'change_hotel','Can change Отель'), - (59,15,'delete_hotel','Can delete Отель'), - (60,15,'view_hotel','Can view Отель'), - (61,16,'add_localuseractivitylog','Can add local user activity log'), - (62,16,'change_localuseractivitylog','Can change local user activity log'), - (63,16,'delete_localuseractivitylog','Can delete local user activity log'), - (64,16,'view_localuseractivitylog','Can view local user activity log'), - (65,17,'add_useractivitylog','Can add Журнал активности'), - (66,17,'change_useractivitylog','Can change Журнал активности'), - (67,17,'delete_useractivitylog','Can delete Журнал активности'), - (68,17,'view_useractivitylog','Can view Журнал активности'), - (69,18,'add_user','Can add Пользователь'), - (70,18,'change_user','Can change Пользователь'), - (71,18,'delete_user','Can delete Пользователь'), - (72,18,'view_user','Can view Пользователь'), - (73,19,'add_notificationsettings','Can add Способ оповещения'), - (74,19,'change_notificationsettings','Can change Способ оповещения'), - (75,19,'delete_notificationsettings','Can delete Способ оповещения'), - (76,19,'view_notificationsettings','Can view Способ оповещения'), - (77,20,'add_userconfirmation','Can add Подтверждение пользователя'), - (78,20,'change_userconfirmation','Can change Подтверждение пользователя'), - (79,20,'delete_userconfirmation','Can delete Подтверждение пользователя'), - (80,20,'view_userconfirmation','Can view Подтверждение пользователя'), - (81,21,'add_scheduledtask','Can add Задача'), - (82,21,'change_scheduledtask','Can change Задача'), - (83,21,'delete_scheduledtask','Can delete Задача'), - (84,21,'view_scheduledtask','Can view Задача'); -INSERT INTO "auth_user" ("id","password","last_login","is_superuser","username","last_name","email","is_staff","is_active","date_joined","first_name") VALUES (1,'pbkdf2_sha256$870000$0tWRKvUavKHjKmwWjWsfYc$mfqBdzr5TB74K1f9OHCI3w/66VZE7vY53MEpgUT73/4=','2024-12-10 06:59:08.529292',1,'trevor1985','','shadow85@list.ru',1,1,'2024-12-09 09:30:44.551380',''); -INSERT INTO "users_user" ("id","password","last_login","is_superuser","username","first_name","last_name","email","is_staff","is_active","date_joined","telegram_id","chat_id","role","confirmed") VALUES (1,'Andrey K. Tsoy','2024-12-09 09:34:41',1,'andrew','','','',0,1,'2024-12-09 09:34:27',556399210,556399210,'hotel_user',1); -INSERT INTO "users_notificationsettings" ("id","telegram_enabled","email_enabled","email","notification_time","user_id") VALUES (1,0,1,'a.choi@smartsoltech.kr','09:00:00',1); -INSERT INTO "hotels_hotel" ("id","name","created_at","api_id","pms_id") VALUES (1,'Golden Hills 3','2024-12-09 09:34:11.463934',NULL,1), - (2,'Golden Hills 4','2024-12-09 09:34:21.782571',NULL,2), - (3,'Как дома','2024-12-09 10:19:47.095457',NULL,3), - (4,'Test','2024-12-10 04:25:37.534927',NULL,4); -INSERT INTO "pms_integration_pmsintegrationlog" ("id","checked_at","status","message","hotel_id") VALUES (1,'2024-12-09 09:36:43.044421','error','Плагин для PMS Shelter PMS не найден.',2), - (2,'2024-12-09 09:38:09.595349','error','Плагин для PMS Shelter PMS не найден.',1), - (3,'2024-12-09 09:40:38.721678','error','Плагин для PMS Shelter PMS не найден.',2), - (4,'2024-12-09 10:07:44.968856','error','Плагин для PMS Shelter PMS не найден.',1); -INSERT INTO "hotels_userhotel" ("id","hotel_id","user_id") VALUES (1,1,1), - (2,2,1), - (3,3,1), - (4,4,1); -INSERT INTO "django_session" ("session_key","session_data","expire_date") VALUES ('wjcybubh02eoyth1e4pm9cgjc8c9rk1v','.eJxVjEEOwiAQRe_C2hBgpgVcuvcMZIBBqoYmpV0Z765NutDtf-_9lwi0rTVsnZcwZXEWWpx-t0jpwW0H-U7tNss0t3WZotwVedAur3Pm5-Vw_w4q9fqthxwtITBY9MlGtJ6ADZiiAdyQ7KhVyVgcGY7gEL1BVqMhH51iNl68P9F6N0w:1tKa6w:zJT5PgcESbBBG5gKuJsyfV6EOxizdevxDzI4QrGbLsc','2024-12-23 09:31:26.682056'), - ('zhfmhutrq2o277smded60dpbxurhyqrv','.eJxVjEEOwiAQRe_C2hBgpgVcuvcMZIBBqoYmpV0Z765NutDtf-_9lwi0rTVsnZcwZXEWWpx-t0jpwW0H-U7tNss0t3WZotwVedAur3Pm5-Vw_w4q9fqthxwtITBY9MlGtJ6ADZiiAdyQ7KhVyVgcGY7gEL1BVqMhH51iNl68P9F6N0w:1tKpiq:sIJzaN8dmZGRQlRUklQ9SNyhbyMuSLYMj-62RXTX5no','2024-12-24 02:11:36.624898'), - ('mz2w18vdzao572ss2ikr5tgj0w2rrbff','.eJxVjEEOwiAQRe_C2hBgpgVcuvcMZIBBqoYmpV0Z765NutDtf-_9lwi0rTVsnZcwZXEWWpx-t0jpwW0H-U7tNss0t3WZotwVedAur3Pm5-Vw_w4q9fqthxwtITBY9MlGtJ6ADZiiAdyQ7KhVyVgcGY7gEL1BVqMhH51iNl68P9F6N0w:1tKuD6:CESE5WIEOm7OzSRbIws0uyat8L3VjPyjOBTBeK_YzFY','2024-12-24 06:59:08.533787'); -INSERT INTO "pms_integration_pmsconfiguration" ("id","name","url","token","username","password","created_at","plugin_name","private_key","public_key") VALUES (1,'Shelter Golden Hills 3','https://pms.frontdesk24.ru/sheltercloudapi/Reservations/ByFilter','A0DD4B7F-0381-4096-B46E-D22F1A571996',NULL,NULL,'2024-12-09 09:32:31.348604','Shelter',NULL,NULL), - (2,'Shelter Golden Hills 4','https://pms.frontdesk24.ru/sheltercloudapi/Reservations/ByFilter','A0DD4B7F-0381-4096-B46E-D22F1A571996',NULL,NULL,'2024-12-09 09:33:10.514492','shelter',NULL,NULL), - (3,'Как дома / RealtyCalendar','https://realtycalendar.ru/api/v1/bookings/',NULL,NULL,NULL,'2024-12-10 03:07:04.218499','realtycalendar','a3669a349b9911cf774ec30ba9523582','b95e293cf07c84dfce44ec41bdced96a'), - (4,'Bnovo','https://online.bnovo.ru',NULL,'16798','a46da27476f02d1f','2024-12-10 04:18:40.567212','bnovo',NULL,NULL); -INSERT INTO "scheduler_scheduledtask" ("id","last_run","days","hours","minutes","months","active","task_name","function_path","weekdays") VALUES (1,NULL,'*','*','*','*',1,'bot running','bot.utils.bot_setup.setup_bot','[6]'), - (2,NULL,'*','*','*','*',1,'bot.check_pms','manage.main','2'); -COMMIT; diff --git a/hotels/admin.py b/hotels/admin.py index 8348a062..4f1a09e6 100644 --- a/hotels/admin.py +++ b/hotels/admin.py @@ -51,13 +51,6 @@ class HotelAdmin(admin.ModelAdmin): except Exception as e: self.message_user(request, f"Ошибка: {str(e)}", level="error") return redirect("..") - -@admin.register(FraudLog) -class FroudAdmin(admin.ModelAdmin): - list_display = ('hotel', 'reservation_id', 'guest_name', 'check_in_date', 'detected_at', 'message') - search_fields = ('hotel__name', 'reservation_id', 'guest_name', 'check_in_date', 'message') - list_filter = ('hotel', 'check_in_date', 'detected_at') - ordering = ('-detected_at',) @admin.register(UserHotel) class UserHotelAdmin(admin.ModelAdmin): @@ -66,7 +59,6 @@ class UserHotelAdmin(admin.ModelAdmin): # list_filter = ('hotel',) # ordering = ('-hotel',) - @admin.register(Reservation) class ReservationAdmin(admin.ModelAdmin): list_display = ('reservation_id', 'hotel', 'room_number', 'room_type', 'check_in', 'check_out', 'status', 'price', 'discount') diff --git a/hotels/migrations/0004_alter_reservation_room_number.py b/hotels/migrations/0004_alter_reservation_room_number.py new file mode 100644 index 00000000..1aed70e5 --- /dev/null +++ b/hotels/migrations/0004_alter_reservation_room_number.py @@ -0,0 +1,18 @@ +# Generated by Django 5.1.4 on 2024-12-11 10:52 + +from django.db import migrations, models + + +class Migration(migrations.Migration): + + dependencies = [ + ('hotels', '0003_initial'), + ] + + operations = [ + migrations.AlterField( + model_name='reservation', + name='room_number', + field=models.CharField(blank=True, max_length=255, null=True), + ), + ] diff --git a/hotels/migrations/0005_hotel_import_status_hotel_imported_at_and_more.py b/hotels/migrations/0005_hotel_import_status_hotel_imported_at_and_more.py new file mode 100644 index 00000000..91dde748 --- /dev/null +++ b/hotels/migrations/0005_hotel_import_status_hotel_imported_at_and_more.py @@ -0,0 +1,29 @@ +# Generated by Django 5.1.4 on 2024-12-13 01:01 + +import django.db.models.deletion +from django.db import migrations, models + + +class Migration(migrations.Migration): + + dependencies = [ + ('hotels', '0004_alter_reservation_room_number'), + ] + + operations = [ + migrations.AddField( + model_name='hotel', + name='import_status', + field=models.CharField(choices=[('not_started', 'Не начат'), ('in_progress', 'В процессе'), ('completed', 'Завершен')], default='not_started', max_length=50, verbose_name='Статус импорта'), + ), + migrations.AddField( + model_name='hotel', + name='imported_at', + field=models.DateTimeField(blank=True, null=True, verbose_name='Дата импорта'), + ), + migrations.AddField( + model_name='hotel', + name='imported_from', + field=models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.SET_NULL, related_name='imported_hotels', to='hotels.hotel', verbose_name='Импортированный отель'), + ), + ] diff --git a/hotels/models.py b/hotels/models.py index 022f4aba..f066a8c5 100644 --- a/hotels/models.py +++ b/hotels/models.py @@ -88,7 +88,7 @@ class APIRequestLog(models.Model): class Reservation(models.Model): hotel = models.ForeignKey(Hotel, on_delete=models.CASCADE, verbose_name="Отель") reservation_id = models.BigIntegerField(unique=True, verbose_name="ID бронирования") - room_number = models.CharField(max_length=50, verbose_name="Номер комнаты") + room_number = models.CharField(max_length=255, null=True, blank=True) room_type = models.CharField(max_length=255, verbose_name="Тип комнаты") check_in = models.DateTimeField(verbose_name="Дата заезда") check_out = models.DateTimeField(verbose_name="Дата выезда") diff --git a/import_hotels.log b/import_hotels.log new file mode 100644 index 00000000..e9f33e20 --- /dev/null +++ b/import_hotels.log @@ -0,0 +1,4302 @@ +Watching for file changes with StatReloader +Waiting for apps ready_event. +Apps ready_event triggered. Sending autoreload_started signal. +Watching dir /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates with glob **/*. +Watching dir /home/trevor/touchh_bot/antifroud/templates with glob **/*. +Watching dir /home/trevor/touchh_bot/pms_integration/templates with glob **/*. +Watching dir /home/trevor/touchh_bot/scheduler/templates with glob **/*. +Watching dir /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/templates with glob **/*. +Watching dir /home/trevor/touchh_bot/locale with glob **/*.mo. +Watching dir /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/locale with glob **/*.mo. +Watching dir /home/trevor/touchh_bot/bot/locale with glob **/*.mo. +Watching dir /home/trevor/touchh_bot/pms_integration/locale with glob **/*.mo. +Watching dir /home/trevor/touchh_bot/hotels/locale with glob **/*.mo. +Watching dir /home/trevor/touchh_bot/users/locale with glob **/*.mo. +Watching dir /home/trevor/touchh_bot/scheduler/locale with glob **/*.mo. +Watching dir /home/trevor/touchh_bot/antifroud/locale with glob **/*.mo. +Watching dir /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/locale with glob **/*.mo. +Watching dir /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/db/locale with glob **/*.mo. +Watching dir /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/cache/locale with glob **/*.mo. +(0.000) + SELECT name, type FROM sqlite_master + WHERE type in ('table', 'view') AND NOT name='sqlite_sequence' + ORDER BY name; args=None; alias=default +(0.000) SELECT "django_migrations"."id", "django_migrations"."app", "django_migrations"."name", "django_migrations"."applied" FROM "django_migrations"; args=(); alias=default +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/datastructures.py first seen with mtime 1733820595.79816 +File /usr/lib/python3.10/html/parser.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/__init__.py first seen with mtime 1733820589.9027593 +File /usr/lib/python3.10/asyncio/format_helpers.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/ipaddress.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/hashable.py first seen with mtime 1733820595.7991602 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/__init__.py first seen with mtime 1733820590.4327953 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/storage/mixins.py first seen with mtime 1733820595.7461567 +File /home/trevor/touchh_bot/users/apps.py first seen with mtime 1733444974.5831623 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/management/__init__.py first seen with mtime 1733820595.7391562 +File /usr/lib/python3.10/asyncio/sslproto.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/importlib/resources.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/zoneinfo/_tzpath.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/util.py first seen with mtime 1733820590.4337955 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/mail/message.py first seen with mtime 1733820595.7471566 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/lexer.py first seen with mtime 1733820590.0957725 +File /usr/lib/python3.10/importlib/metadata/__init__.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/timeout.py first seen with mtime 1733820589.9087598 +File /usr/lib/python3.10/email/errors.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/urllib/parse.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/aligned_indent.py first seen with mtime 1733820590.0967724 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/window.py first seen with mtime 1733820595.7731586 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/__init__.py first seen with mtime 1733820595.7541573 +File /usr/lib/python3.10/random.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/__init__.py first seen with mtime 1733820595.2431223 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/job.py first seen with mtime 1733820592.3159232 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/storage/memory.py first seen with mtime 1733820595.7461567 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/validation.py first seen with mtime 1733820595.7571573 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/autoreload.py first seen with mtime 1733820595.7891595 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/base.py first seen with mtime 1733820595.767158 +File /usr/lib/python3.10/importlib/metadata/_itertools.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/expressions.py first seen with mtime 1733820595.7681582 +File /usr/lib/python3.10/logging/__init__.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/hotels/admin.py first seen with mtime 1734066153.4186492 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/ssltransport.py first seen with mtime 1733820589.9077597 +File /home/trevor/touchh_bot/hotels/apps.py first seen with mtime 1733911203.2006078 +File /usr/lib/python3.10/_sysconfigdata__x86_64-linux-gnu.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/antifroud/urls.py first seen with mtime 1734070615.7637014 +File /usr/lib/python3.10/email/message.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/cache.py first seen with mtime 1733820595.7971601 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/apps/__init__.py first seen with mtime 1733820595.2441225 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/client.py first seen with mtime 1733820595.7561574 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/crypto.py first seen with mtime 1733820595.79816 +File /usr/lib/python3.10/multiprocessing/process.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/email/mime/nonmultipart.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/library.py first seen with mtime 1733820595.7911596 +File /usr/lib/python3.10/dis.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/fields.py first seen with mtime 1733820595.7761588 +File /usr/lib/python3.10/lib-dynload/_opcode.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/__init__.py first seen with mtime 1733820595.738156 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/__init__.py first seen with mtime 1733820592.016903 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/__init__.py first seen with mtime 1733820592.3159232 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/translation/reloader.py first seen with mtime 1733820595.8021605 +File /usr/lib/python3.10/asyncio/selector_events.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/glob.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/platform.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/forms.py first seen with mtime 1733820595.4881392 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/management/__init__.py first seen with mtime 1733820595.749157 +File /usr/lib/python3.10/lib-dynload/_lzma.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /usr/lib/python3.10/urllib/__init__.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/collections/abc.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/email/_encoded_words.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/__init__.py first seen with mtime 1733820595.7891595 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/admin.py first seen with mtime 1733820595.4481363 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/util.py first seen with mtime 1733820592.3159232 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/api.py first seen with mtime 1733820591.9278967 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/generic/dates.py first seen with mtime 1733820595.8051608 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/idna/idnadata.py first seen with mtime 1733820591.7948878 +File /usr/lib/python3.10/calendar.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/re.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/tzlocal/unix.py first seen with mtime 1733820589.9777644 +File /home/trevor/touchh_bot/users/__init__.py first seen with mtime 1733444974.5821624 +File /usr/lib/python3.10/json/decoder.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/apps.py first seen with mtime 1733820595.3141272 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/patterns/gitwildmatch.py first seen with mtime 1733820590.4337955 +File /usr/lib/python3.10/multiprocessing/connection.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/safestring.py first seen with mtime 1733820595.8011603 +File /usr/lib/python3.10/email/feedparser.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loaders/cached.py first seen with mtime 1733820595.79316 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/management/__init__.py first seen with mtime 1733820595.485139 +File /etc/python3.10/sitecustomize.py first seen with mtime 1648890259.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/password_validation.py first seen with mtime 1733820595.4501364 +File /home/trevor/touchh_bot/antifroud/models.py first seen with mtime 1734049955.9706087 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/middleware/security.py first seen with mtime 1733820595.7891595 +File /usr/lib/python3.10/email/mime/text.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/translation/__init__.py first seen with mtime 1733820595.8021605 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/ssl_.py first seen with mtime 1733820589.9077597 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/features.py first seen with mtime 1733820595.7561574 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/wsgi.py first seen with mtime 1733820595.7411563 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/mail/utils.py first seen with mtime 1733820595.7481568 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/views/decorators.py first seen with mtime 1733820595.4131339 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/conf/global_settings.py first seen with mtime 1733820595.2441225 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/renderers.py first seen with mtime 1733820595.7761588 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/_auth.py first seen with mtime 1733820590.2007794 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/timesince.py first seen with mtime 1733820595.8011603 +File /usr/lib/python3.10/uu.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/http2/probe.py first seen with mtime 1733820589.9067595 +File /usr/lib/python3.10/collections/__init__.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/asyncio/subprocess.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/__init__.py first seen with mtime 1733820595.7451565 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/conf.py first seen with mtime 1734064914.7897305 +File /home/trevor/touchh_bot/hotels/__init__.py first seen with mtime 1733444974.5071633 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/urls.py first seen with mtime 1733820595.7441566 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loaders/filesystem.py first seen with mtime 1733820595.79316 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/datetime.py first seen with mtime 1733820595.7721584 +File /usr/lib/python3.10/locale.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/cd.py first seen with mtime 1733820591.928897 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/__init__.py first seen with mtime 1733820595.7551572 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/base.py first seen with mtime 1733820595.7891595 +File /usr/lib/python3.10/decimal.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/bot/models.py first seen with mtime 1733444974.5041635 +File /usr/lib/python3.10/asyncio/staggered.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/datetime.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/tokens.py first seen with mtime 1733820590.0977726 +File /usr/lib/python3.10/email/quoprimime.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/timezone.py first seen with mtime 1733820595.8021605 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/response.py first seen with mtime 1733820589.9077597 +File /usr/lib/python3.10/email/mime/__init__.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/deconstruct.py first seen with mtime 1733820595.79816 +File /usr/lib/python3.10/asyncio/base_subprocess.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/related.py first seen with mtime 1733820595.7711585 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/structures.py first seen with mtime 1733820592.018903 +File /usr/lib/python3.10/io.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/context.py first seen with mtime 1733820595.7901597 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/right_margin.py first seen with mtime 1733820590.0967724 +File /usr/lib/python3.10/quopri.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/apps/registry.py first seen with mtime 1733820595.2441225 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/converters.py first seen with mtime 1733820595.79616 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/__init__.py first seen with mtime 1733820590.2007794 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/storage.py first seen with mtime 1733820595.738156 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/views.py first seen with mtime 1733820595.4501364 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/caches.py first seen with mtime 1733820595.7431564 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/urls.py first seen with mtime 1734064914.7897305 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/conf.py first seen with mtime 1733820595.79616 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/__init__.py first seen with mtime 1733820595.313127 +File /home/trevor/touchh_bot/scheduler/models.py first seen with mtime 1733911203.2516077 +File /usr/lib/python3.10/multiprocessing/__init__.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/selectors.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/string.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/_collections.py first seen with mtime 1733820589.9027593 +File /usr/lib/python3.10/lib-dynload/_bz2.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/certs.py first seen with mtime 1733820592.016903 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/servers/__init__.py first seen with mtime 1733820595.7541573 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/hashers.py first seen with mtime 1733820595.4491365 +File /usr/lib/python3.10/logging/config.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/security/sessions.py first seen with mtime 1733820595.7441566 +File /usr/lib/python3.10/concurrent/futures/_base.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/http/cookies.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/dateformat.py first seen with mtime 1733820595.79816 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/log.py first seen with mtime 1733820595.8001604 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/_meta.py first seen with mtime 1733820590.4327953 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/_base_connection.py first seen with mtime 1733820589.9027593 +File /usr/lib/python3.10/codecs.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/apps/config.py first seen with mtime 1733820595.2441225 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/events.py first seen with mtime 1733820592.3159232 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/filepost.py first seen with mtime 1733820589.9047594 +File /usr/lib/python3.10/socket.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/importlib/_adapters.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/_sitebuiltins.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/times.py first seen with mtime 1733820590.2017796 +File /usr/lib/python3.10/email/mime/base.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/decorators/debug.py first seen with mtime 1733820595.8041606 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/numberformat.py first seen with mtime 1733820595.8011603 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/uploadhandler.py first seen with mtime 1733820595.7451565 +File /usr/lib/python3.10/configparser.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/utils.py first seen with mtime 1733820595.765158 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/cursors.py first seen with mtime 1733820590.2017796 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/wsgi.py first seen with mtime 1733820595.7471566 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/contrib/__init__.py first seen with mtime 1733820589.9047594 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/utils.py first seen with mtime 1733820595.7701583 +File /usr/lib/python3.10/pathlib.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/patterns/__init__.py first seen with mtime 1733820590.4337955 +File /usr/lib/python3.10/sqlite3/__init__.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/email/generator.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/templates.py first seen with mtime 1733820595.7431564 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/certifi/__init__.py first seen with mtime 1733820591.9508984 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/__init__.py first seen with mtime 1733820591.928897 +File /usr/lib/python3.10/genericpath.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/legacy.py first seen with mtime 1733820591.9248965 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/templatetags/admin_modify.py first seen with mtime 1733820595.4131339 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/decorators/csrf.py first seen with mtime 1733820595.8041606 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/operations.py first seen with mtime 1733820595.7561574 +File /usr/lib/python3.10/http/cookiejar.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/FIELD_TYPE.py first seen with mtime 1733820590.2027798 +File /home/trevor/touchh_bot/touchh/settings.py first seen with mtime 1734071044.903765 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/base.py first seen with mtime 1733820595.7561574 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/http/__init__.py first seen with mtime 1733820595.7871594 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/smartif.py first seen with mtime 1733820595.7911596 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/__init__.py first seen with mtime 1733820595.7751586 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/sql/where.py first seen with mtime 1733820595.7751586 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/keywords.py first seen with mtime 1733820590.0957725 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/schedulers/base.py first seen with mtime 1733820592.3189235 +File /usr/lib/python3.10/lib-dynload/_multibytecodec.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/output.py first seen with mtime 1733820590.0967724 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/servers/basehttp.py first seen with mtime 1733820595.7541573 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/jobstores/__init__.py first seen with mtime 1733820592.3169231 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/connection.py first seen with mtime 1733820595.7971601 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/management/__init__.py first seen with mtime 1733820595.516141 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/generic/detail.py first seen with mtime 1733820595.8051608 +File /usr/lib/python3.10/encodings/utf_8.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/_compat_pickle.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/difflib.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/dateparse.py first seen with mtime 1733820595.79816 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/engine/filter_stack.py first seen with mtime 1733820590.0957725 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/generic/edit.py first seen with mtime 1733820595.8051608 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loader_tags.py first seen with mtime 1733820595.7911596 +File /usr/lib/python3.10/importlib/_abc.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/antifroud/admin.py first seen with mtime 1734070446.7661307 +File /usr/lib/python3.10/asyncio/protocols.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/locks.py first seen with mtime 1733820595.7451565 +File /usr/lib/python3.10/mimetypes.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/_compression.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/lorem_ipsum.py first seen with mtime 1733820595.8001604 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/db/apps.py first seen with mtime 1734064914.7937305 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/optionfile.py first seen with mtime 1733820590.2017796 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/duration.py first seen with mtime 1733820595.7991602 +File /usr/lib/python3.10/lib-dynload/_json.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /usr/lib/python3.10/keyword.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/tzlocal/utils.py first seen with mtime 1733820589.9777644 +File /usr/lib/python3.10/sqlite3/dbapi2.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/apps.py first seen with mtime 1733820596.939238 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/management/color.py first seen with mtime 1733820595.749157 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/http/request.py first seen with mtime 1733820595.7881596 +File /home/trevor/touchh_bot/scheduler/utils.py first seen with mtime 1733911203.2536077 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loaders/__init__.py first seen with mtime 1733820595.7921598 +File /usr/lib/python3.10/uuid.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/asyncio/queues.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/helpers.py first seen with mtime 1733820595.3151274 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/checks.py first seen with mtime 1733820595.4481363 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/operations/models.py first seen with mtime 1733820595.766158 +File /usr/lib/python3.10/email/mime/message.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/text.py first seen with mtime 1733820595.8011603 +File /usr/lib/python3.10/getpass.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/typing.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/backends.py first seen with mtime 1734064914.7897305 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/_version.py first seen with mtime 1733820589.9037595 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/models.py first seen with mtime 1733820595.4881392 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/base_user.py first seen with mtime 1733820595.4481363 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/autoreload.py first seen with mtime 1733820595.7971601 +File /usr/lib/python3.10/asyncio/mixins.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/_weakrefset.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/bot/admin.py first seen with mtime 1733444974.5031633 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sites/requests.py first seen with mtime 1733820595.7101543 +File /home/trevor/touchh_bot/bot/apps.py first seen with mtime 1733911203.1966078 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/decorators/cache.py first seen with mtime 1733820595.8041606 +File /usr/lib/python3.10/urllib/error.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/management/commands/runserver.py first seen with mtime 1733820595.7401562 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/adapters.py first seen with mtime 1733820592.016903 +File /usr/lib/python3.10/reprlib.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/dataclasses.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/jobstores/base.py first seen with mtime 1733820592.3179233 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/middleware/csrf.py first seen with mtime 1733820595.7881596 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/dates.py first seen with mtime 1733820595.79816 +File /home/trevor/touchh_bot/scheduler/admin.py first seen with mtime 1734013743.815997 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/__init__.py first seen with mtime 1733820595.79616 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/query_utils.py first seen with mtime 1733820595.7701583 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/connection.py first seen with mtime 1733820589.9067595 +File /usr/lib/python3.10/email/encoders.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/models.py first seen with mtime 1733820595.6801522 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/decorators.py first seen with mtime 1733820595.3141272 +File /usr/lib/python3.10/lib-dynload/termios.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /usr/lib/python3.10/enum.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/csv.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loaders/base.py first seen with mtime 1733820595.7921598 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/others.py first seen with mtime 1733820590.0967724 +File /usr/lib/python3.10/email/header.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/antifroud/__init__.py first seen with mtime 1734005666.8537903 +File /home/trevor/touchh_bot/manage.py first seen with mtime 1733911203.201608 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/asgiref/sync.py first seen with mtime 1733820592.3029222 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/db/__init__.py first seen with mtime 1734064914.7937305 +File /home/trevor/touchh_bot/antifroud/views.py first seen with mtime 1734070924.2249825 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/__init__.py first seen with mtime 1733820590.2027798 +File /usr/lib/python3.10/threading.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/__init__.py first seen with mtime 1733820596.939238 +File /usr/lib/python3.10/graphlib.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/backends/__init__.py first seen with mtime 1733820595.7911596 +File /usr/lib/python3.10/logging/handlers.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/signals.py first seen with mtime 1733820595.7551572 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/idna/package_data.py first seen with mtime 1733820591.7958877 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/cache/backends/filebased.py first seen with mtime 1733820595.7421563 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/COMMAND.py first seen with mtime 1733820590.2017796 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/images.py first seen with mtime 1733820595.7451565 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/storage/filesystem.py first seen with mtime 1733820595.7461567 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/utils.py first seen with mtime 1733820595.79616 +File /usr/lib/python3.10/email/mime/multipart.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/bot/__init__.py first seen with mtime 1733444974.5021634 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/reindent.py first seen with mtime 1733820590.0967724 +File /usr/lib/python3.10/contextvars.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/exceptions.py first seen with mtime 1734064914.7897305 +File /usr/lib/python3.10/traceback.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/options.py first seen with mtime 1733820595.7691581 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/ddl_references.py first seen with mtime 1733820595.7551572 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/middleware.py first seen with mtime 1733820595.4491365 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/middleware/cache.py first seen with mtime 1733820595.7881596 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/handlers.py first seen with mtime 1733820595.738156 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/indexes.py first seen with mtime 1733820595.7681582 +File /usr/lib/python3.10/html/__init__.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/inspect.py first seen with mtime 1733820595.8001604 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/http2/__init__.py first seen with mtime 1733820589.9067595 +File /usr/lib/python3.10/base64.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/asyncio/threads.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/apps.py first seen with mtime 1733820595.4481363 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/comparison.py first seen with mtime 1733820595.7721584 +File /usr/lib/python3.10/tokenize.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/debug.py first seen with mtime 1733820595.8031604 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/migration.py first seen with mtime 1733820595.7641578 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/related_lookups.py first seen with mtime 1733820595.7721584 +File /usr/lib/python3.10/asyncio/unix_events.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loader.py first seen with mtime 1733820595.7911596 +File /usr/lib/python3.10/lzma.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/proxy.py first seen with mtime 1733820595.7711585 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/proxy.py first seen with mtime 1733820589.9067595 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/auth.py first seen with mtime 1733820592.016903 +File /usr/lib/python3.10/asyncio/transports.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/generic/__init__.py first seen with mtime 1733820595.8051608 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/management/commands/__init__.py first seen with mtime 1733820595.7391562 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/backends/django.py first seen with mtime 1733820595.7921598 +File /home/trevor/touchh_bot/pms_integration/models.py first seen with mtime 1733911203.2486076 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/introspection.py first seen with mtime 1733820595.7631578 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/query.py first seen with mtime 1733820595.7691581 +File /usr/lib/python3.10/importlib/metadata/_functools.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/response.py first seen with mtime 1733820589.9047594 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/sql/query.py first seen with mtime 1733820595.7741585 +File /usr/lib/python3.10/sysconfig.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/files.py first seen with mtime 1733820595.7431564 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/exceptions.py first seen with mtime 1733820595.79616 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/__init__.py first seen with mtime 1733820595.7421563 +File /usr/lib/python3.10/concurrent/futures/thread.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/asyncio/exceptions.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/wsgiref/__init__.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/tzlocal/windows_tz.py first seen with mtime 1733820589.9787645 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/shortcuts.py first seen with mtime 1733820595.2431223 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/version.py first seen with mtime 1733820591.9248965 +File /usr/lib/python3.10/wsgiref/util.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/email/base64mime.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/token.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/management/base.py first seen with mtime 1733820595.749157 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/asgiref/local.py first seen with mtime 1733820592.301922 +File /usr/lib/python3.10/warnings.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/touchh/urls.py first seen with mtime 1734070629.7614174 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/admin.py first seen with mtime 1733820595.4881392 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/request.py first seen with mtime 1733820589.9077597 +File /usr/lib/python3.10/numbers.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/cache/utils.py first seen with mtime 1733820595.7411563 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/sessions.py first seen with mtime 1733820592.018903 +File /usr/lib/python3.10/copy.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/cache/backends/__init__.py first seen with mtime 1733820595.7411563 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/forms.py first seen with mtime 1733820595.7761588 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/__init__.py first seen with mtime 1734064914.7887306 +File /usr/lib/python3.10/email/utils.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/generic/base.py first seen with mtime 1733820595.8051608 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/views.py first seen with mtime 1734064914.7897305 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/text.py first seen with mtime 1733820595.7731586 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/__init__.py first seen with mtime 1733820595.4481363 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/utils.py first seen with mtime 1733820590.0957725 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/operations/special.py first seen with mtime 1733820595.766158 +File /usr/lib/python3.10/abc.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/schedulers/asyncio.py first seen with mtime 1733820592.3189235 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/security/__init__.py first seen with mtime 1733820595.7441566 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/err.py first seen with mtime 1733820590.2017796 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/exceptions.py first seen with mtime 1733820595.7401562 +File /usr/lib/python3.10/statistics.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/compat.py first seen with mtime 1733820592.0179029 +File /usr/lib/python3.10/timeit.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/utils.py first seen with mtime 1733820595.6241484 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/idna/core.py first seen with mtime 1733820591.7938876 +File /usr/lib/python3.10/lib-dynload/_ssl.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/cache/backends.py first seen with mtime 1734064914.7907305 +File /usr/lib/python3.10/contextlib.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/lib-dynload/_decimal.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/sql.py first seen with mtime 1733820590.0957725 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/__init__.py first seen with mtime 1733820595.313127 +File /usr/lib/python3.10/asyncio/streams.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/asyncio/base_events.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/sre_constants.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/lookups.py first seen with mtime 1733820595.7681582 +File /usr/lib/python3.10/queue.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/async_checks.py first seen with mtime 1733820595.7431564 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sites/__init__.py first seen with mtime 1733820595.7091541 +File /usr/lib/python3.10/urllib/response.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/response.py first seen with mtime 1733820595.7911596 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/state.py first seen with mtime 1733820595.765158 +File /usr/lib/python3.10/importlib/metadata/_adapters.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/multiprocessing/util.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/constants.py first seen with mtime 1733820595.767158 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/base.py first seen with mtime 1733820595.7451565 +File /home/trevor/touchh_bot/pms_integration/plugins/__init__.py first seen with mtime 1733911203.2486076 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/exceptions.py first seen with mtime 1733820595.6801522 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/sql/constants.py first seen with mtime 1733820595.7741585 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/_internal_utils.py first seen with mtime 1733820592.016903 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/_functions.py first seen with mtime 1733820595.7621577 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/models.py first seen with mtime 1733820592.0179029 +File /usr/lib/python3.10/asyncio/tasks.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/tokens.py first seen with mtime 1733820595.4501364 +File /usr/lib/python3.10/http/client.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/textwrap.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/importlib/metadata/_collections.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/templatetags/l10n.py first seen with mtime 1733820595.79316 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/serializers/__init__.py first seen with mtime 1733820595.7531571 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/__init__.py first seen with mtime 1733820595.7721584 +File /usr/lib/python3.10/tempfile.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/views/main.py first seen with mtime 1733820595.4131339 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/pathspec.py first seen with mtime 1733820590.4327953 +File /usr/lib/python3.10/secrets.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/exceptions.py first seen with mtime 1733820590.0947723 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/md__mypyc.cpython-310-x86_64-linux-gnu.so first seen with mtime 1733820591.9278967 +File /usr/lib/python3.10/email/parser.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/resolvers.py first seen with mtime 1733820595.79616 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/widgets.py first seen with mtime 1733820595.3161273 +File /home/trevor/touchh_bot/users/models.py first seen with mtime 1734048899.6573606 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/schema.py first seen with mtime 1733820595.7631578 +File /usr/lib/python3.10/importlib/metadata/_meta.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/pms_integration/utils.py first seen with mtime 1733911203.2496078 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/registry.py first seen with mtime 1733820595.7431564 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/manager.py first seen with mtime 1733820595.7691581 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/security/base.py first seen with mtime 1733820595.7441566 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/choices.py first seen with mtime 1733820595.7971601 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/settings.py first seen with mtime 1733820596.9422383 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/poolmanager.py first seen with mtime 1733820589.9047594 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/storage/__init__.py first seen with mtime 1733820595.7461567 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/constant.py first seen with mtime 1733820591.928897 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/static.py first seen with mtime 1733820595.8041606 +File /usr/lib/python3.10/ntpath.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/generated.py first seen with mtime 1733820595.7711585 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/deprecation.py first seen with mtime 1733820595.79816 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/views.py first seen with mtime 1733820595.489139 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/boundfield.py first seen with mtime 1733820595.7751586 +File /usr/lib/python3.10/lib-dynload/_asyncio.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/storage/__init__.py first seen with mtime 1733820595.6251483 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/_request_methods.py first seen with mtime 1733820589.9037595 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/__init__.py first seen with mtime 1733820595.7401562 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/module_loading.py first seen with mtime 1733820595.8011603 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/encoding.py first seen with mtime 1733820595.7991602 +File /usr/lib/python3.10/zipfile.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/multiprocessing/context.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/compatibility/__init__.py first seen with mtime 1733820595.7441566 +File /usr/lib/python3.10/signal.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/database.py first seen with mtime 1733820595.7431564 +File /usr/lib/python3.10/asyncio/runners.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/options.py first seen with mtime 1733820595.3151274 +File /usr/lib/python3.10/asyncio/base_tasks.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/ast.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/serializers/base.py first seen with mtime 1733820595.7531571 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/views/autocomplete.py first seen with mtime 1733820595.4131339 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/exceptions.py first seen with mtime 1733820595.7641578 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/templatetags/tz.py first seen with mtime 1733820595.79416 +File /home/trevor/touchh_bot/pms_integration/admin.py first seen with mtime 1733911203.2466078 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/backends/__init__.py first seen with mtime 1733820595.6801522 +File /usr/lib/python3.10/inspect.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/functional.py first seen with mtime 1733820595.7991602 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/retry.py first seen with mtime 1733820589.9077597 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/formsets.py first seen with mtime 1733820595.7761588 +File /home/trevor/touchh_bot/antifroud/apps.py first seen with mtime 1734005666.8527904 +File /usr/lib/python3.10/email/_policybase.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/utils.py first seen with mtime 1733820595.7551572 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/decorators/__init__.py first seen with mtime 1733820595.8041606 +File /usr/lib/python3.10/wsgiref/headers.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/termcolors.py first seen with mtime 1733820595.8011603 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/http/multipartparser.py first seen with mtime 1733820595.7871594 +File /usr/lib/python3.10/weakref.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/posixpath.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/widgets.py first seen with mtime 1733820595.7771587 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/conf/__init__.py first seen with mtime 1733820595.2441225 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/client.py first seen with mtime 1733820595.7621577 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/utils.py first seen with mtime 1733820596.9892414 +File /home/trevor/touchh_bot/pms_integration/plugins/base_plugin.py first seen with mtime 1733911203.2486076 +File /usr/lib/python3.10/pprint.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/exceptions.py first seen with mtime 1733820589.9037595 +File /usr/lib/python3.10/socketserver.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/asyncio/trsock.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/defaultfilters.py first seen with mtime 1733820595.7901597 +File /usr/lib/python3.10/fnmatch.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/pkgutil.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/models.py first seen with mtime 1733820595.3151274 +File /usr/lib/python3.10/lib-dynload/_contextvars.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/storage/base.py first seen with mtime 1733820595.6251483 +File /usr/lib/python3.10/hashlib.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/asgiref/__init__.py first seen with mtime 1733820592.301922 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/cookies.py first seen with mtime 1733820592.0179029 +File /usr/lib/python3.10/bz2.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/utils.py first seen with mtime 1733820595.7391562 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/utils.py first seen with mtime 1733820592.018903 +File /usr/lib/python3.10/zoneinfo/__init__.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/wsgiref/simple_server.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/templatetags/admin_urls.py first seen with mtime 1733820595.4131339 +File /usr/lib/python3.10/asyncio/coroutines.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/views/__init__.py first seen with mtime 1733820595.4131339 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templatetags/__init__.py first seen with mtime 1733820596.9892414 +File /usr/lib/python3.10/struct.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/finders.py first seen with mtime 1733820595.738156 +File /usr/lib/python3.10/importlib/metadata/_text.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/multiprocessing/queues.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/__version__.py first seen with mtime 1733820592.016903 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/utils.py first seen with mtime 1733820595.7911596 +File /usr/lib/python3.10/operator.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/http/__init__.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/backends/base.py first seen with mtime 1733820595.6801522 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/signing.py first seen with mtime 1733820595.7411563 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/CLIENT.py first seen with mtime 1733820590.2017796 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/filters.py first seen with mtime 1733820595.3141272 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/transaction.py first seen with mtime 1733820595.7551572 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/decorators.py first seen with mtime 1733820595.4491365 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/sql/datastructures.py first seen with mtime 1733820595.7741585 +File /home/trevor/touchh_bot/scheduler/apps.py first seen with mtime 1733911203.2516077 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/__init__.py first seen with mtime 1733820595.7631578 +File /usr/lib/python3.10/importlib/machinery.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/__init__.py first seen with mtime 1733820595.7461567 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/schema.py first seen with mtime 1733820595.7571573 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/__init__.py first seen with mtime 1733820595.766158 +File /usr/lib/python3.10/asyncio/constants.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/exceptions.py first seen with mtime 1733820592.0179029 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/operations/fields.py first seen with mtime 1733820595.766158 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/messages.py first seen with mtime 1733820595.7431564 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/tree.py first seen with mtime 1733820595.8021605 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/sql/__init__.py first seen with mtime 1733820595.7731586 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/fields.py first seen with mtime 1733820595.4881392 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/sites.py first seen with mtime 1733820595.3151274 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/templatetags/cache.py first seen with mtime 1733820595.79316 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/middleware/__init__.py first seen with mtime 1733820595.7881596 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/checks.py first seen with mtime 1733820595.4881392 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/models.py first seen with mtime 1733820591.9278967 +File /usr/lib/python3.10/json/scanner.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/exceptions.py first seen with mtime 1733820595.7911596 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/utils.py first seen with mtime 1733820595.7461567 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/gitignore.py first seen with mtime 1733820590.4327953 +File /usr/lib/python3.10/asyncio/log.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/models.py first seen with mtime 1733820595.7761588 +File /usr/lib/python3.10/importlib/abc.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/users/admin.py first seen with mtime 1734048824.275924 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/forms.py first seen with mtime 1733820595.4491365 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/utils.py first seen with mtime 1733820595.7551572 +File /usr/lib/python3.10/http/server.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/protocol.py first seen with mtime 1733820590.2017796 +File /usr/lib/python3.10/sre_compile.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/gzip.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/importlib/readers.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/ipv6.py first seen with mtime 1733820595.8001604 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/executors/pool.py first seen with mtime 1733820592.3169231 +File /usr/lib/python3.10/stat.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/exception.py first seen with mtime 1733820595.7471566 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/signals.py first seen with mtime 1733820595.4501364 +File /usr/lib/python3.10/email/charset.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/related_descriptors.py first seen with mtime 1733820595.7721584 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/templatetags/static.py first seen with mtime 1733820595.79316 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/base.py first seen with mtime 1733820595.7471566 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/tzlocal/__init__.py first seen with mtime 1733820589.9777644 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/utils.py first seen with mtime 1733820595.3161273 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/files.py first seen with mtime 1733820595.7701583 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/__init__.py first seen with mtime 1733820595.7701583 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/_os.py first seen with mtime 1733820595.79616 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/decorators/common.py first seen with mtime 1733820595.8041606 +File /home/trevor/touchh_bot/scheduler/__init__.py first seen with mtime 1733911203.2506077 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/__init__.py first seen with mtime 1733820595.7621577 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/__init__.py first seen with mtime 1733820589.9067595 +File /usr/lib/python3.10/stringprep.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/json/encoder.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/json.py first seen with mtime 1733820595.7711585 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/translation/trans_real.py first seen with mtime 1733820595.8031604 +File /usr/lib/python3.10/importlib/__init__.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/packages.py first seen with mtime 1733820592.018903 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/engine/statement_splitter.py first seen with mtime 1733820590.0967724 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/math.py first seen with mtime 1733820595.7731586 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/util.py first seen with mtime 1733820589.9087598 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/backends/base.py first seen with mtime 1733820595.7921598 +File /usr/lib/python3.10/multiprocessing/reduction.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/constraints.py first seen with mtime 1733820595.767158 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/connectionpool.py first seen with mtime 1733820589.9037595 +File /usr/lib/python3.10/linecache.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/importlib/util.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/os.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/touchh/__init__.py first seen with mtime 1733444974.5821624 +File /usr/lib/python3.10/bisect.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/views.py first seen with mtime 1733820595.7391562 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/jobstores/memory.py first seen with mtime 1733820592.3179233 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/status_codes.py first seen with mtime 1733820592.018903 +File /usr/lib/python3.10/lib-dynload/_hashlib.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /usr/lib/python3.10/wsgiref/handlers.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/wait.py first seen with mtime 1733820589.9087598 +File /usr/lib/python3.10/_collections_abc.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/constants.py first seen with mtime 1733820595.6241484 +File /usr/lib/python3.10/encodings/aliases.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/pms_integration/api_client.py first seen with mtime 1733911203.2466078 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/http.py first seen with mtime 1733820595.8001604 +File /usr/lib/python3.10/encodings/__init__.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/html/entities.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/hooks.py first seen with mtime 1733820592.0179029 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/api.py first seen with mtime 1733820595.6241484 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/exceptions.py first seen with mtime 1733820595.3141272 +File /usr/lib/python3.10/encodings/idna.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/model_checks.py first seen with mtime 1733820595.7431564 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/__init__.py first seen with mtime 1733820595.8031604 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/apps.py first seen with mtime 1733820595.4881392 +File /usr/lib/python3.10/concurrent/futures/process.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/asgi.py first seen with mtime 1733820595.7471566 +File /usr/lib/python3.10/hmac.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/compat.py first seen with mtime 1733820596.939238 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/asgiref/current_thread_executor.py first seen with mtime 1733820592.301922 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/base_session.py first seen with mtime 1733820595.6801522 +File /usr/lib/python3.10/_markupbase.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/types.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/operations.py first seen with mtime 1733820595.7631578 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/templatetags/admin_list.py first seen with mtime 1733820595.412134 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/templatetags/log.py first seen with mtime 1733820595.4131339 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/__init__.py first seen with mtime 1733820590.0967724 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/base.py first seen with mtime 1733820595.7621577 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/utils.py first seen with mtime 1733820591.928897 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/db/models.py first seen with mtime 1734064914.7937305 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/idna/intranges.py first seen with mtime 1733820591.7948878 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/signals.py first seen with mtime 1733820595.7411563 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/sql/subqueries.py first seen with mtime 1733820595.7741585 +File /usr/lib/python3.10/argparse.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/url.py first seen with mtime 1733820589.9087598 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/creation.py first seen with mtime 1733820595.7621577 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/formatter.py first seen with mtime 1733820590.0947723 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/utils.py first seen with mtime 1733820595.7771587 +File /usr/lib/python3.10/urllib/request.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/heapq.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/ssl_match_hostname.py first seen with mtime 1733820589.9077597 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/security/csrf.py first seen with mtime 1733820595.7441566 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/deletion.py first seen with mtime 1733820595.7681582 +File /usr/lib/python3.10/lib-dynload/_sqlite3.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/reverse_related.py first seen with mtime 1733820595.7721584 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/management/commands/runserver.py first seen with mtime 1733820595.752157 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/middleware.py first seen with mtime 1733820595.6801522 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/converters.py first seen with mtime 1733820590.2017796 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/triggers/__init__.py first seen with mtime 1733820592.3199234 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/fields.py first seen with mtime 1733820589.9047594 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/templatetags/i18n.py first seen with mtime 1733820595.79316 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/temp.py first seen with mtime 1733820595.7451565 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/formats.py first seen with mtime 1733820595.7991602 +File /usr/lib/python3.10/subprocess.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/apps.py first seen with mtime 1733820595.679152 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/__init__.py first seen with mtime 1733820595.79516 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/decorators.py first seen with mtime 1733820595.79816 +File /usr/lib/python3.10/asyncio/__init__.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/md.cpython-310-x86_64-linux-gnu.so first seen with mtime 1733820591.9258966 +File /usr/lib/python3.10/functools.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/shutil.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/idna/__init__.py first seen with mtime 1733820591.7928877 +File /usr/lib/python3.10/ssl.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/serializers/json.py first seen with mtime 1733820595.7531571 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/cache/backends/base.py first seen with mtime 1733820595.7421563 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/connections.py first seen with mtime 1733820590.2007794 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/executors/__init__.py first seen with mtime 1733820592.3159232 +File /home/trevor/touchh_bot/pms_integration/manager.py first seen with mtime 1733911203.2466078 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/apps.py first seen with mtime 1733820595.6241484 +File /usr/lib/python3.10/__future__.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/context_processors.py first seen with mtime 1733820595.4491365 +File /usr/lib/python3.10/email/iterators.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/operations/__init__.py first seen with mtime 1733820595.766158 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/generic/list.py first seen with mtime 1733820595.8061607 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/__init__.py first seen with mtime 1733820595.4881392 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/version.py first seen with mtime 1733820595.8021605 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/dispatch/dispatcher.py first seen with mtime 1733820595.7751586 +File /usr/lib/python3.10/pickle.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/move.py first seen with mtime 1733820595.7451565 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/translation.py first seen with mtime 1733820595.7441566 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/__init__.py first seen with mtime 1733820595.7551572 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/introspection.py first seen with mtime 1733820595.7561574 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loaders/app_directories.py first seen with mtime 1733820595.7921598 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/db/backends.py first seen with mtime 1734064914.7937305 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/defaulttags.py first seen with mtime 1733820595.7901597 +File /usr/lib/python3.10/zoneinfo/_common.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/fractions.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/triggers/base.py first seen with mtime 1733820592.3199234 +File /usr/lib/python3.10/asyncio/base_futures.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/schedulers/__init__.py first seen with mtime 1733820592.3189235 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/enums.py first seen with mtime 1733820595.7681582 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/mail/__init__.py first seen with mtime 1733820595.7471566 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/certifi/core.py first seen with mtime 1733820591.9518983 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/validators.py first seen with mtime 1733820595.4501364 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/checks.py first seen with mtime 1733820595.738156 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/mixins.py first seen with mtime 1733820595.7711585 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/base.py first seen with mtime 1733820595.79616 +File /home/trevor/touchh_bot/hotels/models.py first seen with mtime 1734070960.211326 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/actions.py first seen with mtime 1733820595.3141272 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/engine.py first seen with mtime 1733820595.7901597 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/cache/apps.py first seen with mtime 1734064914.7907305 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/conf/locale/__init__.py first seen with mtime 1733820595.2451224 +File /usr/lib/python3.10/concurrent/futures/__init__.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/email/_parseaddr.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/pms_integration/apps.py first seen with mtime 1733911203.2466078 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sites/shortcuts.py first seen with mtime 1733820595.7101543 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/executors/base.py first seen with mtime 1733820592.3169231 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/__init__.py first seen with mtime 1733820595.679152 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/signals.py first seen with mtime 1733820595.7701583 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/cache/__init__.py first seen with mtime 1733820595.7411563 +File /usr/lib/python3.10/email/_header_value_parser.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/api.py first seen with mtime 1733820592.016903 +File /usr/lib/python3.10/email/__init__.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/operations/base.py first seen with mtime 1733820595.766158 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/storage/base.py first seen with mtime 1733820595.7461567 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templatetags/jazzmin.py first seen with mtime 1733820596.9892414 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/html.py first seen with mtime 1733820595.7991602 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/models.py first seen with mtime 1733820595.4501364 +File /usr/lib/python3.10/copyreg.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/management/commands/__init__.py first seen with mtime 1733820595.749157 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/__init__.py first seen with mtime 1733820590.0947723 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/storage/handler.py first seen with mtime 1733820595.7461567 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/connection.py first seen with mtime 1733820589.9037595 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/__init__.py first seen with mtime 1733820595.6241484 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/aggregates.py first seen with mtime 1733820595.767158 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/regex_helper.py first seen with mtime 1733820595.8011603 +File /usr/lib/python3.10/email/policy.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/templatetags/__init__.py first seen with mtime 1733820595.412134 +File /usr/lib/python3.10/asyncio/futures.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/mixins.py first seen with mtime 1734064914.7897305 +File /usr/lib/python3.10/concurrent/__init__.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/creation.py first seen with mtime 1733820595.7561574 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/asyncio.py first seen with mtime 1733820595.7971601 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/plugins.py first seen with mtime 1734064914.7897305 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/ER.py first seen with mtime 1733820590.2027798 +File /usr/lib/python3.10/email/headerregistry.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/lib-dynload/_zoneinfo.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/paginator.py first seen with mtime 1733820595.7401562 +File /usr/lib/python3.10/gettext.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/lib-dynload/_multiprocessing.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/dispatch/__init__.py first seen with mtime 1733820595.7751586 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/tokens.py first seen with mtime 1733820590.0957725 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/templatetags/__init__.py first seen with mtime 1733820595.79316 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/i18n.py first seen with mtime 1733820595.8031604 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/engine/__init__.py first seen with mtime 1733820590.0957725 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/uploadedfile.py first seen with mtime 1733820595.7451565 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/http/cookie.py first seen with mtime 1733820595.7871594 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/cli.py first seen with mtime 1733820590.0947723 +File /usr/lib/python3.10/asyncio/events.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/charset.py first seen with mtime 1733820590.2007794 +File /usr/lib/python3.10/opcode.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/validators.py first seen with mtime 1733820595.7411563 +File /usr/lib/python3.10/sre_parse.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/cache/__init__.py first seen with mtime 1734064914.7897305 +File /usr/lib/python3.10/lib-dynload/_queue.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/serializers/python.py first seen with mtime 1733820595.7541573 +File /usr/lib/python3.10/site.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/http/response.py first seen with mtime 1733820595.7881596 +File /usr/lib/python3.10/asyncio/locks.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/pms_integration/__init__.py first seen with mtime 1733911203.2466078 +File /usr/lib/python3.10/lib-dynload/_uuid.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/features.py first seen with mtime 1733820595.7631578 +File /usr/lib/python3.10/json/__init__.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/pattern.py first seen with mtime 1733820590.4327953 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/SERVER_STATUS.py first seen with mtime 1733820590.2027798 +File /usr/lib/python3.10/importlib/_common.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/apps.py first seen with mtime 1733820595.738156 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/mixins.py first seen with mtime 1733820595.7731586 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/CR.py first seen with mtime 1733820590.2027798 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/checks.py first seen with mtime 1733820595.3141272 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/backends.py first seen with mtime 1733820595.4481363 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/templatetags/base.py first seen with mtime 1733820595.4131339 +File /usr/lib/python3.10/email/contentmanager.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/engine/grouping.py first seen with mtime 1733820590.0967724 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/compatibility/django_4_0.py first seen with mtime 1733820595.7441566 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/registration first seen with mtime 1733820596.9882414 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin first seen with mtime 1733901365.3370886 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/jazzmin first seen with mtime 1733820596.9872413 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin_doc first seen with mtime 1733820596.9862413 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/registration/password_reset_form.html first seen with mtime 1733820596.9882414 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/registration/base.html first seen with mtime 1733820596.9882414 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/registration/password_reset_done.html first seen with mtime 1733820596.9882414 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/registration/logged_out.html first seen with mtime 1733820596.9882414 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/registration/password_change_form.html first seen with mtime 1733820596.9882414 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/registration/password_reset_complete.html first seen with mtime 1733820596.9882414 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/registration/password_change_done.html first seen with mtime 1733820596.9882414 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/registration/password_reset_confirm.html first seen with mtime 1733820596.9882414 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/pagination.html first seen with mtime 1733820596.9852412 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/app_index.html first seen with mtime 1733820596.9792407 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/actions.html first seen with mtime 1733820596.9792407 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/change_list_results.html first seen with mtime 1733820596.981241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/login.html first seen with mtime 1733820596.984241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/base.html first seen with mtime 1733910723.896298 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/delete_selected_confirmation.html first seen with mtime 1733820596.981241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filter.html first seen with mtime 1733820596.983241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/object_history.html first seen with mtime 1733820596.984241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/submit_line.html first seen with mtime 1733820596.9852412 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/change_form_object_tools.html first seen with mtime 1733820596.9802408 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/auth first seen with mtime 1733820596.9792407 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/date_hierarchy.html first seen with mtime 1733820596.981241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/change_list_object_tools.html first seen with mtime 1733820596.9802408 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/search_form.html first seen with mtime 1733820596.9852412 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/mptt_filter.html first seen with mtime 1733820596.984241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/popup_response.html first seen with mtime 1733820596.9852412 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/solo first seen with mtime 1733820596.9852412 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/change_list.html first seen with mtime 1733820596.9802408 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/import_export first seen with mtime 1733820596.984241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filer first seen with mtime 1733820596.982241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/change_form.html first seen with mtime 1733820596.9802408 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/base_site.html first seen with mtime 1733820596.9802408 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/delete_confirmation.html first seen with mtime 1733820596.981241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/edit_inline first seen with mtime 1733820596.981241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/index.html first seen with mtime 1733820596.984241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/includes first seen with mtime 1733820596.984241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/auth/user first seen with mtime 1733820596.9802408 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/auth/user/change_password.html first seen with mtime 1733820596.9802408 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/auth/user/add_form.html first seen with mtime 1733820596.9792407 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/solo/object_history.html first seen with mtime 1733820596.9852412 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/solo/change_form.html first seen with mtime 1733820596.9852412 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/import_export/export.html first seen with mtime 1733820596.984241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/import_export/change_list_import_export.html first seen with mtime 1733820596.983241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/import_export/base.html first seen with mtime 1733820596.983241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/import_export/change_list_export_item.html first seen with mtime 1733820596.983241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/import_export/change_list_import.html first seen with mtime 1733820596.983241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/import_export/change_list.html first seen with mtime 1733820596.983241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/import_export/import.html first seen with mtime 1733820596.984241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/import_export/change_list_export.html first seen with mtime 1733820596.983241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/import_export/change_list_import_item.html first seen with mtime 1733820596.983241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filer/breadcrumbs.html first seen with mtime 1733820596.981241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filer/file first seen with mtime 1733820596.982241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filer/tools first seen with mtime 1733820596.983241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filer/image first seen with mtime 1733820596.982241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filer/folder first seen with mtime 1733820596.982241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filer/delete_selected_files_confirmation.html first seen with mtime 1733820596.982241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filer/change_form.html first seen with mtime 1733820596.982241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filer/file/change_form.html first seen with mtime 1733820596.982241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filer/tools/detail_info.html first seen with mtime 1733820596.983241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filer/image/change_form.html first seen with mtime 1733820596.982241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filer/folder/directory_listing.html first seen with mtime 1733820596.982241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filer/folder/change_form.html first seen with mtime 1733820596.982241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/edit_inline/stacked.html first seen with mtime 1733820596.981241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/edit_inline/tabular.html first seen with mtime 1733820596.981241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/includes/object_delete_summary.html first seen with mtime 1733820596.984241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/includes/fieldset.html first seen with mtime 1733820596.984241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/jazzmin/widgets first seen with mtime 1733820596.9872413 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/jazzmin/includes first seen with mtime 1733820596.9872413 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/jazzmin/widgets/select.html first seen with mtime 1733820596.9872413 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/jazzmin/includes/carousel.html first seen with mtime 1733820596.9872413 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/jazzmin/includes/related_modal.html first seen with mtime 1733820596.9872413 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/jazzmin/includes/collapsible.html first seen with mtime 1733820596.9872413 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/jazzmin/includes/ui_builder_panel.html first seen with mtime 1733820596.9872413 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/jazzmin/includes/single.html first seen with mtime 1733820596.9872413 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/jazzmin/includes/vertical_tabs.html first seen with mtime 1733820596.9872413 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/jazzmin/includes/horizontal_tabs.html first seen with mtime 1733820596.9872413 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin_doc/template_filter_index.html first seen with mtime 1733820596.9862413 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin_doc/bookmarklets.html first seen with mtime 1733820596.9852412 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin_doc/model_detail.html first seen with mtime 1733820596.9862413 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin_doc/model_index.html first seen with mtime 1733820596.9862413 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin_doc/missing_docutils.html first seen with mtime 1733820596.9862413 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin_doc/base_docs.html first seen with mtime 1733820596.9852412 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin_doc/template_detail.html first seen with mtime 1733820596.9862413 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin_doc/view_index.html first seen with mtime 1733820596.9862413 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin_doc/template_tag_index.html first seen with mtime 1733820596.9862413 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin_doc/view_detail.html first seen with mtime 1733820596.9862413 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin_doc/index.html first seen with mtime 1733820596.9852412 +File /home/trevor/touchh_bot/antifroud/templates/antifroud first seen with mtime 1734006878.8213727 +File /home/trevor/touchh_bot/antifroud/templates/antifroud/admin first seen with mtime 1734059714.7154403 +File /home/trevor/touchh_bot/antifroud/templates/antifroud/admin/import_hotels.html first seen with mtime 1734063048.9425786 +File /home/trevor/touchh_bot/antifroud/templates/antifroud/admin/imported_hotels.html first seen with mtime 1734070815.5499368 +File /home/trevor/touchh_bot/antifroud/templates/antifroud/admin/imported_hotel_change_form.html first seen with mtime 1734057770.4800093 +File /home/trevor/touchh_bot/antifroud/templates/antifroud/admin/external_db_settings_change_form.html first seen with mtime 1734012635.7788932 +File /home/trevor/touchh_bot/pms_integration/templates/pms_integration first seen with mtime 1733911203.2496078 +File /home/trevor/touchh_bot/pms_integration/templates/pms_integration/admin first seen with mtime 1733911203.2496078 +File /home/trevor/touchh_bot/pms_integration/templates/pms_integration/admin/check_plugins.html first seen with mtime 1733911203.2496078 +File /home/trevor/touchh_bot/scheduler/templates/admin first seen with mtime 1733911203.2526076 +File /home/trevor/touchh_bot/scheduler/templates/admin/scheduler first seen with mtime 1733911203.2526076 +File /home/trevor/touchh_bot/scheduler/templates/admin/scheduler/scheduledtasks first seen with mtime 1733911203.2526076 +File /home/trevor/touchh_bot/scheduler/templates/admin/scheduler/scheduledtasks/change_form.html first seen with mtime 1733911203.2526076 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/templates/health_check first seen with mtime 1734064914.7947304 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/templates/health_check/index.html first seen with mtime 1734064914.7957304 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/locale/ru/LC_MESSAGES/django.mo first seen with mtime 1733820596.9412382 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/locale/bg/LC_MESSAGES/django.mo first seen with mtime 1733820596.940238 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/locale/zh_Hans/LC_MESSAGES/django.mo first seen with mtime 1733820596.9422383 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/locale/es/LC_MESSAGES/django.mo first seen with mtime 1733820596.940238 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/locale/de/LC_MESSAGES/django.mo first seen with mtime 1733820596.940238 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/locale/fr/LC_MESSAGES/django.mo first seen with mtime 1733820596.9412382 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/locale/hu/LC_MESSAGES/django.mo first seen with mtime 1733820596.9412382 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/locale/zh_Hant/LC_MESSAGES/django.mo first seen with mtime 1733820596.9422383 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultcontact.py first seen with mtime 1733820596.5832138 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/callbackqueryhandler.py first seen with mtime 1733820596.5942144 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_games/callbackgame.py first seen with mtime 1733820596.5802135 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultcachedvideo.py first seen with mtime 1733820596.5832138 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_multipart.py first seen with mtime 1733820595.1731176 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_updater.py first seen with mtime 1733820596.5932145 +File /home/trevor/touchh_bot/pms_integration/plugins/realtycalendar_pms.py first seen with mtime 1733911203.2486076 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_replykeyboardremove.py first seen with mtime 1733820596.574213 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/ua_parser_builtins/__init__.py first seen with mtime 1733820589.9517627 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_loginurl.py first seen with mtime 1733820596.571213 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/PIL/_typing.py first seen with mtime 1733820590.2537832 +File /home/trevor/touchh_bot/pms_integration/plugins/shelter_pms.py first seen with mtime 1733988299.181913 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/ua_parser/basic.py first seen with mtime 1733820591.9989016 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/fpdf/template.py first seen with mtime 1733820589.868757 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_api.py first seen with mtime 1733820595.1711175 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_aioratelimiter.py first seen with mtime 1733820596.589214 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/typehandler.py first seen with mtime 1733820596.5962145 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/migrations/0007_alter_validators_add_error_messages.py first seen with mtime 1733820595.4861388 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_payment/shippingquery.py first seen with mtime 1733820596.587214 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_chatmember.py first seen with mtime 1733820596.5692127 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/PIL/_imaging.cpython-310-x86_64-linux-gnu.so first seen with mtime 1733820590.2537832 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_menubutton.py first seen with mtime 1733820596.572213 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/executor.py first seen with mtime 1733820595.7641578 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/defaults.py first seen with mtime 1733820595.8031604 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_paidmedia.py first seen with mtime 1733820596.573213 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/animation.py first seen with mtime 1733820596.5782135 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/backends/db.py first seen with mtime 1733820595.681152 +File /home/trevor/touchh_bot/hotels/migrations/0004_alter_reservation_room_number.py first seen with mtime 1733914356.6463425 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/ua_parser/caching.py first seen with mtime 1733820591.9989016 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/PIL/_version.py first seen with mtime 1733820590.2627838 +File /home/trevor/touchh_bot/users/migrations/__init__.py first seen with mtime 1733444974.5831623 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/migrations/0008_alter_user_username_max_length.py first seen with mtime 1733820595.487139 +File /usr/lib/python3.10/xml/dom/minicompat.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/inputsticker.py first seen with mtime 1733820596.5792134 +File /usr/lib/python3.10/unittest/suite.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/antifroud/tests.py first seen with mtime 1734005666.8507903 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/PIL/ExifTags.py first seen with mtime 1733820590.2547832 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_utils/__init__.py first seen with mtime 1733820596.5962145 +File /usr/lib/python3.10/unittest/signals.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultcachedmpeg4gif.py first seen with mtime 1733820596.5822136 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_payment/orderinfo.py first seen with mtime 1733820596.5862138 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/migrations/0006_require_contenttypes_0002.py first seen with mtime 1733820595.4861388 +File /home/trevor/touchh_bot/bot/tests.py first seen with mtime 1733444974.5041635 +File /home/trevor/touchh_bot/bot/operations/froud_notify.py first seen with mtime 1733911203.197608 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultvoice.py first seen with mtime 1733820596.5842137 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/request/_httpxrequest.py first seen with mtime 1733820596.5972147 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_games/game.py first seen with mtime 1733820596.5802135 +File /home/trevor/touchh_bot/scheduler/tests.py first seen with mtime 1733911203.2536077 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_baseratelimiter.py first seen with mtime 1733820596.5902143 +File /home/trevor/touchh_bot/pms_integration/migrations/__init__.py first seen with mtime 1733911203.2486076 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_content.py first seen with mtime 1733820595.1721175 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/conf/urls/__init__.py first seen with mtime 1733820595.313127 +File /home/trevor/touchh_bot/users/migrations/0001_initial.py first seen with mtime 1733911203.2806077 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/migrations/0003_alter_user_email_max_length.py first seen with mtime 1733820595.4861388 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/ua_parser/__init__.py first seen with mtime 1733820591.9989016 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_user.py first seen with mtime 1733820596.5752132 +File /usr/lib/python3.10/unittest/loader.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/bot/operations/notifications.py first seen with mtime 1733905582.9865398 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_basepersistence.py first seen with mtime 1733820596.5902143 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/pollanswerhandler.py first seen with mtime 1733820596.5952146 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/PIL/_deprecate.py first seen with mtime 1733820590.2637837 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultcachedphoto.py first seen with mtime 1733820596.5822136 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_transports/base.py first seen with mtime 1733820595.1751177 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/maxminddb/__init__.py first seen with mtime 1733820591.7758865 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_passport/credentials.py first seen with mtime 1733820596.585214 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/user_agents/parsers.py first seen with mtime 1733820592.4309309 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_callbackquery.py first seen with mtime 1733820596.5682127 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/migrations/0001_initial.py first seen with mtime 1733820595.4861388 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/contact.py first seen with mtime 1733820596.5782135 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/__init__.py first seen with mtime 1733820596.589214 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_poll.py first seen with mtime 1733820596.573213 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/representer.py first seen with mtime 1733820590.1597767 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/pollhandler.py first seen with mtime 1733820596.5952146 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_transports/mock.py first seen with mtime 1733820595.1751177 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_callbackdatacache.py first seen with mtime 1733820596.5912142 +File /home/trevor/touchh_bot/bot/operations/settings.py first seen with mtime 1733554678.3462024 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_chatpermissions.py first seen with mtime 1733820596.5702128 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/video.py first seen with mtime 1733820596.5802135 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_utils/defaultvalue.py first seen with mtime 1733820596.5882142 +File /home/trevor/touchh_bot/bot/views.py first seen with mtime 1733444974.5041635 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/PIL/ImageMode.py first seen with mtime 1733820590.236782 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/request/_requestdata.py first seen with mtime 1733820596.5972147 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultcachedvoice.py first seen with mtime 1733820596.5832138 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/geoip2/mixins.py first seen with mtime 1733820597.1492524 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/maxminddb/decoder.py first seen with mtime 1733820591.7778866 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/migrations/0002_alter_permission_name_max_length.py first seen with mtime 1733820595.4861388 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/sticker.py first seen with mtime 1733820596.5802135 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/maxminddb/errors.py first seen with mtime 1733820591.7758865 +File /home/trevor/touchh_bot/scheduler/views.py first seen with mtime 1733911203.2536077 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/csrf.py first seen with mtime 1733820595.8031604 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_keyboardbuttonpolltype.py first seen with mtime 1733820596.571213 +File /home/trevor/touchh_bot/hotels/migrations/0003_initial.py first seen with mtime 1733911203.201608 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/__init__.py first seen with mtime 1733820596.5652125 +File /home/trevor/touchh_bot/hotels/migrations/0002_initial.py first seen with mtime 1733911203.201608 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_utils/types.py first seen with mtime 1733820596.5972147 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultcachedsticker.py first seen with mtime 1733820596.5822136 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/__init__.py first seen with mtime 1733820596.5812137 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/executors/asyncio.py first seen with mtime 1733820592.3169231 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/error.py first seen with mtime 1733820590.1587768 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_chatmemberupdated.py first seen with mtime 1733820596.5702128 +File /home/trevor/touchh_bot/antifroud/migrations/0002_remove_externaldbsettings_database_and_more.py first seen with mtime 1734008825.7139475 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_proximityalerttriggered.py first seen with mtime 1733820596.573213 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_config.py first seen with mtime 1733820595.1721175 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_userprofilephotos.py first seen with mtime 1733820596.5762134 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_copytextbutton.py first seen with mtime 1733820596.5702128 +File /home/trevor/touchh_bot/users/urls.py first seen with mtime 1733444974.5831623 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/migrations/__init__.py first seen with mtime 1733820595.7091541 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_chatinvitelink.py first seen with mtime 1733820596.5692127 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/fpdf/__init__.py first seen with mtime 1733820589.8677568 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_linkpreviewoptions.py first seen with mtime 1733820596.571213 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_webhookinfo.py first seen with mtime 1733820596.5762134 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_defaults.py first seen with mtime 1733820596.5912142 +File /home/trevor/touchh_bot/hotels/migrations/__init__.py first seen with mtime 1733795169.86468 +File /home/trevor/touchh_bot/bot/keyboards.py first seen with mtime 1733554605.9822023 +File /home/trevor/touchh_bot/hotels/migrations/0005_hotel_import_status_hotel_imported_at_and_more.py first seen with mtime 1734051710.7157154 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/messagereactionhandler.py first seen with mtime 1733820596.5952146 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_passport/data.py first seen with mtime 1733820596.585214 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_utils/files.py first seen with mtime 1733820596.5882142 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_messageorigin.py first seen with mtime 1733820596.573213 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/migrations/0011_update_proxy_permissions.py first seen with mtime 1733820595.487139 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/helpers.py first seen with mtime 1733820596.5772133 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_dictpersistence.py first seen with mtime 1733820596.5912142 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultcachedgif.py first seen with mtime 1733820596.5822136 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/maxminddb/types.py first seen with mtime 1733820591.7778866 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/test/testcases.py first seen with mtime 1733820595.79516 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_utils/argumentparsing.py first seen with mtime 1733820596.5882142 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_payment/stars.py first seen with mtime 1733820596.587214 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/maxminddb/extension.cpython-310-x86_64-linux-gnu.so first seen with mtime 1733820591.7768865 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_birthdate.py first seen with mtime 1733820596.5662127 +File /home/trevor/touchh_bot/hotels/migrations/0001_initial.py first seen with mtime 1733911203.201608 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/precheckoutqueryhandler.py first seen with mtime 1733820596.5952146 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_messageid.py first seen with mtime 1733820596.573213 +File /usr/lib/python3.10/xml/dom/domreg.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/inputfile.py first seen with mtime 1733820596.5792134 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/chatboosthandler.py first seen with mtime 1733820596.5942144 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_payment/labeledprice.py first seen with mtime 1733820596.5862138 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_extbot.py first seen with mtime 1733820596.5922143 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/management/sql.py first seen with mtime 1733820595.749157 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/migrations/0004_alter_user_username_opts.py first seen with mtime 1733820595.4861388 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_types.py first seen with mtime 1733820595.1731176 +File /home/trevor/touchh_bot/pms_integration/plugins/bnovo_pms.py first seen with mtime 1733912277.4757614 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/__init__.py first seen with mtime 1733820596.5772133 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/asgi.py first seen with mtime 1733820595.7401562 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_reaction.py first seen with mtime 1733820596.574213 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_utils/logging.py first seen with mtime 1733820596.5882142 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/request/_baserequest.py first seen with mtime 1733820596.5972147 +File /home/trevor/touchh_bot/bot/handlers.py first seen with mtime 1733911203.1966078 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/geoip2/records.py first seen with mtime 1733820597.1492524 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/emitter.py first seen with mtime 1733820590.1597767 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/reader.py first seen with mtime 1733820590.147776 +File /usr/lib/python3.10/xml/dom/NodeFilter.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/prefixhandler.py first seen with mtime 1733820596.5962145 +File /home/trevor/touchh_bot/bot/utils/froud_check.py first seen with mtime 1733911203.198608 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_forumtopic.py first seen with mtime 1733820596.5702128 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/document.py first seen with mtime 1733820596.5782135 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/migrations/__init__.py first seen with mtime 1733820595.386132 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pytz/tzfile.py first seen with mtime 1733820589.7767508 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/voice.py first seen with mtime 1733820596.5802135 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/chatjoinrequesthandler.py first seen with mtime 1733820596.5942144 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/shippingqueryhandler.py first seen with mtime 1733820596.5962145 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_utils/_update_parsing.py first seen with mtime 1733820596.5962145 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/PIL/Image.py first seen with mtime 1733820590.2577834 +File /home/trevor/touchh_bot/pms_integration/tests.py first seen with mtime 1733911203.2496078 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_transports/wsgi.py first seen with mtime 1733820595.1751177 +File /home/trevor/touchh_bot/antifroud/migrations/0003_externaldbsettings_database_and_more.py first seen with mtime 1734009006.073384 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_auth.py first seen with mtime 1733820595.1711175 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/venue.py first seen with mtime 1733820596.5802135 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_payment/precheckoutquery.py first seen with mtime 1733820596.587214 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/ua_parser/utils.py first seen with mtime 1733820591.9999018 +File /home/trevor/touchh_bot/antifroud/data_sync.py first seen with mtime 1734048727.6789315 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/parser.py first seen with mtime 1733820590.1587768 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_urls.py first seen with mtime 1733820595.1741176 +File /home/trevor/touchh_bot/pms_integration/migrations/0004_alter_pmsconfiguration_plugin_name.py first seen with mtime 1733911203.2486076 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/PIL/__init__.py first seen with mtime 1733820590.2577834 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/basehandler.py first seen with mtime 1733820596.5932145 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/inputmedia.py first seen with mtime 1733820596.5792134 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_application.py first seen with mtime 1733820596.5902143 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_webappinfo.py first seen with mtime 1733820596.5762134 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/migrations/0001_initial.py first seen with mtime 1733820595.385132 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_exceptions.py first seen with mtime 1733820595.1721175 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/graph.py first seen with mtime 1733820595.7641578 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultvenue.py first seen with mtime 1733820596.5842137 +File /home/trevor/touchh_bot/antifroud/forms.py first seen with mtime 1734053277.0109007 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/ua_parser/core.py first seen with mtime 1733820591.9989016 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_passport/passportfile.py first seen with mtime 1733820596.5862138 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultaudio.py first seen with mtime 1733820596.5822136 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/ua_parser/lazy.py first seen with mtime 1733820591.9989016 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultgame.py first seen with mtime 1733820596.5832138 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/migrations/0005_alter_user_last_login_null.py first seen with mtime 1733820595.4861388 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_utils.py first seen with mtime 1733820595.1741176 +File /home/trevor/touchh_bot/bot/migrations/__init__.py first seen with mtime 1733444974.5041635 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/_basethumbedmedium.py first seen with mtime 1733820596.5782135 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/paidmediapurchasedhandler.py first seen with mtime 1733820596.5952146 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/geoip2/__init__.py first seen with mtime 1733820597.1482522 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_payment/invoice.py first seen with mtime 1733820596.5862138 +File /home/trevor/touchh_bot/hotels/tests.py first seen with mtime 1733444974.5101633 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultarticle.py first seen with mtime 1733820596.5812137 +File /usr/lib/python3.10/lib-dynload/mmap.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /usr/lib/python3.10/unittest/case.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/PIL/_util.py first seen with mtime 1733820590.2547832 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_utils/stack.py first seen with mtime 1733820596.5972147 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_applicationbuilder.py first seen with mtime 1733820596.5902143 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/_yaml.cpython-310-x86_64-linux-gnu.so first seen with mtime 1733820590.1587768 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/migrations/0009_alter_user_last_name_max_length.py first seen with mtime 1733820595.487139 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/messagehandler.py first seen with mtime 1733820596.5952146 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_contexttypes.py first seen with mtime 1733820596.5912142 +File /home/trevor/touchh_bot/antifroud/migrations/0006_alter_importedhotel_options.py first seen with mtime 1734047890.2313626 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultphoto.py first seen with mtime 1733820596.5842137 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/businessconnectionhandler.py first seen with mtime 1733820596.5932145 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pytz/tzinfo.py first seen with mtime 1733820589.7767508 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inputtextmessagecontent.py first seen with mtime 1733820596.585214 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_baseupdateprocessor.py first seen with mtime 1733820596.5912142 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_payment/successfulpayment.py first seen with mtime 1733820596.587214 +File /home/trevor/touchh_bot/pms_integration/migrations/0001_initial.py first seen with mtime 1733911203.2476077 +File /usr/lib/python3.10/unittest/mock.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultsbutton.py first seen with mtime 1733820596.5842137 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/serializer.py first seen with mtime 1733820590.1597767 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_transports/default.py first seen with mtime 1733820595.1751177 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_giveaway.py first seen with mtime 1733820596.571213 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_messageentity.py first seen with mtime 1733820596.573213 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_passport/encryptedpassportelement.py first seen with mtime 1733820596.5862138 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/fpdf/html.py first seen with mtime 1733820589.868757 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/migrations/0003_logentry_add_action_flag_choices.py first seen with mtime 1733820595.386132 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/geoip2/errors.py first seen with mtime 1733820597.1492524 +File /home/trevor/touchh_bot/antifroud/migrations/__init__.py first seen with mtime 1734005666.8547904 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultgif.py first seen with mtime 1733820596.5832138 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_story.py first seen with mtime 1733820596.5752132 +File /home/trevor/touchh_bot/pms_integration/test_requests.py first seen with mtime 1733911203.2496078 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/fpdf/ttfonts.py first seen with mtime 1733820589.868757 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/choseninlineresulthandler.py first seen with mtime 1733820596.5942144 +File /home/trevor/touchh_bot/bot/urls.py first seen with mtime 1733444974.5041635 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/geoip2/database.py first seen with mtime 1733820597.1492524 +File /home/trevor/touchh_bot/scheduler/tasks.py first seen with mtime 1733911203.2526076 +File /home/trevor/touchh_bot/bot/utils/__init__.py first seen with mtime 1733544993.8766968 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultdocument.py first seen with mtime 1733820596.5832138 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_update.py first seen with mtime 1733820596.5752132 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pytz/__init__.py first seen with mtime 1733820589.7767508 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/request/_requestparameter.py first seen with mtime 1733820596.5982149 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/maxminddb/const.py first seen with mtime 1733820591.7778866 +File /usr/lib/python3.10/xml/dom/minidom.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/sql/compiler.py first seen with mtime 1733820595.7731586 +File /home/trevor/touchh_bot/hotels/views.py first seen with mtime 1733444974.5101633 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/audio.py first seen with mtime 1733820596.5782135 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/PIL/TiffTags.py first seen with mtime 1733820590.2567832 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_utils/datetime.py first seen with mtime 1733820596.5882142 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/triggers/cron/__init__.py first seen with mtime 1733820592.3209236 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/fpdf/fpdf.py first seen with mtime 1733820589.868757 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_chatlocation.py first seen with mtime 1733820596.5692127 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/videonote.py first seen with mtime 1733820596.5802135 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_choseninlineresult.py first seen with mtime 1733820596.5702128 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/recorder.py first seen with mtime 1733820595.765158 +File /home/trevor/touchh_bot/antifroud/migrations/0001_initial.py first seen with mtime 1734006503.0082352 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/maxminddb/file.py first seen with mtime 1733820591.7768865 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/_basemedium.py first seen with mtime 1733820596.5782135 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/fpdf/py3k.py first seen with mtime 1733820589.868757 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/test/client.py first seen with mtime 1733820595.79416 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_payment/refundedpayment.py first seen with mtime 1733820596.587214 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/__init__.py first seen with mtime 1733820590.1587768 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/triggers/cron/expressions.py first seen with mtime 1733820592.3209236 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_picklepersistence.py first seen with mtime 1733820596.5922143 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_bot.py first seen with mtime 1733820596.5672126 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_writeaccessallowed.py first seen with mtime 1733820596.5762134 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inputvenuemessagecontent.py first seen with mtime 1733820596.585214 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/commandhandler.py first seen with mtime 1733820596.5942144 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_transports/__init__.py first seen with mtime 1733820595.1741176 +File /home/trevor/touchh_bot/bot/utils/database.py first seen with mtime 1733911203.198608 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_chatboost.py first seen with mtime 1733820596.5692127 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/tokens.py first seen with mtime 1733820590.1587768 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultcachedaudio.py first seen with mtime 1733820596.5822136 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/migrations/0001_initial.py first seen with mtime 1733820595.708154 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/constants.py first seen with mtime 1733820596.5772133 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_keyboardbutton.py first seen with mtime 1733820596.571213 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_reply.py first seen with mtime 1733820596.574213 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/resolver.py first seen with mtime 1733820590.1597767 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_payment/shippingoption.py first seen with mtime 1733820596.587214 +File /home/trevor/touchh_bot/pms_integration/plugins/ecvi_pms.py first seen with mtime 1733959414.601724 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/inlinequeryhandler.py first seen with mtime 1733820596.5952146 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_callbackcontext.py first seen with mtime 1733820596.5912142 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/chatmemberhandler.py first seen with mtime 1733820596.5942144 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_payment/shippingaddress.py first seen with mtime 1733820596.587214 +File /home/trevor/touchh_bot/bot/utils/pdf_report.py first seen with mtime 1733911203.198608 +File /usr/lib/python3.10/xml/dom/__init__.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_shared.py first seen with mtime 1733820596.574213 +File /home/trevor/touchh_bot/bot/utils/bot_setup.py first seen with mtime 1733905582.9865398 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/loader.py first seen with mtime 1733820595.7641578 +File /home/trevor/touchh_bot/touchh/wsgi.py first seen with mtime 1733444974.5821624 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/test/__init__.py first seen with mtime 1733820595.79416 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_business.py first seen with mtime 1733820596.5672126 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultcacheddocument.py first seen with mtime 1733820596.5822136 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/events.py first seen with mtime 1733820590.1597767 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_forcereply.py first seen with mtime 1733820596.5702128 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/conversationhandler.py first seen with mtime 1733820596.5952146 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_utils/enum.py first seen with mtime 1733820596.5882142 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_transports/asgi.py first seen with mtime 1733820595.1751177 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_client.py first seen with mtime 1733820595.1711175 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_keyboardbuttonrequest.py first seen with mtime 1733820596.571213 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_sentwebappmessage.py first seen with mtime 1733820596.574213 +File /home/trevor/touchh_bot/antifroud/migrations/0009_importedhotel_display_name.py first seen with mtime 1734049958.1195645 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_payment/__init__.py first seen with mtime 1733820596.5862138 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/geoip2/models.py first seen with mtime 1733820597.1492524 +File /home/trevor/touchh_bot/antifroud/migrations/0005_importedhotel.py first seen with mtime 1734047854.512089 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_utils/repr.py first seen with mtime 1733820596.589214 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_passport/passportdata.py first seen with mtime 1733820596.5862138 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_passport/__init__.py first seen with mtime 1733820596.585214 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_passport/passportelementerrors.py first seen with mtime 1733820596.5862138 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/migrations/0002_remove_content_type_name.py first seen with mtime 1733820595.516141 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/dumper.py first seen with mtime 1733820590.1587768 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/request/__init__.py first seen with mtime 1733820596.5972147 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_utils/warnings.py first seen with mtime 1733820596.589214 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_dice.py first seen with mtime 1733820596.5702128 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inputlocationmessagecontent.py first seen with mtime 1733820596.585214 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_games/__init__.py first seen with mtime 1733820596.5802135 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/preparedinlinemessage.py first seen with mtime 1733820596.585214 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/constructor.py first seen with mtime 1733820590.1597767 +File /home/trevor/touchh_bot/pms_integration/migrations/0005_pmsconfiguration_private_key_and_more.py first seen with mtime 1733911203.2486076 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/ua_parser_builtins/regexes.py first seen with mtime 1733820589.9537628 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/fpdf/fonts.py first seen with mtime 1733820589.8677568 +File /home/trevor/touchh_bot/pms_integration/forms.py first seen with mtime 1733911203.2466078 +File /usr/lib/python3.10/xml/__init__.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_chat.py first seen with mtime 1733820596.5682127 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_gifts.py first seen with mtime 1733820596.571213 +File /home/trevor/touchh_bot/bot/utils/notifications.py first seen with mtime 1733905582.9865398 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/migrations/__init__.py first seen with mtime 1733820595.487139 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_utils/__init__.py first seen with mtime 1733820596.5882142 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/loader.py first seen with mtime 1733820590.148776 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/cache/backends/locmem.py first seen with mtime 1733820595.7421563 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/file.py first seen with mtime 1733820596.5792134 +File /home/trevor/touchh_bot/bot/management/commands/run_bot.py first seen with mtime 1733911203.197608 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/migrations/0002_logentry_remove_auto_add.py first seen with mtime 1733820595.386132 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/test/signals.py first seen with mtime 1733820595.79516 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/stringregexhandler.py first seen with mtime 1733820596.5962145 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinekeyboardmarkup.py first seen with mtime 1733820596.5812137 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/__init__.py first seen with mtime 1733820596.5932145 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_messageautodeletetimerchanged.py first seen with mtime 1733820596.572213 +File /home/trevor/touchh_bot/users/tests.py first seen with mtime 1733444974.5831623 +File /home/trevor/touchh_bot/bot/operations/hotels.py first seen with mtime 1733988323.5157974 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_botname.py first seen with mtime 1733820596.5672126 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/middleware/clickjacking.py first seen with mtime 1733820595.7881596 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/fpdf/php.py first seen with mtime 1733820589.868757 +File /usr/lib/python3.10/xml/dom/xmlbuilder.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/bot/operations/users.py first seen with mtime 1733560604.3996668 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_chatadministratorrights.py first seen with mtime 1733820596.5682127 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/PIL/_binary.py first seen with mtime 1733820590.2617836 +File /home/trevor/touchh_bot/bot/utils/scheduler.py first seen with mtime 1733550004.5004714 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/user_agents/compat.py first seen with mtime 1733820592.4309309 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultlocation.py first seen with mtime 1733820596.5832138 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_replykeyboardmarkup.py first seen with mtime 1733820596.574213 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_status_codes.py first seen with mtime 1733820595.1731176 +File /home/trevor/touchh_bot/scheduler/test_module.py first seen with mtime 1733911203.2536077 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_message.py first seen with mtime 1733820596.572213 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/error.py first seen with mtime 1733820596.5772133 +File /home/trevor/touchh_bot/pms_integration/views.py first seen with mtime 1733911203.2496078 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/warnings.py first seen with mtime 1733820596.5772133 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_chatjoinrequest.py first seen with mtime 1733820596.5692127 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_telegramobject.py first seen with mtime 1733820596.5752132 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/migrations/__init__.py first seen with mtime 1733820595.516141 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/cyaml.py first seen with mtime 1733820590.1597767 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inputmessagecontent.py first seen with mtime 1733820596.585214 +File /home/trevor/touchh_bot/antifroud/migrations/0008_alter_useractivitylog_id.py first seen with mtime 1734048574.895119 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/ua_parser/matchers.py first seen with mtime 1733820591.9999018 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_webappdata.py first seen with mtime 1733820596.5762134 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pytz/exceptions.py first seen with mtime 1733820589.7767508 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/ua_parser/loaders.py first seen with mtime 1733820591.9999018 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresult.py first seen with mtime 1733820596.5812137 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_version.py first seen with mtime 1733820596.5762134 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinekeyboardbutton.py first seen with mtime 1733820596.5812137 +File /home/trevor/touchh_bot/pms_integration/migrations/0003_alter_pmsconfiguration_plugin_name.py first seen with mtime 1733911203.2476077 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/__version__.py first seen with mtime 1733820595.1701174 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/stringcommandhandler.py first seen with mtime 1733820596.5962145 +File /home/trevor/touchh_bot/scheduler/migrations/__init__.py first seen with mtime 1733911203.2516077 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/chatphoto.py first seen with mtime 1733820596.5782135 +File /usr/lib/python3.10/unittest/runner.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inputcontactmessagecontent.py first seen with mtime 1733820596.5842137 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequery.py first seen with mtime 1733820596.5812137 +File /home/trevor/touchh_bot/hotels/pms_check.py first seen with mtime 1733538095.4384868 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/db/migrations/__init__.py first seen with mtime 1734064914.7947304 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_chatbackground.py first seen with mtime 1733820596.5682127 +File /home/trevor/touchh_bot/pms_integration/migrations/0002_alter_pmsconfiguration_plugin_name.py first seen with mtime 1733911203.2476077 +File /home/trevor/touchh_bot/users/views.py first seen with mtime 1733444974.5831623 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pytz/lazy.py first seen with mtime 1733820589.7767508 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/migrations/0012_alter_user_first_name_max_length.py first seen with mtime 1733820595.487139 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/businessmessagesdeletedhandler.py first seen with mtime 1733820596.5932145 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_switchinlinequerychosenchat.py first seen with mtime 1733820596.5752132 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_jobqueue.py first seen with mtime 1733820596.5922143 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/migrations/0001_initial.py first seen with mtime 1733820595.516141 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_utils/types.py first seen with mtime 1733820596.589214 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/filters.py first seen with mtime 1733820596.5932145 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_games/gamehighscore.py first seen with mtime 1733820596.5812137 +File /home/trevor/touchh_bot/bot/operations/statistics.py first seen with mtime 1733919322.9039288 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/middleware/common.py first seen with mtime 1733820595.7881596 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/maxminddb/reader.py first seen with mtime 1733820591.7778866 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_utils/markup.py first seen with mtime 1733820596.589214 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_chatfullinfo.py first seen with mtime 1733820596.5692127 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultvideo.py first seen with mtime 1733820596.5842137 +File /home/trevor/touchh_bot/hotels/urls.py first seen with mtime 1733444974.5101633 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/ua_parser/user_agent_parser.py first seen with mtime 1733820591.9999018 +File /usr/lib/python3.10/unittest/main.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/middleware.py first seen with mtime 1733820595.6241484 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_videochat.py first seen with mtime 1733820596.5762134 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/composer.py first seen with mtime 1733820590.148776 +File /home/trevor/touchh_bot/scheduler/migrations/0001_initial.py first seen with mtime 1733911203.2516077 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/migrations/0010_alter_group_name_max_length.py first seen with mtime 1733820595.487139 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/__init__.py first seen with mtime 1733820595.1701174 +File /usr/lib/python3.10/unittest/result.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inputinvoicemessagecontent.py first seen with mtime 1733820596.5842137 +File /home/trevor/touchh_bot/bot/operations/__init__.py first seen with mtime 1733544926.0244582 +File /home/trevor/touchh_bot/antifroud/migrations/0007_useractivitylog_external_id.py first seen with mtime 1734048229.2204134 +File /home/trevor/touchh_bot/touchh/asgi.py first seen with mtime 1733444974.5821624 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/test/utils.py first seen with mtime 1733820595.79516 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/db/migrations/0001_initial.py first seen with mtime 1734064914.7947304 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_botdescription.py first seen with mtime 1733820596.5672126 +File /home/trevor/touchh_bot/antifroud/migrations/0004_alter_externaldbsettings_options_and_more.py first seen with mtime 1734014538.4034815 +File /home/trevor/touchh_bot/users/migrations/0002_delete_localuseractivitylog_delete_useractivitylog_and_more.py first seen with mtime 1734048901.6813185 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultmpeg4gif.py first seen with mtime 1733820596.5832138 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_utils/trackingdict.py first seen with mtime 1733820596.5972147 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/geoip2/types.py first seen with mtime 1733820597.1492524 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/test/html.py first seen with mtime 1733820595.79416 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/nodes.py first seen with mtime 1733820590.148776 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/user_agents/__init__.py first seen with mtime 1733820592.429931 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/location.py first seen with mtime 1733820596.5792134 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/scanner.py first seen with mtime 1733820590.148776 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_utils/entities.py first seen with mtime 1733820596.5882142 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_urlparse.py first seen with mtime 1733820595.1741176 +File /home/trevor/touchh_bot/hotels/pms_parse.py first seen with mtime 1733538095.4384868 +File /usr/lib/python3.10/unittest/__init__.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/unittest/util.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_decoders.py first seen with mtime 1733820595.1721175 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_models.py first seen with mtime 1733820595.1731176 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/triggers/cron/fields.py first seen with mtime 1733820592.3209236 +File /home/trevor/touchh_bot/bot/management/commands/__init__.py first seen with mtime 1733451047.8319275 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_botcommand.py first seen with mtime 1733820596.5672126 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_messagereactionupdated.py first seen with mtime 1733820596.573213 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_botcommandscope.py first seen with mtime 1733820596.5672126 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_utils/strings.py first seen with mtime 1733820596.589214 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/photosize.py first seen with mtime 1733820596.5792134 +File /home/trevor/touchh_bot/antifroud/views.py previous mtime: 1734070924.2249825, current mtime: 1734071082.8930583 +/home/trevor/touchh_bot/antifroud/views.py notified as changed. Signal results: [(, None), (, None)]. +/home/trevor/touchh_bot/antifroud/views.py changed, reloading. +Watching for file changes with StatReloader +Waiting for apps ready_event. +Apps ready_event triggered. Sending autoreload_started signal. +Watching dir /home/trevor/touchh_bot/pms_integration/templates with glob **/*. +Watching dir /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/templates with glob **/*. +Watching dir /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates with glob **/*. +Watching dir /home/trevor/touchh_bot/antifroud/templates with glob **/*. +Watching dir /home/trevor/touchh_bot/scheduler/templates with glob **/*. +Watching dir /home/trevor/touchh_bot/locale with glob **/*.mo. +Watching dir /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/locale with glob **/*.mo. +Watching dir /home/trevor/touchh_bot/bot/locale with glob **/*.mo. +Watching dir /home/trevor/touchh_bot/pms_integration/locale with glob **/*.mo. +Watching dir /home/trevor/touchh_bot/hotels/locale with glob **/*.mo. +Watching dir /home/trevor/touchh_bot/users/locale with glob **/*.mo. +Watching dir /home/trevor/touchh_bot/scheduler/locale with glob **/*.mo. +Watching dir /home/trevor/touchh_bot/antifroud/locale with glob **/*.mo. +Watching dir /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/locale with glob **/*.mo. +Watching dir /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/db/locale with glob **/*.mo. +Watching dir /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/cache/locale with glob **/*.mo. +(0.000) + SELECT name, type FROM sqlite_master + WHERE type in ('table', 'view') AND NOT name='sqlite_sequence' + ORDER BY name; args=None; alias=default +(0.000) SELECT "django_migrations"."id", "django_migrations"."app", "django_migrations"."name", "django_migrations"."applied" FROM "django_migrations"; args=(); alias=default +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/registry.py first seen with mtime 1733820595.7431564 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/tree.py first seen with mtime 1733820595.8021605 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/connection.py first seen with mtime 1733820595.7971601 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/creation.py first seen with mtime 1733820595.7621577 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/mixins.py first seen with mtime 1734064914.7897305 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/serializers/python.py first seen with mtime 1733820595.7541573 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/actions.py first seen with mtime 1733820595.3141272 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/admin.py first seen with mtime 1733820595.4481363 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sites/shortcuts.py first seen with mtime 1733820595.7101543 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/constants.py first seen with mtime 1733820595.6241484 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/introspection.py first seen with mtime 1733820595.7561574 +File /usr/lib/python3.10/abc.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/pms_integration/utils.py first seen with mtime 1733911203.2496078 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/schedulers/asyncio.py first seen with mtime 1733820592.3189235 +File /usr/lib/python3.10/asyncio/sslproto.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/signals.py first seen with mtime 1733820595.7411563 +File /usr/lib/python3.10/collections/__init__.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/posixpath.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sites/__init__.py first seen with mtime 1733820595.7091541 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/__init__.py first seen with mtime 1733820595.7551572 +File /usr/lib/python3.10/shutil.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/md.cpython-310-x86_64-linux-gnu.so first seen with mtime 1733820591.9258966 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/duration.py first seen with mtime 1733820595.7991602 +File /home/trevor/touchh_bot/hotels/models.py first seen with mtime 1734070960.211326 +File /usr/lib/python3.10/statistics.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/triggers/__init__.py first seen with mtime 1733820592.3199234 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/lexer.py first seen with mtime 1733820590.0957725 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/utils.py first seen with mtime 1733820595.79616 +File /usr/lib/python3.10/asyncio/coroutines.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/gitignore.py first seen with mtime 1733820590.4327953 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/keywords.py first seen with mtime 1733820590.0957725 +File /usr/lib/python3.10/locale.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/base.py first seen with mtime 1733820595.79616 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/SERVER_STATUS.py first seen with mtime 1733820590.2027798 +File /etc/python3.10/sitecustomize.py first seen with mtime 1648890259.0 +File /usr/lib/python3.10/concurrent/futures/process.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/transaction.py first seen with mtime 1733820595.7551572 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/views/decorators.py first seen with mtime 1733820595.4131339 +File /home/trevor/touchh_bot/users/admin.py first seen with mtime 1734048824.275924 +File /usr/lib/python3.10/ssl.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templatetags/__init__.py first seen with mtime 1733820596.9892414 +File /usr/lib/python3.10/lib-dynload/_lzma.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/pms_integration/models.py first seen with mtime 1733911203.2486076 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/related_lookups.py first seen with mtime 1733820595.7721584 +File /usr/lib/python3.10/_compat_pickle.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/generic/__init__.py first seen with mtime 1733820595.8051608 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/defaulttags.py first seen with mtime 1733820595.7901597 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/status_codes.py first seen with mtime 1733820592.018903 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/management/commands/runserver.py first seen with mtime 1733820595.752157 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/management/commands/__init__.py first seen with mtime 1733820595.749157 +File /usr/lib/python3.10/_markupbase.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/encodings/__init__.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/copy.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/views.py first seen with mtime 1733820595.4501364 +File /usr/lib/python3.10/sre_constants.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/middleware.py first seen with mtime 1733820595.6801522 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/certs.py first seen with mtime 1733820592.016903 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/dispatch/dispatcher.py first seen with mtime 1733820595.7751586 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/encoding.py first seen with mtime 1733820595.7991602 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/_request_methods.py first seen with mtime 1733820589.9037595 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/executors/__init__.py first seen with mtime 1733820592.3159232 +File /usr/lib/python3.10/csv.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/_internal_utils.py first seen with mtime 1733820592.016903 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/cache/__init__.py first seen with mtime 1733820595.7411563 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/CR.py first seen with mtime 1733820590.2027798 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/views/main.py first seen with mtime 1733820595.4131339 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/uploadhandler.py first seen with mtime 1733820595.7451565 +File /usr/lib/python3.10/_sysconfigdata__x86_64-linux-gnu.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/models.py first seen with mtime 1733820595.4501364 +File /usr/lib/python3.10/lib-dynload/_json.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/asgiref/sync.py first seen with mtime 1733820592.3029222 +File /usr/lib/python3.10/base64.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/middleware/security.py first seen with mtime 1733820595.7891595 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/serializers/json.py first seen with mtime 1733820595.7531571 +File /usr/lib/python3.10/threading.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/cache/backends.py first seen with mtime 1734064914.7907305 +File /usr/lib/python3.10/lib-dynload/_contextvars.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/ipv6.py first seen with mtime 1733820595.8001604 +File /usr/lib/python3.10/contextlib.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/schema.py first seen with mtime 1733820595.7571573 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/storage/mixins.py first seen with mtime 1733820595.7461567 +File /usr/lib/python3.10/selectors.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/scheduler/apps.py first seen with mtime 1733911203.2516077 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/defaultfilters.py first seen with mtime 1733820595.7901597 +File /usr/lib/python3.10/asyncio/unix_events.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/password_validation.py first seen with mtime 1733820595.4501364 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/base.py first seen with mtime 1733820595.7621577 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/templatetags/tz.py first seen with mtime 1733820595.79416 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/http.py first seen with mtime 1733820595.8001604 +File /usr/lib/python3.10/multiprocessing/queues.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/events.py first seen with mtime 1733820592.3159232 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/utils.py first seen with mtime 1733820595.7551572 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/context_processors.py first seen with mtime 1733820595.4491365 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/backends/django.py first seen with mtime 1733820595.7921598 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/response.py first seen with mtime 1733820595.7911596 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/hashable.py first seen with mtime 1733820595.7991602 +File /usr/lib/python3.10/email/mime/base.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/argparse.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/asyncio/constants.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/io.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/resolvers.py first seen with mtime 1733820595.79616 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/exception.py first seen with mtime 1733820595.7471566 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/__init__.py first seen with mtime 1733820589.9027593 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/_collections.py first seen with mtime 1733820589.9027593 +File /usr/lib/python3.10/inspect.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/proxy.py first seen with mtime 1733820589.9067595 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/reverse_related.py first seen with mtime 1733820595.7721584 +File /usr/lib/python3.10/tokenize.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/multiprocessing/connection.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/templatetags/static.py first seen with mtime 1733820595.79316 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/features.py first seen with mtime 1733820595.7631578 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/formats.py first seen with mtime 1733820595.7991602 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/apps/__init__.py first seen with mtime 1733820595.2441225 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/decorators/csrf.py first seen with mtime 1733820595.8041606 +File /usr/lib/python3.10/email/headerregistry.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/sql/subqueries.py first seen with mtime 1733820595.7741585 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/auth.py first seen with mtime 1733820592.016903 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/operations/special.py first seen with mtime 1733820595.766158 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/__init__.py first seen with mtime 1733820595.7451565 +File /usr/lib/python3.10/lib-dynload/_zoneinfo.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/apps.py first seen with mtime 1733820595.6241484 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/tokens.py first seen with mtime 1733820595.4501364 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/utils.py first seen with mtime 1733820596.9892414 +File /usr/lib/python3.10/asyncio/tasks.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/sql/__init__.py first seen with mtime 1733820595.7731586 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/forms.py first seen with mtime 1733820595.7761588 +File /usr/lib/python3.10/heapq.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/idna/package_data.py first seen with mtime 1733820591.7958877 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loader_tags.py first seen with mtime 1733820595.7911596 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/lorem_ipsum.py first seen with mtime 1733820595.8001604 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/mail/message.py first seen with mtime 1733820595.7471566 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/finders.py first seen with mtime 1733820595.738156 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/renderers.py first seen with mtime 1733820595.7761588 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/idna/idnadata.py first seen with mtime 1733820591.7948878 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/__init__.py first seen with mtime 1733820590.4327953 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/apps.py first seen with mtime 1733820595.3141272 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/certifi/__init__.py first seen with mtime 1733820591.9508984 +File /usr/lib/python3.10/difflib.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/email/charset.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/dateparse.py first seen with mtime 1733820595.79816 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/exceptions.py first seen with mtime 1734064914.7897305 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/utils.py first seen with mtime 1733820595.7701583 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/__init__.py first seen with mtime 1733820595.7751586 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/templatetags/l10n.py first seen with mtime 1733820595.79316 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/__init__.py first seen with mtime 1733820595.4881392 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/base.py first seen with mtime 1733820595.767158 +File /usr/lib/python3.10/os.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/generic/edit.py first seen with mtime 1733820595.8051608 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/__init__.py first seen with mtime 1733820592.016903 +File /usr/lib/python3.10/fnmatch.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/asgi.py first seen with mtime 1733820595.7471566 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/conf/global_settings.py first seen with mtime 1733820595.2441225 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/validators.py first seen with mtime 1733820595.4501364 +File /usr/lib/python3.10/importlib/metadata/_text.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/optionfile.py first seen with mtime 1733820590.2017796 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/protocol.py first seen with mtime 1733820590.2017796 +File /usr/lib/python3.10/multiprocessing/context.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/utils.py first seen with mtime 1733820595.765158 +File /home/trevor/touchh_bot/antifroud/__init__.py first seen with mtime 1734005666.8537903 +File /usr/lib/python3.10/email/contentmanager.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/patterns/gitwildmatch.py first seen with mtime 1733820590.4337955 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/deconstruct.py first seen with mtime 1733820595.79816 +File /usr/lib/python3.10/email/_header_value_parser.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/urls.py first seen with mtime 1733820595.7441566 +File /usr/lib/python3.10/email/quoprimime.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/__init__.py first seen with mtime 1733820589.9067595 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/cache/backends/filebased.py first seen with mtime 1733820595.7421563 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/security/base.py first seen with mtime 1733820595.7441566 +File /usr/lib/python3.10/warnings.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/html.py first seen with mtime 1733820595.7991602 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/base.py first seen with mtime 1733820595.7471566 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/response.py first seen with mtime 1733820589.9047594 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/__init__.py first seen with mtime 1733820595.7421563 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/apps.py first seen with mtime 1733820596.939238 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/storage/handler.py first seen with mtime 1733820595.7461567 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/mail/__init__.py first seen with mtime 1733820595.7471566 +File /usr/lib/python3.10/pickle.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/storage/__init__.py first seen with mtime 1733820595.6251483 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/safestring.py first seen with mtime 1733820595.8011603 +File /usr/lib/python3.10/subprocess.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/admin.py first seen with mtime 1733820595.4881392 +File /usr/lib/python3.10/encodings/idna.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/lib-dynload/_multiprocessing.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/connection.py first seen with mtime 1733820589.9037595 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/reindent.py first seen with mtime 1733820590.0967724 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/files.py first seen with mtime 1733820595.7431564 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/times.py first seen with mtime 1733820590.2017796 +File /usr/lib/python3.10/lib-dynload/_sqlite3.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/management/__init__.py first seen with mtime 1733820595.7391562 +File /usr/lib/python3.10/lib-dynload/_bz2.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/__init__.py first seen with mtime 1733820595.7541573 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/fields.py first seen with mtime 1733820589.9047594 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/poolmanager.py first seen with mtime 1733820589.9047594 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/_meta.py first seen with mtime 1733820590.4327953 +File /usr/lib/python3.10/email/_policybase.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/query.py first seen with mtime 1733820595.7691581 +File /usr/lib/python3.10/secrets.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/apps.py first seen with mtime 1733820595.738156 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/__init__.py first seen with mtime 1733820590.0967724 +File /usr/lib/python3.10/lib-dynload/_uuid.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/generic/list.py first seen with mtime 1733820595.8061607 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/schedulers/base.py first seen with mtime 1733820592.3189235 +File /usr/lib/python3.10/urllib/parse.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loaders/cached.py first seen with mtime 1733820595.79316 +File /usr/lib/python3.10/asyncio/threads.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/stat.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/__init__.py first seen with mtime 1733820595.7401562 +File /home/trevor/touchh_bot/bot/apps.py first seen with mtime 1733911203.1966078 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/templatetags/admin_list.py first seen with mtime 1733820595.412134 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/sql/where.py first seen with mtime 1733820595.7751586 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/cache/apps.py first seen with mtime 1734064914.7907305 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/jobstores/base.py first seen with mtime 1733820592.3179233 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/backends.py first seen with mtime 1733820595.4481363 +File /usr/lib/python3.10/email/errors.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/model_checks.py first seen with mtime 1733820595.7431564 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/move.py first seen with mtime 1733820595.7451565 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/operations/base.py first seen with mtime 1733820595.766158 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/translation/reloader.py first seen with mtime 1733820595.8021605 +File /usr/lib/python3.10/importlib/metadata/__init__.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/lib-dynload/_decimal.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /usr/lib/python3.10/asyncio/staggered.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/related_descriptors.py first seen with mtime 1733820595.7721584 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/__init__.py first seen with mtime 1733820595.679152 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/serializers/__init__.py first seen with mtime 1733820595.7531571 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/middleware/cache.py first seen with mtime 1733820595.7881596 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/http/__init__.py first seen with mtime 1733820595.7871594 +File /usr/lib/python3.10/email/generator.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/debug.py first seen with mtime 1733820595.8031604 +File /usr/lib/python3.10/glob.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loaders/base.py first seen with mtime 1733820595.7921598 +File /usr/lib/python3.10/sre_parse.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/concurrent/futures/thread.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/plugins.py first seen with mtime 1734064914.7897305 +File /usr/lib/python3.10/importlib/_adapters.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/__init__.py first seen with mtime 1733820591.928897 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/fields.py first seen with mtime 1733820595.4881392 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/options.py first seen with mtime 1733820595.7691581 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/http2/__init__.py first seen with mtime 1733820589.9067595 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/middleware/__init__.py first seen with mtime 1733820595.7881596 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/views.py first seen with mtime 1734064914.7897305 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/creation.py first seen with mtime 1733820595.7561574 +File /usr/lib/python3.10/wsgiref/util.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/autoreload.py first seen with mtime 1733820595.7971601 +File /usr/lib/python3.10/urllib/error.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/templatetags/admin_modify.py first seen with mtime 1733820595.4131339 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/http/multipartparser.py first seen with mtime 1733820595.7871594 +File /usr/lib/python3.10/asyncio/selector_events.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/gzip.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/enum.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/connections.py first seen with mtime 1733820590.2007794 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/connection.py first seen with mtime 1733820589.9067595 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/operations/models.py first seen with mtime 1733820595.766158 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/translation.py first seen with mtime 1733820595.7441566 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/models.py first seen with mtime 1733820595.4881392 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/compat.py first seen with mtime 1733820592.0179029 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/query_utils.py first seen with mtime 1733820595.7701583 +File /home/trevor/touchh_bot/scheduler/__init__.py first seen with mtime 1733911203.2506077 +File /usr/lib/python3.10/importlib/abc.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/checks.py first seen with mtime 1733820595.4481363 +File /usr/lib/python3.10/email/message.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/email/mime/message.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/codecs.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/pms_integration/plugins/__init__.py first seen with mtime 1733911203.2486076 +File /home/trevor/touchh_bot/antifroud/models.py first seen with mtime 1734049955.9706087 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/__init__.py first seen with mtime 1733820590.2027798 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/text.py first seen with mtime 1733820595.7731586 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/static.py first seen with mtime 1733820595.8041606 +File /usr/lib/python3.10/importlib/metadata/_meta.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/__init__.py first seen with mtime 1733820595.7891595 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/enums.py first seen with mtime 1733820595.7681582 +File /home/trevor/touchh_bot/hotels/apps.py first seen with mtime 1733911203.2006078 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/comparison.py first seen with mtime 1733820595.7721584 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/decorators/cache.py first seen with mtime 1733820595.8041606 +File /usr/lib/python3.10/asyncio/trsock.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/http/response.py first seen with mtime 1733820595.7881596 +File /usr/lib/python3.10/html/entities.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/wait.py first seen with mtime 1733820589.9087598 +File /usr/lib/python3.10/concurrent/futures/__init__.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/CLIENT.py first seen with mtime 1733820590.2017796 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/base_user.py first seen with mtime 1733820595.4481363 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/__init__.py first seen with mtime 1733820595.6241484 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/api.py first seen with mtime 1733820591.9278967 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/timezone.py first seen with mtime 1733820595.8021605 +File /home/trevor/touchh_bot/manage.py first seen with mtime 1733911203.201608 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/handlers.py first seen with mtime 1733820595.738156 +File /usr/lib/python3.10/hmac.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/packages.py first seen with mtime 1733820592.018903 +File /home/trevor/touchh_bot/touchh/settings.py first seen with mtime 1734071044.903765 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/hooks.py first seen with mtime 1733820592.0179029 +File /usr/lib/python3.10/asyncio/base_events.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/security/sessions.py first seen with mtime 1733820595.7441566 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/storage/base.py first seen with mtime 1733820595.7461567 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/decorators/__init__.py first seen with mtime 1733820595.8041606 +File /usr/lib/python3.10/html/parser.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/pathlib.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/__init__.py first seen with mtime 1733820595.313127 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/signals.py first seen with mtime 1733820595.4501364 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/pattern.py first seen with mtime 1733820590.4327953 +File /home/trevor/touchh_bot/pms_integration/apps.py first seen with mtime 1733911203.2466078 +File /usr/lib/python3.10/html/__init__.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/sqlite3/__init__.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/email/parser.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/jobstores/memory.py first seen with mtime 1733820592.3179233 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/__version__.py first seen with mtime 1733820592.016903 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/wsgi.py first seen with mtime 1733820595.7411563 +File /usr/lib/python3.10/email/__init__.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/md__mypyc.cpython-310-x86_64-linux-gnu.so first seen with mtime 1733820591.9278967 +File /usr/lib/python3.10/multiprocessing/process.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sites/requests.py first seen with mtime 1733820595.7101543 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/decorators.py first seen with mtime 1733820595.3141272 +File /usr/lib/python3.10/importlib/__init__.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/constants.py first seen with mtime 1733820595.767158 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/expressions.py first seen with mtime 1733820595.7681582 +File /usr/lib/python3.10/pkgutil.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/db/models.py first seen with mtime 1734064914.7937305 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/apps/config.py first seen with mtime 1733820595.2441225 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/models.py first seen with mtime 1733820595.6801522 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/ssl_.py first seen with mtime 1733820589.9077597 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/apps.py first seen with mtime 1733820595.4481363 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/base.py first seen with mtime 1733820595.7561574 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/__init__.py first seen with mtime 1733820595.7721584 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/functional.py first seen with mtime 1733820595.7991602 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/__init__.py first seen with mtime 1733820590.0947723 +File /usr/lib/python3.10/timeit.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/_functions.py first seen with mtime 1733820595.7621577 +File /usr/lib/python3.10/signal.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/caches.py first seen with mtime 1733820595.7431564 +File /usr/lib/python3.10/_sitebuiltins.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/models.py first seen with mtime 1733820591.9278967 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/operations.py first seen with mtime 1733820595.7631578 +File /usr/lib/python3.10/lib-dynload/_queue.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/exceptions.py first seen with mtime 1733820595.7641578 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/triggers/base.py first seen with mtime 1733820592.3199234 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/exceptions.py first seen with mtime 1733820589.9037595 +File /usr/lib/python3.10/lib-dynload/_multibytecodec.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/__init__.py first seen with mtime 1733820596.939238 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/features.py first seen with mtime 1733820595.7561574 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/locks.py first seen with mtime 1733820595.7451565 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templatetags/jazzmin.py first seen with mtime 1733820596.9892414 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/request.py first seen with mtime 1733820589.9077597 +File /usr/lib/python3.10/getpass.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/charset.py first seen with mtime 1733820590.2007794 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/tokens.py first seen with mtime 1733820590.0977726 +File /usr/lib/python3.10/asyncio/base_futures.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/deletion.py first seen with mtime 1733820595.7681582 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/formatter.py first seen with mtime 1733820590.0947723 +File /usr/lib/python3.10/importlib/_abc.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/conf.py first seen with mtime 1734064914.7897305 +File /usr/lib/python3.10/http/client.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/converters.py first seen with mtime 1733820595.79616 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/__init__.py first seen with mtime 1733820595.738156 +File /home/trevor/touchh_bot/users/apps.py first seen with mtime 1733444974.5831623 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/generic/base.py first seen with mtime 1733820595.8051608 +File /home/trevor/touchh_bot/scheduler/models.py first seen with mtime 1733911203.2516077 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/signals.py first seen with mtime 1733820595.7551572 +File /usr/lib/python3.10/tempfile.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/migration.py first seen with mtime 1733820595.7641578 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/cache/backends/__init__.py first seen with mtime 1733820595.7411563 +File /usr/lib/python3.10/importlib/util.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/json.py first seen with mtime 1733820595.7711585 +File /home/trevor/touchh_bot/bot/__init__.py first seen with mtime 1733444974.5021634 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/cache/__init__.py first seen with mtime 1734064914.7897305 +File /usr/lib/python3.10/multiprocessing/util.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/client.py first seen with mtime 1733820595.7621577 +File /usr/lib/python3.10/json/__init__.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/retry.py first seen with mtime 1733820589.9077597 +File /usr/lib/python3.10/fractions.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/backends.py first seen with mtime 1734064914.7897305 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/dispatch/__init__.py first seen with mtime 1733820595.7751586 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/executors/base.py first seen with mtime 1733820592.3169231 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/url.py first seen with mtime 1733820589.9087598 +File /usr/lib/python3.10/asyncio/__init__.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/exceptions.py first seen with mtime 1733820592.0179029 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/__init__.py first seen with mtime 1733820595.313127 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/ddl_references.py first seen with mtime 1733820595.7551572 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/math.py first seen with mtime 1733820595.7731586 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/idna/core.py first seen with mtime 1733820591.7938876 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/dateformat.py first seen with mtime 1733820595.79816 +File /usr/lib/python3.10/decimal.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/conf/__init__.py first seen with mtime 1733820595.2441225 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/templatetags/__init__.py first seen with mtime 1733820595.412134 +File /usr/lib/python3.10/importlib/machinery.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/importlib/readers.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/http/request.py first seen with mtime 1733820595.7881596 +File /usr/lib/python3.10/operator.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/compatibility/__init__.py first seen with mtime 1733820595.7441566 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/storage/memory.py first seen with mtime 1733820595.7461567 +File /usr/lib/python3.10/asyncio/log.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/termcolors.py first seen with mtime 1733820595.8011603 +File /usr/lib/python3.10/stringprep.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/filepost.py first seen with mtime 1733820589.9047594 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/constant.py first seen with mtime 1733820591.928897 +File /usr/lib/python3.10/encodings/utf_8.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/models.py first seen with mtime 1733820595.3151274 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/related.py first seen with mtime 1733820595.7711585 +File /usr/lib/python3.10/calendar.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/templatetags/log.py first seen with mtime 1733820595.4131339 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/signals.py first seen with mtime 1733820595.7701583 +File /usr/lib/python3.10/ntpath.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/engine/__init__.py first seen with mtime 1733820590.0957725 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/boundfield.py first seen with mtime 1733820595.7751586 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/templatetags/cache.py first seen with mtime 1733820595.79316 +File /home/trevor/touchh_bot/touchh/urls.py first seen with mtime 1734070629.7614174 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/urls.py first seen with mtime 1734064914.7897305 +File /usr/lib/python3.10/datetime.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/sql/datastructures.py first seen with mtime 1733820595.7741585 +File /usr/lib/python3.10/lib-dynload/_hashlib.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /usr/lib/python3.10/email/iterators.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/wsgiref/__init__.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/utils.py first seen with mtime 1733820595.7461567 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/__init__.py first seen with mtime 1734064914.7887306 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/conf.py first seen with mtime 1733820595.79616 +File /usr/lib/python3.10/asyncio/runners.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/__future__.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/dataclasses.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/mixins.py first seen with mtime 1733820595.7731586 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/version.py first seen with mtime 1733820595.8021605 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/compatibility/django_4_0.py first seen with mtime 1733820595.7441566 +File /usr/lib/python3.10/ipaddress.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/base.py first seen with mtime 1733820595.7451565 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/util.py first seen with mtime 1733820592.3159232 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/backends/__init__.py first seen with mtime 1733820595.6801522 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/widgets.py first seen with mtime 1733820595.3161273 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/templatetags/__init__.py first seen with mtime 1733820595.79316 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/security/csrf.py first seen with mtime 1733820595.7441566 +File /usr/lib/python3.10/importlib/_common.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/asyncio/transports.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/checks.py first seen with mtime 1733820595.4881392 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/management/__init__.py first seen with mtime 1733820595.749157 +File /usr/lib/python3.10/asyncio/streams.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/antifroud/admin.py first seen with mtime 1734070446.7661307 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/output.py first seen with mtime 1733820590.0967724 +File /usr/lib/python3.10/logging/handlers.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/hotels/__init__.py first seen with mtime 1733444974.5071633 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/proxy.py first seen with mtime 1733820595.7711585 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/compat.py first seen with mtime 1733820596.939238 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/structures.py first seen with mtime 1733820592.018903 +File /usr/lib/python3.10/importlib/resources.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/db/backends.py first seen with mtime 1734064914.7937305 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/backends/__init__.py first seen with mtime 1733820595.7911596 +File /usr/lib/python3.10/socketserver.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/exceptions.py first seen with mtime 1733820595.6801522 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/utils.py first seen with mtime 1733820592.018903 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/tzlocal/__init__.py first seen with mtime 1733820589.9777644 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/api.py first seen with mtime 1733820592.016903 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/job.py first seen with mtime 1733820592.3159232 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/pathspec.py first seen with mtime 1733820590.4327953 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/ssl_match_hostname.py first seen with mtime 1733820589.9077597 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/executors/pool.py first seen with mtime 1733820592.3169231 +File /usr/lib/python3.10/lib-dynload/_asyncio.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/apps/registry.py first seen with mtime 1733820595.2441225 +File /usr/lib/python3.10/lib-dynload/_opcode.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/fields.py first seen with mtime 1733820595.7761588 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/validation.py first seen with mtime 1733820595.7571573 +File /home/trevor/touchh_bot/pms_integration/__init__.py first seen with mtime 1733911203.2466078 +File /usr/lib/python3.10/traceback.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/urllib/response.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/adapters.py first seen with mtime 1733820592.016903 +File /usr/lib/python3.10/bisect.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/manager.py first seen with mtime 1733820595.7691581 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/forms.py first seen with mtime 1733820595.4491365 +File /usr/lib/python3.10/genericpath.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/re.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/regex_helper.py first seen with mtime 1733820595.8011603 +File /usr/lib/python3.10/logging/config.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/http/cookiejar.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/views.py first seen with mtime 1733820595.489139 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/patterns/__init__.py first seen with mtime 1733820590.4337955 +File /usr/lib/python3.10/concurrent/futures/_base.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/others.py first seen with mtime 1733820590.0967724 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/mail/utils.py first seen with mtime 1733820595.7481568 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/tokens.py first seen with mtime 1733820590.0957725 +File /usr/lib/python3.10/configparser.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/sql/query.py first seen with mtime 1733820595.7741585 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loaders/filesystem.py first seen with mtime 1733820595.79316 +File /usr/lib/python3.10/contextvars.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/asyncio/mixins.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/servers/__init__.py first seen with mtime 1733820595.7541573 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/storage/base.py first seen with mtime 1733820595.6251483 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/models.py first seen with mtime 1733820595.7761588 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/templates.py first seen with mtime 1733820595.7431564 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/__init__.py first seen with mtime 1733820595.79516 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/smartif.py first seen with mtime 1733820595.7911596 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/templatetags/admin_urls.py first seen with mtime 1733820595.4131339 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/__init__.py first seen with mtime 1733820595.4481363 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/utils.py first seen with mtime 1733820595.7551572 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/tzlocal/unix.py first seen with mtime 1733820589.9777644 +File /usr/lib/python3.10/wsgiref/headers.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/antifroud/views.py first seen with mtime 1734071082.8930583 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/models.py first seen with mtime 1733820592.0179029 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/storage.py first seen with mtime 1733820595.738156 +File /usr/lib/python3.10/email/mime/text.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/messages.py first seen with mtime 1733820595.7431564 +File /usr/lib/python3.10/email/_parseaddr.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/email/header.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/encodings/aliases.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/asyncio/subprocess.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/socket.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/__init__.py first seen with mtime 1733820595.7701583 +File /usr/lib/python3.10/sre_compile.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loaders/app_directories.py first seen with mtime 1733820595.7921598 +File /usr/lib/python3.10/zoneinfo/_tzpath.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/functools.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/exceptions.py first seen with mtime 1733820595.7911596 +File /usr/lib/python3.10/gettext.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/ER.py first seen with mtime 1733820590.2027798 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/deprecation.py first seen with mtime 1733820595.79816 +File /usr/lib/python3.10/logging/__init__.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/management/__init__.py first seen with mtime 1733820595.516141 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/files.py first seen with mtime 1733820595.7701583 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/widgets.py first seen with mtime 1733820595.7771587 +File /usr/lib/python3.10/ast.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/shortcuts.py first seen with mtime 1733820595.2431223 +File /usr/lib/python3.10/asyncio/futures.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/__init__.py first seen with mtime 1733820595.2431223 +File /usr/lib/python3.10/json/encoder.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/__init__.py first seen with mtime 1733820590.2007794 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/cookies.py first seen with mtime 1733820592.0179029 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/serializers/base.py first seen with mtime 1733820595.7531571 +File /usr/lib/python3.10/importlib/metadata/_functools.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/module_loading.py first seen with mtime 1733820595.8011603 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/utils.py first seen with mtime 1733820591.928897 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/FIELD_TYPE.py first seen with mtime 1733820590.2027798 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/sites.py first seen with mtime 1733820595.3151274 +File /usr/lib/python3.10/http/__init__.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/users/__init__.py first seen with mtime 1733444974.5821624 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/exceptions.py first seen with mtime 1733820595.3141272 +File /home/trevor/touchh_bot/scheduler/admin.py first seen with mtime 1734013743.815997 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/management/color.py first seen with mtime 1733820595.749157 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/servers/basehttp.py first seen with mtime 1733820595.7541573 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/introspection.py first seen with mtime 1733820595.7631578 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/asgiref/current_thread_executor.py first seen with mtime 1733820592.301922 +File /usr/lib/python3.10/textwrap.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/email/mime/nonmultipart.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/__init__.py first seen with mtime 1733820595.7621577 +File /usr/lib/python3.10/concurrent/__init__.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/choices.py first seen with mtime 1733820595.7971601 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/engine/statement_splitter.py first seen with mtime 1733820590.0967724 +File /usr/lib/python3.10/zoneinfo/_common.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/conf/locale/__init__.py first seen with mtime 1733820595.2451224 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/views/__init__.py first seen with mtime 1733820595.4131339 +File /usr/lib/python3.10/email/mime/__init__.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/lib-dynload/termios.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/indexes.py first seen with mtime 1733820595.7681582 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/formsets.py first seen with mtime 1733820595.7761588 +File /usr/lib/python3.10/multiprocessing/__init__.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/__init__.py first seen with mtime 1733820595.7551572 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/storage/filesystem.py first seen with mtime 1733820595.7461567 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/exceptions.py first seen with mtime 1733820590.0947723 +File /usr/lib/python3.10/email/policy.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/scheduler/utils.py first seen with mtime 1733911203.2536077 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/operations.py first seen with mtime 1733820595.7561574 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loader.py first seen with mtime 1733820595.7911596 +File /usr/lib/python3.10/lzma.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/db/apps.py first seen with mtime 1734064914.7937305 +File /usr/lib/python3.10/dis.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/aggregates.py first seen with mtime 1733820595.767158 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/apps.py first seen with mtime 1733820595.679152 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/middleware/csrf.py first seen with mtime 1733820595.7881596 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/asyncio.py first seen with mtime 1733820595.7971601 +File /usr/lib/python3.10/platform.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/utils.py first seen with mtime 1733820595.7911596 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/ssltransport.py first seen with mtime 1733820589.9077597 +File /usr/lib/python3.10/keyword.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/i18n.py first seen with mtime 1733820595.8031604 +File /usr/lib/python3.10/email/encoders.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/pprint.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/cd.py first seen with mtime 1733820591.928897 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/legacy.py first seen with mtime 1733820591.9248965 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/middleware.py first seen with mtime 1733820595.4491365 +File /home/trevor/touchh_bot/pms_integration/manager.py first seen with mtime 1733911203.2466078 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/base.py first seen with mtime 1733820595.7891595 +File /usr/lib/python3.10/types.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/queue.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/urllib/request.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/autoreload.py first seen with mtime 1733820595.7891595 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/right_margin.py first seen with mtime 1733820590.0967724 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/temp.py first seen with mtime 1733820595.7451565 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/sessions.py first seen with mtime 1733820592.018903 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/constraints.py first seen with mtime 1733820595.767158 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/utils.py first seen with mtime 1733820595.6241484 +File /usr/lib/python3.10/site.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/checks.py first seen with mtime 1733820595.3141272 +File /usr/lib/python3.10/wsgiref/handlers.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/engine.py first seen with mtime 1733820595.7901597 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/api.py first seen with mtime 1733820595.6241484 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/__init__.py first seen with mtime 1733820595.8031604 +File /home/trevor/touchh_bot/pms_integration/api_client.py first seen with mtime 1733911203.2466078 +File /usr/lib/python3.10/graphlib.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/reprlib.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/async_checks.py first seen with mtime 1733820595.7431564 +File /usr/lib/python3.10/email/base64mime.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/asyncio/base_tasks.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/__init__.py first seen with mtime 1733820595.766158 +File /usr/lib/python3.10/importlib/metadata/_itertools.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/_base_connection.py first seen with mtime 1733820589.9027593 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/client.py first seen with mtime 1733820595.7561574 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/utils.py first seen with mtime 1733820595.3161273 +File /usr/lib/python3.10/uuid.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/sql/constants.py first seen with mtime 1733820595.7741585 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/dates.py first seen with mtime 1733820595.79816 +File /usr/lib/python3.10/hashlib.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/mixins.py first seen with mtime 1733820595.7711585 +File /usr/lib/python3.10/asyncio/locks.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/http/server.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/helpers.py first seen with mtime 1733820595.3151274 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/filters.py first seen with mtime 1733820595.3141272 +File /usr/lib/python3.10/email/utils.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/aligned_indent.py first seen with mtime 1733820590.0967724 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/translation/__init__.py first seen with mtime 1733820595.8021605 +File /usr/lib/python3.10/_compression.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/cache/utils.py first seen with mtime 1733820595.7411563 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/numberformat.py first seen with mtime 1733820595.8011603 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/err.py first seen with mtime 1733820590.2017796 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/database.py first seen with mtime 1733820595.7431564 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/__init__.py first seen with mtime 1733820592.3159232 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/schema.py first seen with mtime 1733820595.7631578 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/crypto.py first seen with mtime 1733820595.79816 +File /usr/lib/python3.10/asyncio/exceptions.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/email/feedparser.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/security/__init__.py first seen with mtime 1733820595.7441566 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/__init__.py first seen with mtime 1733820595.7631578 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/__init__.py first seen with mtime 1733820595.7461567 +File /usr/lib/python3.10/typing.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/asyncio/events.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/certifi/core.py first seen with mtime 1733820591.9518983 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/utils.py first seen with mtime 1733820590.0957725 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/validators.py first seen with mtime 1733820595.7411563 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/http/cookie.py first seen with mtime 1733820595.7871594 +File /usr/lib/python3.10/email/_encoded_words.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/_os.py first seen with mtime 1733820595.79616 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/signing.py first seen with mtime 1733820595.7411563 +File /usr/lib/python3.10/asyncio/base_subprocess.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/text.py first seen with mtime 1733820595.8011603 +File /usr/lib/python3.10/quopri.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/random.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/zipfile.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/converters.py first seen with mtime 1733820590.2017796 +File /home/trevor/touchh_bot/users/models.py first seen with mtime 1734048899.6573606 +File /usr/lib/python3.10/sqlite3/dbapi2.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/generated.py first seen with mtime 1733820595.7711585 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/hashers.py first seen with mtime 1733820595.4491365 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/engine/grouping.py first seen with mtime 1733820590.0967724 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/views/autocomplete.py first seen with mtime 1733820595.4131339 +File /usr/lib/python3.10/json/scanner.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/context.py first seen with mtime 1733820595.7901597 +File /usr/lib/python3.10/mimetypes.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/cursors.py first seen with mtime 1733820590.2017796 +File /usr/lib/python3.10/importlib/metadata/_adapters.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/urllib/__init__.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/asgiref/local.py first seen with mtime 1733820592.301922 +File /usr/lib/python3.10/asyncio/protocols.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/bot/admin.py first seen with mtime 1733444974.5031633 +File /usr/lib/python3.10/struct.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/linecache.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/forms.py first seen with mtime 1733820595.4881392 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/schedulers/__init__.py first seen with mtime 1733820592.3189235 +File /home/trevor/touchh_bot/pms_integration/plugins/base_plugin.py first seen with mtime 1733911203.2486076 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/window.py first seen with mtime 1733820595.7731586 +File /usr/lib/python3.10/uu.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/weakref.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/jobstores/__init__.py first seen with mtime 1733820592.3169231 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/checks.py first seen with mtime 1733820595.738156 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/templatetags/i18n.py first seen with mtime 1733820595.79316 +File /usr/lib/python3.10/_collections_abc.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/idna/__init__.py first seen with mtime 1733820591.7928877 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/operations/__init__.py first seen with mtime 1733820595.766158 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/management/__init__.py first seen with mtime 1733820595.485139 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/lookups.py first seen with mtime 1733820595.7681582 +File /home/trevor/touchh_bot/touchh/__init__.py first seen with mtime 1733444974.5821624 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/_auth.py first seen with mtime 1733820590.2007794 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/utils.py first seen with mtime 1733820595.7391562 +File /usr/lib/python3.10/http/cookies.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/zoneinfo/__init__.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/cache.py first seen with mtime 1733820595.7971601 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/http2/probe.py first seen with mtime 1733820589.9067595 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/cli.py first seen with mtime 1733820590.0947723 +File /usr/lib/python3.10/lib-dynload/_ssl.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loaders/__init__.py first seen with mtime 1733820595.7921598 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/generic/detail.py first seen with mtime 1733820595.8051608 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/_version.py first seen with mtime 1733820589.9037595 +File /usr/lib/python3.10/token.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/tzlocal/windows_tz.py first seen with mtime 1733820589.9787645 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/exceptions.py first seen with mtime 1733820595.7401562 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/cache/backends/base.py first seen with mtime 1733820595.7421563 +File /usr/lib/python3.10/multiprocessing/reduction.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/antifroud/urls.py first seen with mtime 1734070615.7637014 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/management/commands/runserver.py first seen with mtime 1733820595.7401562 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/management/commands/__init__.py first seen with mtime 1733820595.7391562 +File /usr/lib/python3.10/bz2.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/datetime.py first seen with mtime 1733820595.7721584 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/base_session.py first seen with mtime 1733820595.6801522 +File /usr/lib/python3.10/asyncio/queues.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/utils.py first seen with mtime 1733820595.7771587 +File /usr/lib/python3.10/sysconfig.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/decorators/debug.py first seen with mtime 1733820595.8041606 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/__init__.py first seen with mtime 1733820595.79616 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/options.py first seen with mtime 1733820595.3151274 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/translation/trans_real.py first seen with mtime 1733820595.8031604 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/views.py first seen with mtime 1733820595.7391562 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/state.py first seen with mtime 1733820595.765158 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/timeout.py first seen with mtime 1733820589.9087598 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/uploadedfile.py first seen with mtime 1733820595.7451565 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/decorators.py first seen with mtime 1733820595.79816 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/templatetags/base.py first seen with mtime 1733820595.4131339 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/idna/intranges.py first seen with mtime 1733820591.7948878 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/log.py first seen with mtime 1733820595.8001604 +File /usr/lib/python3.10/_weakrefset.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/util.py first seen with mtime 1733820590.4337955 +File /usr/lib/python3.10/email/mime/multipart.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/timesince.py first seen with mtime 1733820595.8011603 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/asgiref/__init__.py first seen with mtime 1733820592.301922 +File /usr/lib/python3.10/json/decoder.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/engine/filter_stack.py first seen with mtime 1733820590.0957725 +File /home/trevor/touchh_bot/bot/models.py first seen with mtime 1733444974.5041635 +File /home/trevor/touchh_bot/hotels/admin.py first seen with mtime 1734066153.4186492 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/contrib/__init__.py first seen with mtime 1733820589.9047594 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/decorators/common.py first seen with mtime 1733820595.8041606 +File /usr/lib/python3.10/collections/abc.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/sql.py first seen with mtime 1733820590.0957725 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/exceptions.py first seen with mtime 1733820595.79616 +File /usr/lib/python3.10/copyreg.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/version.py first seen with mtime 1733820591.9248965 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/wsgi.py first seen with mtime 1733820595.7471566 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/COMMAND.py first seen with mtime 1733820590.2017796 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/connectionpool.py first seen with mtime 1733820589.9037595 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/generic/dates.py first seen with mtime 1733820595.8051608 +File /usr/lib/python3.10/importlib/metadata/_collections.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/db/__init__.py first seen with mtime 1734064914.7937305 +File /usr/lib/python3.10/asyncio/format_helpers.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/inspect.py first seen with mtime 1733820595.8001604 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/settings.py first seen with mtime 1733820596.9422383 +File /usr/lib/python3.10/opcode.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/paginator.py first seen with mtime 1733820595.7401562 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/apps.py first seen with mtime 1733820595.4881392 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/images.py first seen with mtime 1733820595.7451565 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/datastructures.py first seen with mtime 1733820595.79816 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/operations/fields.py first seen with mtime 1733820595.766158 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/backends/base.py first seen with mtime 1733820595.6801522 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/util.py first seen with mtime 1733820589.9087598 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/decorators.py first seen with mtime 1733820595.4491365 +File /home/trevor/touchh_bot/pms_integration/admin.py first seen with mtime 1733911203.2466078 +File /usr/lib/python3.10/numbers.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/wsgiref/simple_server.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/management/base.py first seen with mtime 1733820595.749157 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/storage/__init__.py first seen with mtime 1733820595.7461567 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/library.py first seen with mtime 1733820595.7911596 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/tzlocal/utils.py first seen with mtime 1733820589.9777644 +File /usr/lib/python3.10/string.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/response.py first seen with mtime 1733820589.9077597 +File /home/trevor/touchh_bot/antifroud/apps.py first seen with mtime 1734005666.8527904 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/backends/base.py first seen with mtime 1733820595.7921598 +File /home/trevor/touchh_bot/pms_integration/templates/pms_integration first seen with mtime 1733911203.2496078 +File /home/trevor/touchh_bot/pms_integration/templates/pms_integration/admin first seen with mtime 1733911203.2496078 +File /home/trevor/touchh_bot/pms_integration/templates/pms_integration/admin/check_plugins.html first seen with mtime 1733911203.2496078 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/templates/health_check first seen with mtime 1734064914.7947304 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/templates/health_check/index.html first seen with mtime 1734064914.7957304 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/registration first seen with mtime 1733820596.9882414 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin first seen with mtime 1733901365.3370886 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/jazzmin first seen with mtime 1733820596.9872413 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin_doc first seen with mtime 1733820596.9862413 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/registration/password_reset_form.html first seen with mtime 1733820596.9882414 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/registration/base.html first seen with mtime 1733820596.9882414 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/registration/password_reset_done.html first seen with mtime 1733820596.9882414 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/registration/logged_out.html first seen with mtime 1733820596.9882414 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/registration/password_change_form.html first seen with mtime 1733820596.9882414 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/registration/password_reset_complete.html first seen with mtime 1733820596.9882414 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/registration/password_change_done.html first seen with mtime 1733820596.9882414 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/registration/password_reset_confirm.html first seen with mtime 1733820596.9882414 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/pagination.html first seen with mtime 1733820596.9852412 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/app_index.html first seen with mtime 1733820596.9792407 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/actions.html first seen with mtime 1733820596.9792407 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/change_list_results.html first seen with mtime 1733820596.981241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/login.html first seen with mtime 1733820596.984241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/base.html first seen with mtime 1733910723.896298 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/delete_selected_confirmation.html first seen with mtime 1733820596.981241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filter.html first seen with mtime 1733820596.983241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/object_history.html first seen with mtime 1733820596.984241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/submit_line.html first seen with mtime 1733820596.9852412 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/change_form_object_tools.html first seen with mtime 1733820596.9802408 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/auth first seen with mtime 1733820596.9792407 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/date_hierarchy.html first seen with mtime 1733820596.981241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/change_list_object_tools.html first seen with mtime 1733820596.9802408 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/search_form.html first seen with mtime 1733820596.9852412 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/mptt_filter.html first seen with mtime 1733820596.984241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/popup_response.html first seen with mtime 1733820596.9852412 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/solo first seen with mtime 1733820596.9852412 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/change_list.html first seen with mtime 1733820596.9802408 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/import_export first seen with mtime 1733820596.984241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filer first seen with mtime 1733820596.982241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/change_form.html first seen with mtime 1733820596.9802408 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/base_site.html first seen with mtime 1733820596.9802408 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/delete_confirmation.html first seen with mtime 1733820596.981241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/edit_inline first seen with mtime 1733820596.981241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/index.html first seen with mtime 1733820596.984241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/includes first seen with mtime 1733820596.984241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/auth/user first seen with mtime 1733820596.9802408 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/auth/user/change_password.html first seen with mtime 1733820596.9802408 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/auth/user/add_form.html first seen with mtime 1733820596.9792407 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/solo/object_history.html first seen with mtime 1733820596.9852412 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/solo/change_form.html first seen with mtime 1733820596.9852412 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/import_export/export.html first seen with mtime 1733820596.984241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/import_export/change_list_import_export.html first seen with mtime 1733820596.983241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/import_export/base.html first seen with mtime 1733820596.983241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/import_export/change_list_export_item.html first seen with mtime 1733820596.983241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/import_export/change_list_import.html first seen with mtime 1733820596.983241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/import_export/change_list.html first seen with mtime 1733820596.983241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/import_export/import.html first seen with mtime 1733820596.984241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/import_export/change_list_export.html first seen with mtime 1733820596.983241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/import_export/change_list_import_item.html first seen with mtime 1733820596.983241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filer/breadcrumbs.html first seen with mtime 1733820596.981241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filer/file first seen with mtime 1733820596.982241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filer/tools first seen with mtime 1733820596.983241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filer/image first seen with mtime 1733820596.982241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filer/folder first seen with mtime 1733820596.982241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filer/delete_selected_files_confirmation.html first seen with mtime 1733820596.982241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filer/change_form.html first seen with mtime 1733820596.982241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filer/file/change_form.html first seen with mtime 1733820596.982241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filer/tools/detail_info.html first seen with mtime 1733820596.983241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filer/image/change_form.html first seen with mtime 1733820596.982241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filer/folder/directory_listing.html first seen with mtime 1733820596.982241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/filer/folder/change_form.html first seen with mtime 1733820596.982241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/edit_inline/stacked.html first seen with mtime 1733820596.981241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/edit_inline/tabular.html first seen with mtime 1733820596.981241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/includes/object_delete_summary.html first seen with mtime 1733820596.984241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin/includes/fieldset.html first seen with mtime 1733820596.984241 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/jazzmin/widgets first seen with mtime 1733820596.9872413 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/jazzmin/includes first seen with mtime 1733820596.9872413 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/jazzmin/widgets/select.html first seen with mtime 1733820596.9872413 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/jazzmin/includes/carousel.html first seen with mtime 1733820596.9872413 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/jazzmin/includes/related_modal.html first seen with mtime 1733820596.9872413 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/jazzmin/includes/collapsible.html first seen with mtime 1733820596.9872413 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/jazzmin/includes/ui_builder_panel.html first seen with mtime 1733820596.9872413 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/jazzmin/includes/single.html first seen with mtime 1733820596.9872413 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/jazzmin/includes/vertical_tabs.html first seen with mtime 1733820596.9872413 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/jazzmin/includes/horizontal_tabs.html first seen with mtime 1733820596.9872413 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin_doc/template_filter_index.html first seen with mtime 1733820596.9862413 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin_doc/bookmarklets.html first seen with mtime 1733820596.9852412 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin_doc/model_detail.html first seen with mtime 1733820596.9862413 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin_doc/model_index.html first seen with mtime 1733820596.9862413 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin_doc/missing_docutils.html first seen with mtime 1733820596.9862413 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin_doc/base_docs.html first seen with mtime 1733820596.9852412 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin_doc/template_detail.html first seen with mtime 1733820596.9862413 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin_doc/view_index.html first seen with mtime 1733820596.9862413 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin_doc/template_tag_index.html first seen with mtime 1733820596.9862413 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin_doc/view_detail.html first seen with mtime 1733820596.9862413 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/templates/admin_doc/index.html first seen with mtime 1733820596.9852412 +File /home/trevor/touchh_bot/antifroud/templates/antifroud first seen with mtime 1734006878.8213727 +File /home/trevor/touchh_bot/antifroud/templates/antifroud/admin first seen with mtime 1734059714.7154403 +File /home/trevor/touchh_bot/antifroud/templates/antifroud/admin/import_hotels.html first seen with mtime 1734063048.9425786 +File /home/trevor/touchh_bot/antifroud/templates/antifroud/admin/imported_hotels.html first seen with mtime 1734070815.5499368 +File /home/trevor/touchh_bot/antifroud/templates/antifroud/admin/imported_hotel_change_form.html first seen with mtime 1734057770.4800093 +File /home/trevor/touchh_bot/antifroud/templates/antifroud/admin/external_db_settings_change_form.html first seen with mtime 1734012635.7788932 +File /home/trevor/touchh_bot/scheduler/templates/admin first seen with mtime 1733911203.2526076 +File /home/trevor/touchh_bot/scheduler/templates/admin/scheduler first seen with mtime 1733911203.2526076 +File /home/trevor/touchh_bot/scheduler/templates/admin/scheduler/scheduledtasks first seen with mtime 1733911203.2526076 +File /home/trevor/touchh_bot/scheduler/templates/admin/scheduler/scheduledtasks/change_form.html first seen with mtime 1733911203.2526076 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/locale/ru/LC_MESSAGES/django.mo first seen with mtime 1733820596.9412382 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/locale/bg/LC_MESSAGES/django.mo first seen with mtime 1733820596.940238 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/locale/zh_Hans/LC_MESSAGES/django.mo first seen with mtime 1733820596.9422383 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/locale/es/LC_MESSAGES/django.mo first seen with mtime 1733820596.940238 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/locale/de/LC_MESSAGES/django.mo first seen with mtime 1733820596.940238 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/locale/fr/LC_MESSAGES/django.mo first seen with mtime 1733820596.9412382 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/locale/hu/LC_MESSAGES/django.mo first seen with mtime 1733820596.9412382 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/locale/zh_Hant/LC_MESSAGES/django.mo first seen with mtime 1733820596.9422383 +File /home/trevor/touchh_bot/scheduler/tasks.py first seen with mtime 1733911203.2526076 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/location.py first seen with mtime 1733820596.5792134 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_writeaccessallowed.py first seen with mtime 1733820596.5762134 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/ua_parser/basic.py first seen with mtime 1733820591.9989016 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_utils/entities.py first seen with mtime 1733820596.5882142 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_games/callbackgame.py first seen with mtime 1733820596.5802135 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/request/_baserequest.py first seen with mtime 1733820596.5972147 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_utils/_update_parsing.py first seen with mtime 1733820596.5962145 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/dumper.py first seen with mtime 1733820590.1587768 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_utils/types.py first seen with mtime 1733820596.589214 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/fpdf/fpdf.py first seen with mtime 1733820589.868757 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_passport/__init__.py first seen with mtime 1733820596.585214 +File /home/trevor/touchh_bot/users/migrations/0001_initial.py first seen with mtime 1733911203.2806077 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_webhookinfo.py first seen with mtime 1733820596.5762134 +File /home/trevor/touchh_bot/pms_integration/views.py first seen with mtime 1733911203.2496078 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/geoip2/types.py first seen with mtime 1733820597.1492524 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultvenue.py first seen with mtime 1733820596.5842137 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_chat.py first seen with mtime 1733820596.5682127 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_utils/argumentparsing.py first seen with mtime 1733820596.5882142 +File /home/trevor/touchh_bot/bot/utils/database.py first seen with mtime 1733911203.198608 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_webappdata.py first seen with mtime 1733820596.5762134 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/chatphoto.py first seen with mtime 1733820596.5782135 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_chatboost.py first seen with mtime 1733820596.5692127 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/filters.py first seen with mtime 1733820596.5932145 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_passport/encryptedpassportelement.py first seen with mtime 1733820596.5862138 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/PIL/ImageMode.py first seen with mtime 1733820590.236782 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/commandhandler.py first seen with mtime 1733820596.5942144 +File /home/trevor/touchh_bot/users/views.py first seen with mtime 1733444974.5831623 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_replykeyboardmarkup.py first seen with mtime 1733820596.574213 +File /home/trevor/touchh_bot/antifroud/tests.py first seen with mtime 1734005666.8507903 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/businessmessagesdeletedhandler.py first seen with mtime 1733820596.5932145 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/test/__init__.py first seen with mtime 1733820595.79416 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/migrations/0011_update_proxy_permissions.py first seen with mtime 1733820595.487139 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_paidmedia.py first seen with mtime 1733820596.573213 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/request/__init__.py first seen with mtime 1733820596.5972147 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_types.py first seen with mtime 1733820595.1731176 +File /usr/lib/python3.10/unittest/__init__.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/defaults.py first seen with mtime 1733820595.8031604 +File /home/trevor/touchh_bot/pms_integration/migrations/0003_alter_pmsconfiguration_plugin_name.py first seen with mtime 1733911203.2476077 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/ua_parser_builtins/__init__.py first seen with mtime 1733820589.9517627 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/chatboosthandler.py first seen with mtime 1733820596.5942144 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultcachedmpeg4gif.py first seen with mtime 1733820596.5822136 +File /home/trevor/touchh_bot/bot/views.py first seen with mtime 1733444974.5041635 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_utils/strings.py first seen with mtime 1733820596.589214 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/ua_parser/core.py first seen with mtime 1733820591.9989016 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/user_agents/parsers.py first seen with mtime 1733820592.4309309 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_urlparse.py first seen with mtime 1733820595.1741176 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/executors/asyncio.py first seen with mtime 1733820592.3169231 +File /home/trevor/touchh_bot/scheduler/tests.py first seen with mtime 1733911203.2536077 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/sticker.py first seen with mtime 1733820596.5802135 +File /usr/lib/python3.10/unittest/util.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultcontact.py first seen with mtime 1733820596.5832138 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/maxminddb/const.py first seen with mtime 1733820591.7778866 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_messageautodeletetimerchanged.py first seen with mtime 1733820596.572213 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/animation.py first seen with mtime 1733820596.5782135 +File /home/trevor/touchh_bot/bot/operations/notifications.py first seen with mtime 1733905582.9865398 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_gifts.py first seen with mtime 1733820596.571213 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultmpeg4gif.py first seen with mtime 1733820596.5832138 +File /home/trevor/touchh_bot/scheduler/migrations/0001_initial.py first seen with mtime 1733911203.2516077 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_payment/invoice.py first seen with mtime 1733820596.5862138 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_transports/__init__.py first seen with mtime 1733820595.1741176 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_shared.py first seen with mtime 1733820596.574213 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_utils/markup.py first seen with mtime 1733820596.589214 +File /home/trevor/touchh_bot/hotels/migrations/0003_initial.py first seen with mtime 1733911203.201608 +File /home/trevor/touchh_bot/hotels/views.py first seen with mtime 1733444974.5101633 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/ua_parser_builtins/regexes.py first seen with mtime 1733820589.9537628 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_chatbackground.py first seen with mtime 1733820596.5682127 +File /usr/lib/python3.10/xml/dom/__init__.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/maxminddb/types.py first seen with mtime 1733820591.7778866 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/scanner.py first seen with mtime 1733820590.148776 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/photosize.py first seen with mtime 1733820596.5792134 +File /usr/lib/python3.10/xml/dom/domreg.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultgame.py first seen with mtime 1733820596.5832138 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultcachedvoice.py first seen with mtime 1733820596.5832138 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/geoip2/__init__.py first seen with mtime 1733820597.1482522 +File /home/trevor/touchh_bot/users/urls.py first seen with mtime 1733444974.5831623 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/audio.py first seen with mtime 1733820596.5782135 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/PIL/_imaging.cpython-310-x86_64-linux-gnu.so first seen with mtime 1733820590.2537832 +File /home/trevor/touchh_bot/pms_integration/migrations/__init__.py first seen with mtime 1733911203.2486076 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_payment/__init__.py first seen with mtime 1733820596.5862138 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/migrations/0002_logentry_remove_auto_add.py first seen with mtime 1733820595.386132 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/choseninlineresulthandler.py first seen with mtime 1733820596.5942144 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_reply.py first seen with mtime 1733820596.574213 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_proximityalerttriggered.py first seen with mtime 1733820596.573213 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/maxminddb/reader.py first seen with mtime 1733820591.7778866 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_dictpersistence.py first seen with mtime 1733820596.5912142 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_payment/refundedpayment.py first seen with mtime 1733820596.587214 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_status_codes.py first seen with mtime 1733820595.1731176 +File /home/trevor/touchh_bot/antifroud/migrations/0007_useractivitylog_external_id.py first seen with mtime 1734048229.2204134 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_utils/types.py first seen with mtime 1733820596.5972147 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inputcontactmessagecontent.py first seen with mtime 1733820596.5842137 +File /home/trevor/touchh_bot/bot/urls.py first seen with mtime 1733444974.5041635 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/migrations/0002_remove_content_type_name.py first seen with mtime 1733820595.516141 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_payment/precheckoutquery.py first seen with mtime 1733820596.587214 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/middleware.py first seen with mtime 1733820595.6241484 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/user_agents/__init__.py first seen with mtime 1733820592.429931 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/venue.py first seen with mtime 1733820596.5802135 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/geoip2/mixins.py first seen with mtime 1733820597.1492524 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/pollhandler.py first seen with mtime 1733820596.5952146 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/migrations/0003_alter_user_email_max_length.py first seen with mtime 1733820595.4861388 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/inlinequeryhandler.py first seen with mtime 1733820596.5952146 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/geoip2/models.py first seen with mtime 1733820597.1492524 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_bot.py first seen with mtime 1733820596.5672126 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/tokens.py first seen with mtime 1733820590.1587768 +File /home/trevor/touchh_bot/bot/migrations/__init__.py first seen with mtime 1733444974.5041635 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_transports/default.py first seen with mtime 1733820595.1751177 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/video.py first seen with mtime 1733820596.5802135 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/middleware/common.py first seen with mtime 1733820595.7881596 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_utils/logging.py first seen with mtime 1733820596.5882142 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultlocation.py first seen with mtime 1733820596.5832138 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/representer.py first seen with mtime 1733820590.1597767 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pytz/exceptions.py first seen with mtime 1733820589.7767508 +File /home/trevor/touchh_bot/antifroud/migrations/0006_alter_importedhotel_options.py first seen with mtime 1734047890.2313626 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_utils/repr.py first seen with mtime 1733820596.589214 +File /home/trevor/touchh_bot/antifroud/migrations/0008_alter_useractivitylog_id.py first seen with mtime 1734048574.895119 +File /home/trevor/touchh_bot/hotels/urls.py first seen with mtime 1733444974.5101633 +File /home/trevor/touchh_bot/bot/utils/pdf_report.py first seen with mtime 1733911203.198608 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultvoice.py first seen with mtime 1733820596.5842137 +File /home/trevor/touchh_bot/hotels/migrations/0001_initial.py first seen with mtime 1733911203.201608 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_utils/trackingdict.py first seen with mtime 1733820596.5972147 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/migrations/0012_alter_user_first_name_max_length.py first seen with mtime 1733820595.487139 +File /home/trevor/touchh_bot/users/tests.py first seen with mtime 1733444974.5831623 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/events.py first seen with mtime 1733820590.1597767 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/PIL/TiffTags.py first seen with mtime 1733820590.2567832 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/user_agents/compat.py first seen with mtime 1733820592.4309309 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/migrations/0001_initial.py first seen with mtime 1733820595.708154 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/__init__.py first seen with mtime 1733820596.5812137 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/callbackqueryhandler.py first seen with mtime 1733820596.5942144 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/error.py first seen with mtime 1733820596.5772133 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/inputfile.py first seen with mtime 1733820596.5792134 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/fpdf/template.py first seen with mtime 1733820589.868757 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultaudio.py first seen with mtime 1733820596.5822136 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/__init__.py first seen with mtime 1733820596.589214 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/loader.py first seen with mtime 1733820590.148776 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/migrations/0008_alter_user_username_max_length.py first seen with mtime 1733820595.487139 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_auth.py first seen with mtime 1733820595.1711175 +File /home/trevor/touchh_bot/bot/tests.py first seen with mtime 1733444974.5041635 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresult.py first seen with mtime 1733820596.5812137 +File /home/trevor/touchh_bot/antifroud/migrations/0004_alter_externaldbsettings_options_and_more.py first seen with mtime 1734014538.4034815 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/businessconnectionhandler.py first seen with mtime 1733820596.5932145 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/conversationhandler.py first seen with mtime 1733820596.5952146 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/__version__.py first seen with mtime 1733820595.1701174 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/request/_requestparameter.py first seen with mtime 1733820596.5982149 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_callbackcontext.py first seen with mtime 1733820596.5912142 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pytz/lazy.py first seen with mtime 1733820589.7767508 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_chatadministratorrights.py first seen with mtime 1733820596.5682127 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/PIL/__init__.py first seen with mtime 1733820590.2577834 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/serializer.py first seen with mtime 1733820590.1597767 +File /home/trevor/touchh_bot/hotels/pms_parse.py first seen with mtime 1733538095.4384868 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_userprofilephotos.py first seen with mtime 1733820596.5762134 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_updater.py first seen with mtime 1733820596.5932145 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_picklepersistence.py first seen with mtime 1733820596.5922143 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/error.py first seen with mtime 1733820590.1587768 +File /home/trevor/touchh_bot/pms_integration/plugins/realtycalendar_pms.py first seen with mtime 1733911203.2486076 +File /home/trevor/touchh_bot/users/migrations/0002_delete_localuseractivitylog_delete_useractivitylog_and_more.py first seen with mtime 1734048901.6813185 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_message.py first seen with mtime 1733820596.572213 +File /home/trevor/touchh_bot/antifroud/migrations/__init__.py first seen with mtime 1734005666.8547904 +File /home/trevor/touchh_bot/pms_integration/migrations/0002_alter_pmsconfiguration_plugin_name.py first seen with mtime 1733911203.2476077 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/contact.py first seen with mtime 1733820596.5782135 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/__init__.py first seen with mtime 1733820596.5772133 +File /home/trevor/touchh_bot/hotels/tests.py first seen with mtime 1733444974.5101633 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/migrations/__init__.py first seen with mtime 1733820595.516141 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_exceptions.py first seen with mtime 1733820595.1721175 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/triggers/cron/fields.py first seen with mtime 1733820592.3209236 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_games/__init__.py first seen with mtime 1733820596.5802135 +File /home/trevor/touchh_bot/bot/operations/users.py first seen with mtime 1733560604.3996668 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/inputmedia.py first seen with mtime 1733820596.5792134 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/precheckoutqueryhandler.py first seen with mtime 1733820596.5952146 +File /home/trevor/touchh_bot/antifroud/migrations/0003_externaldbsettings_database_and_more.py first seen with mtime 1734009006.073384 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/basehandler.py first seen with mtime 1733820596.5932145 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/migrations/0001_initial.py first seen with mtime 1733820595.385132 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pytz/tzfile.py first seen with mtime 1733820589.7767508 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/emitter.py first seen with mtime 1733820590.1597767 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/fpdf/html.py first seen with mtime 1733820589.868757 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/__init__.py first seen with mtime 1733820596.5652125 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_passport/passportfile.py first seen with mtime 1733820596.5862138 +File /usr/lib/python3.10/unittest/main.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/test/signals.py first seen with mtime 1733820595.79516 +File /home/trevor/touchh_bot/antifroud/migrations/0009_importedhotel_display_name.py first seen with mtime 1734049958.1195645 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_basepersistence.py first seen with mtime 1733820596.5902143 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/sql/compiler.py first seen with mtime 1733820595.7731586 +File /home/trevor/touchh_bot/bot/operations/froud_notify.py first seen with mtime 1733911203.197608 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/nodes.py first seen with mtime 1733820590.148776 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/test/client.py first seen with mtime 1733820595.79416 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/fpdf/fonts.py first seen with mtime 1733820589.8677568 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_games/gamehighscore.py first seen with mtime 1733820596.5812137 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/geoip2/errors.py first seen with mtime 1733820597.1492524 +File /home/trevor/touchh_bot/hotels/migrations/__init__.py first seen with mtime 1733795169.86468 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_application.py first seen with mtime 1733820596.5902143 +File /home/trevor/touchh_bot/hotels/migrations/0005_hotel_import_status_hotel_imported_at_and_more.py first seen with mtime 1734051710.7157154 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_botdescription.py first seen with mtime 1733820596.5672126 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_botcommandscope.py first seen with mtime 1733820596.5672126 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/migrations/0006_require_contenttypes_0002.py first seen with mtime 1733820595.4861388 +File /home/trevor/touchh_bot/antifroud/migrations/0005_importedhotel.py first seen with mtime 1734047854.512089 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/chatjoinrequesthandler.py first seen with mtime 1733820596.5942144 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/fpdf/ttfonts.py first seen with mtime 1733820589.868757 +File /home/trevor/touchh_bot/hotels/migrations/0004_alter_reservation_room_number.py first seen with mtime 1733914356.6463425 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/migrations/0001_initial.py first seen with mtime 1733820595.4861388 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/ua_parser/loaders.py first seen with mtime 1733820591.9999018 +File /usr/lib/python3.10/unittest/signals.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inputmessagecontent.py first seen with mtime 1733820596.585214 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultcachedsticker.py first seen with mtime 1733820596.5822136 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/PIL/_deprecate.py first seen with mtime 1733820590.2637837 +File /home/trevor/touchh_bot/bot/management/commands/__init__.py first seen with mtime 1733451047.8319275 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinekeyboardmarkup.py first seen with mtime 1733820596.5812137 +File /usr/lib/python3.10/xml/dom/minicompat.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/PIL/ExifTags.py first seen with mtime 1733820590.2547832 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/parser.py first seen with mtime 1733820590.1587768 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/ua_parser/utils.py first seen with mtime 1733820591.9999018 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/__init__.py first seen with mtime 1733820590.1587768 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_chatfullinfo.py first seen with mtime 1733820596.5692127 +File /home/trevor/touchh_bot/touchh/wsgi.py first seen with mtime 1733444974.5821624 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_transports/asgi.py first seen with mtime 1733820595.1751177 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inputtextmessagecontent.py first seen with mtime 1733820596.585214 +File /home/trevor/touchh_bot/antifroud/migrations/0002_remove_externaldbsettings_database_and_more.py first seen with mtime 1734008825.7139475 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_reaction.py first seen with mtime 1733820596.574213 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/migrations/0009_alter_user_last_name_max_length.py first seen with mtime 1733820595.487139 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_utils/__init__.py first seen with mtime 1733820596.5882142 +File /home/trevor/touchh_bot/hotels/pms_check.py first seen with mtime 1733538095.4384868 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_utils/files.py first seen with mtime 1733820596.5882142 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_update.py first seen with mtime 1733820596.5752132 +File /home/trevor/touchh_bot/bot/utils/scheduler.py first seen with mtime 1733550004.5004714 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/document.py first seen with mtime 1733820596.5782135 +File /home/trevor/touchh_bot/users/migrations/__init__.py first seen with mtime 1733444974.5831623 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultdocument.py first seen with mtime 1733820596.5832138 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_multipart.py first seen with mtime 1733820595.1731176 +File /home/trevor/touchh_bot/pms_integration/migrations/0004_alter_pmsconfiguration_plugin_name.py first seen with mtime 1733911203.2486076 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/typehandler.py first seen with mtime 1733820596.5962145 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_replykeyboardremove.py first seen with mtime 1733820596.574213 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_payment/orderinfo.py first seen with mtime 1733820596.5862138 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_payment/labeledprice.py first seen with mtime 1733820596.5862138 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_keyboardbutton.py first seen with mtime 1733820596.571213 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/management/sql.py first seen with mtime 1733820595.749157 +File /home/trevor/touchh_bot/antifroud/data_sync.py first seen with mtime 1734048727.6789315 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/ua_parser/lazy.py first seen with mtime 1733820591.9989016 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/executor.py first seen with mtime 1733820595.7641578 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_jobqueue.py first seen with mtime 1733820596.5922143 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/PIL/_binary.py first seen with mtime 1733820590.2617836 +File /home/trevor/touchh_bot/bot/management/commands/run_bot.py first seen with mtime 1733911203.197608 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/middleware/clickjacking.py first seen with mtime 1733820595.7881596 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/messagereactionhandler.py first seen with mtime 1733820596.5952146 +File /home/trevor/touchh_bot/pms_integration/plugins/ecvi_pms.py first seen with mtime 1733959414.601724 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_botname.py first seen with mtime 1733820596.5672126 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/composer.py first seen with mtime 1733820590.148776 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultcachedphoto.py first seen with mtime 1733820596.5822136 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/paidmediapurchasedhandler.py first seen with mtime 1733820596.5952146 +File /home/trevor/touchh_bot/bot/operations/hotels.py first seen with mtime 1733988323.5157974 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_loginurl.py first seen with mtime 1733820596.571213 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/loader.py first seen with mtime 1733820595.7641578 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/test/testcases.py first seen with mtime 1733820595.79516 +File /home/trevor/touchh_bot/bot/operations/statistics.py first seen with mtime 1733919322.9039288 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_menubutton.py first seen with mtime 1733820596.572213 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/request/_requestdata.py first seen with mtime 1733820596.5972147 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/maxminddb/errors.py first seen with mtime 1733820591.7758865 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_switchinlinequerychosenchat.py first seen with mtime 1733820596.5752132 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/csrf.py first seen with mtime 1733820595.8031604 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_dice.py first seen with mtime 1733820596.5702128 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_passport/credentials.py first seen with mtime 1733820596.585214 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultcachedvideo.py first seen with mtime 1733820596.5832138 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/maxminddb/extension.cpython-310-x86_64-linux-gnu.so first seen with mtime 1733820591.7768865 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/migrations/0002_alter_permission_name_max_length.py first seen with mtime 1733820595.4861388 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pytz/__init__.py first seen with mtime 1733820589.7767508 +File /home/trevor/touchh_bot/touchh/asgi.py first seen with mtime 1733444974.5821624 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/prefixhandler.py first seen with mtime 1733820596.5962145 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/migrations/0003_logentry_add_action_flag_choices.py first seen with mtime 1733820595.386132 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_keyboardbuttonrequest.py first seen with mtime 1733820596.571213 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/pollanswerhandler.py first seen with mtime 1733820596.5952146 +File /usr/lib/python3.10/xml/dom/NodeFilter.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_messageid.py first seen with mtime 1733820596.573213 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/backends/db.py first seen with mtime 1733820595.681152 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_content.py first seen with mtime 1733820595.1721175 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/db/migrations/0001_initial.py first seen with mtime 1734064914.7947304 +File /home/trevor/touchh_bot/scheduler/migrations/__init__.py first seen with mtime 1733911203.2516077 +File /home/trevor/touchh_bot/pms_integration/plugins/bnovo_pms.py first seen with mtime 1733912277.4757614 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/stringregexhandler.py first seen with mtime 1733820596.5962145 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/_basemedium.py first seen with mtime 1733820596.5782135 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inputvenuemessagecontent.py first seen with mtime 1733820596.585214 +File /home/trevor/touchh_bot/bot/utils/froud_check.py first seen with mtime 1733911203.198608 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultarticle.py first seen with mtime 1733820596.5812137 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_videochat.py first seen with mtime 1733820596.5762134 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/warnings.py first seen with mtime 1733820596.5772133 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/maxminddb/__init__.py first seen with mtime 1733820591.7758865 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_baseratelimiter.py first seen with mtime 1733820596.5902143 +File /usr/lib/python3.10/unittest/suite.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/triggers/cron/expressions.py first seen with mtime 1733820592.3209236 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_chatinvitelink.py first seen with mtime 1733820596.5692127 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/PIL/_util.py first seen with mtime 1733820590.2547832 +File /home/trevor/touchh_bot/pms_integration/migrations/0001_initial.py first seen with mtime 1733911203.2476077 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/reader.py first seen with mtime 1733820590.147776 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_sentwebappmessage.py first seen with mtime 1733820596.574213 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_callbackquery.py first seen with mtime 1733820596.5682127 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/_yaml.cpython-310-x86_64-linux-gnu.so first seen with mtime 1733820590.1587768 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/stringcommandhandler.py first seen with mtime 1733820596.5962145 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultphoto.py first seen with mtime 1733820596.5842137 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/migrations/0004_alter_user_username_opts.py first seen with mtime 1733820595.4861388 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/videonote.py first seen with mtime 1733820596.5802135 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/cache/backends/locmem.py first seen with mtime 1733820595.7421563 +File /home/trevor/touchh_bot/bot/operations/settings.py first seen with mtime 1733554678.3462024 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_transports/wsgi.py first seen with mtime 1733820595.1751177 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/test/html.py first seen with mtime 1733820595.79416 +File /home/trevor/touchh_bot/bot/keyboards.py first seen with mtime 1733554605.9822023 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_utils/__init__.py first seen with mtime 1733820596.5962145 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/maxminddb/decoder.py first seen with mtime 1733820591.7778866 +File /home/trevor/touchh_bot/bot/utils/__init__.py first seen with mtime 1733544993.8766968 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_utils/warnings.py first seen with mtime 1733820596.589214 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/PIL/_version.py first seen with mtime 1733820590.2627838 +File /usr/lib/python3.10/unittest/mock.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_utils/datetime.py first seen with mtime 1733820596.5882142 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_utils/stack.py first seen with mtime 1733820596.5972147 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_story.py first seen with mtime 1733820596.5752132 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/constants.py first seen with mtime 1733820596.5772133 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/ua_parser/matchers.py first seen with mtime 1733820591.9999018 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_utils/defaultvalue.py first seen with mtime 1733820596.5882142 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/__init__.py first seen with mtime 1733820595.1701174 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/migrations/0005_alter_user_last_login_null.py first seen with mtime 1733820595.4861388 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/test/utils.py first seen with mtime 1733820595.79516 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_client.py first seen with mtime 1733820595.1711175 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_copytextbutton.py first seen with mtime 1733820596.5702128 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_passport/passportelementerrors.py first seen with mtime 1733820596.5862138 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_botcommand.py first seen with mtime 1733820596.5672126 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/migrations/0010_alter_group_name_max_length.py first seen with mtime 1733820595.487139 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/fpdf/__init__.py first seen with mtime 1733820589.8677568 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_defaults.py first seen with mtime 1733820596.5912142 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_payment/shippingoption.py first seen with mtime 1733820596.587214 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_payment/shippingaddress.py first seen with mtime 1733820596.587214 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/maxminddb/file.py first seen with mtime 1733820591.7768865 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_config.py first seen with mtime 1733820595.1721175 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_telegramobject.py first seen with mtime 1733820596.5752132 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_chatmember.py first seen with mtime 1733820596.5692127 +File /home/trevor/touchh_bot/pms_integration/forms.py first seen with mtime 1733911203.2466078 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_utils/enum.py first seen with mtime 1733820596.5882142 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_urls.py first seen with mtime 1733820595.1741176 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inputlocationmessagecontent.py first seen with mtime 1733820596.585214 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/ua_parser/__init__.py first seen with mtime 1733820591.9989016 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pytz/tzinfo.py first seen with mtime 1733820589.7767508 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/ua_parser/user_agent_parser.py first seen with mtime 1733820591.9999018 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/helpers.py first seen with mtime 1733820596.5772133 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/inputsticker.py first seen with mtime 1733820596.5792134 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inputinvoicemessagecontent.py first seen with mtime 1733820596.5842137 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_models.py first seen with mtime 1733820595.1731176 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_poll.py first seen with mtime 1733820596.573213 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_transports/mock.py first seen with mtime 1733820595.1751177 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_version.py first seen with mtime 1733820596.5762134 +File /home/trevor/touchh_bot/hotels/migrations/0002_initial.py first seen with mtime 1733911203.201608 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/geoip2/database.py first seen with mtime 1733820597.1492524 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_callbackdatacache.py first seen with mtime 1733820596.5912142 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/db/migrations/__init__.py first seen with mtime 1734064914.7947304 +File /home/trevor/touchh_bot/scheduler/test_module.py first seen with mtime 1733911203.2536077 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/fpdf/php.py first seen with mtime 1733820589.868757 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/migrations/__init__.py first seen with mtime 1733820595.7091541 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_games/game.py first seen with mtime 1733820596.5802135 +File /usr/lib/python3.10/xml/__init__.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_birthdate.py first seen with mtime 1733820596.5662127 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_applicationbuilder.py first seen with mtime 1733820596.5902143 +File /home/trevor/touchh_bot/bot/handlers.py first seen with mtime 1733911203.1966078 +File /usr/lib/python3.10/xml/dom/minidom.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/ua_parser/caching.py first seen with mtime 1733820591.9989016 +File /usr/lib/python3.10/unittest/runner.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_messageentity.py first seen with mtime 1733820596.573213 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/file.py first seen with mtime 1733820596.5792134 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_giveaway.py first seen with mtime 1733820596.571213 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/triggers/cron/__init__.py first seen with mtime 1733820592.3209236 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_transports/base.py first seen with mtime 1733820595.1751177 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/request/_httpxrequest.py first seen with mtime 1733820596.5972147 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/PIL/_typing.py first seen with mtime 1733820590.2537832 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/resolver.py first seen with mtime 1733820590.1597767 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/graph.py first seen with mtime 1733820595.7641578 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_business.py first seen with mtime 1733820596.5672126 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_forcereply.py first seen with mtime 1733820596.5702128 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_chatmemberupdated.py first seen with mtime 1733820596.5702128 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultvideo.py first seen with mtime 1733820596.5842137 +File /home/trevor/touchh_bot/scheduler/views.py first seen with mtime 1733911203.2536077 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_extbot.py first seen with mtime 1733820596.5922143 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_forumtopic.py first seen with mtime 1733820596.5702128 +File /home/trevor/touchh_bot/antifroud/migrations/0001_initial.py first seen with mtime 1734006503.0082352 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_payment/successfulpayment.py first seen with mtime 1733820596.587214 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_passport/passportdata.py first seen with mtime 1733820596.5862138 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_chatpermissions.py first seen with mtime 1733820596.5702128 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultsbutton.py first seen with mtime 1733820596.5842137 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/migrations/0001_initial.py first seen with mtime 1733820595.516141 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultcachedgif.py first seen with mtime 1733820596.5822136 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_api.py first seen with mtime 1733820595.1711175 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultcacheddocument.py first seen with mtime 1733820596.5822136 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/preparedinlinemessage.py first seen with mtime 1733820596.585214 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/chatmemberhandler.py first seen with mtime 1733820596.5942144 +File /home/trevor/touchh_bot/pms_integration/migrations/0005_pmsconfiguration_private_key_and_more.py first seen with mtime 1733911203.2486076 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_passport/data.py first seen with mtime 1733820596.585214 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_payment/stars.py first seen with mtime 1733820596.587214 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_contexttypes.py first seen with mtime 1733820596.5912142 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_payment/shippingquery.py first seen with mtime 1733820596.587214 +File /home/trevor/touchh_bot/bot/utils/notifications.py first seen with mtime 1733905582.9865398 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/PIL/Image.py first seen with mtime 1733820590.2577834 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_chatjoinrequest.py first seen with mtime 1733820596.5692127 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/fpdf/py3k.py first seen with mtime 1733820589.868757 +File /usr/lib/python3.10/lib-dynload/mmap.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_webappinfo.py first seen with mtime 1733820596.5762134 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultgif.py first seen with mtime 1733820596.5832138 +File /home/trevor/touchh_bot/pms_integration/tests.py first seen with mtime 1733911203.2496078 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinekeyboardbutton.py first seen with mtime 1733820596.5812137 +File /usr/lib/python3.10/unittest/result.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_choseninlineresult.py first seen with mtime 1733820596.5702128 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/shippingqueryhandler.py first seen with mtime 1733820596.5962145 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_messageorigin.py first seen with mtime 1733820596.573213 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/messagehandler.py first seen with mtime 1733820596.5952146 +File /home/trevor/touchh_bot/antifroud/forms.py first seen with mtime 1734053277.0109007 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/migrations/__init__.py first seen with mtime 1733820595.386132 +File /home/trevor/touchh_bot/bot/utils/bot_setup.py first seen with mtime 1733905582.9865398 +File /usr/lib/python3.10/xml/dom/xmlbuilder.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_aioratelimiter.py first seen with mtime 1733820596.589214 +File /usr/lib/python3.10/unittest/loader.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_handlers/__init__.py first seen with mtime 1733820596.5932145 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_decoders.py first seen with mtime 1733820595.1721175 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequeryresultcachedaudio.py first seen with mtime 1733820596.5822136 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_inline/inlinequery.py first seen with mtime 1733820596.5812137 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/migrations/0007_alter_validators_add_error_messages.py first seen with mtime 1733820595.4861388 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_chatlocation.py first seen with mtime 1733820596.5692127 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/cyaml.py first seen with mtime 1733820590.1597767 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/voice.py first seen with mtime 1733820596.5802135 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_user.py first seen with mtime 1733820596.5752132 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/geoip2/records.py first seen with mtime 1733820597.1492524 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/recorder.py first seen with mtime 1733820595.765158 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/ext/_baseupdateprocessor.py first seen with mtime 1733820596.5912142 +File /home/trevor/touchh_bot/bot/operations/__init__.py first seen with mtime 1733544926.0244582 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/httpx/_utils.py first seen with mtime 1733820595.1741176 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_keyboardbuttonpolltype.py first seen with mtime 1733820596.571213 +File /usr/lib/python3.10/unittest/case.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/yaml/constructor.py first seen with mtime 1733820590.1597767 +File /home/trevor/touchh_bot/pms_integration/plugins/shelter_pms.py first seen with mtime 1733988299.181913 +File /home/trevor/touchh_bot/pms_integration/test_requests.py first seen with mtime 1733911203.2496078 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/migrations/__init__.py first seen with mtime 1733820595.487139 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/asgi.py first seen with mtime 1733820595.7401562 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/conf/urls/__init__.py first seen with mtime 1733820595.313127 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_linkpreviewoptions.py first seen with mtime 1733820596.571213 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_messagereactionupdated.py first seen with mtime 1733820596.573213 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/telegram/_files/_basethumbedmedium.py first seen with mtime 1733820596.5782135 +File /home/trevor/touchh_bot/antifroud/views.py previous mtime: 1734071082.8930583, current mtime: 1734071096.628802 +/home/trevor/touchh_bot/antifroud/views.py notified as changed. Signal results: [(, None), (, None)]. +/home/trevor/touchh_bot/antifroud/views.py changed, reloading. +Watching for file changes with StatReloader +Waiting for apps ready_event. +Main Django thread has terminated before apps are ready. +Apps ready_event triggered. Sending autoreload_started signal. +Watching dir /home/trevor/touchh_bot/locale with glob **/*.mo. +File /usr/lib/python3.10/heapq.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/client.py first seen with mtime 1733820595.7561574 +File /usr/lib/python3.10/secrets.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/http/__init__.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/cache/utils.py first seen with mtime 1733820595.7411563 +File /usr/lib/python3.10/email/_header_value_parser.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/checks.py first seen with mtime 1733820595.4881392 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/_meta.py first seen with mtime 1733820590.4327953 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/_base_connection.py first seen with mtime 1733820589.9027593 +File /usr/lib/python3.10/concurrent/__init__.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/asyncio.py first seen with mtime 1733820595.7971601 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/generic/list.py first seen with mtime 1733820595.8061607 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/version.py first seen with mtime 1733820591.9248965 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/storage/base.py first seen with mtime 1733820595.7461567 +File /usr/lib/python3.10/operator.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/security/sessions.py first seen with mtime 1733820595.7441566 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/views/__init__.py first seen with mtime 1733820595.4131339 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/helpers.py first seen with mtime 1733820595.3151274 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/compatibility/django_4_0.py first seen with mtime 1733820595.7441566 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loaders/app_directories.py first seen with mtime 1733820595.7921598 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/caches.py first seen with mtime 1733820595.7431564 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/__init__.py first seen with mtime 1733820595.4881392 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/charset.py first seen with mtime 1733820590.2007794 +File /usr/lib/python3.10/lib-dynload/_contextvars.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /usr/lib/python3.10/html/__init__.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/schema.py first seen with mtime 1733820595.7631578 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/sql.py first seen with mtime 1733820590.0957725 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/util.py first seen with mtime 1733820589.9087598 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/migration.py first seen with mtime 1733820595.7641578 +File /usr/lib/python3.10/asyncio/__init__.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/csv.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/http/server.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/ssl_match_hostname.py first seen with mtime 1733820589.9077597 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/base.py first seen with mtime 1733820595.7451565 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/timeout.py first seen with mtime 1733820589.9087598 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/signals.py first seen with mtime 1733820595.7701583 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/__init__.py first seen with mtime 1733820595.766158 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/mixins.py first seen with mtime 1733820595.7711585 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/formats.py first seen with mtime 1733820595.7991602 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/admin.py first seen with mtime 1733820595.4481363 +File /home/trevor/touchh_bot/antifroud/apps.py first seen with mtime 1734005666.8527904 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/legacy.py first seen with mtime 1733820591.9248965 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/crypto.py first seen with mtime 1733820595.79816 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/lorem_ipsum.py first seen with mtime 1733820595.8001604 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/generic/detail.py first seen with mtime 1733820595.8051608 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/tzlocal/windows_tz.py first seen with mtime 1733820589.9787645 +File /usr/lib/python3.10/genericpath.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/model_checks.py first seen with mtime 1733820595.7431564 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/library.py first seen with mtime 1733820595.7911596 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/locks.py first seen with mtime 1733820595.7451565 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/proxy.py first seen with mtime 1733820589.9067595 +File /usr/lib/python3.10/multiprocessing/reduction.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/related.py first seen with mtime 1733820595.7711585 +File /usr/lib/python3.10/email/contentmanager.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/output.py first seen with mtime 1733820590.0967724 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/decorators.py first seen with mtime 1733820595.79816 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/request.py first seen with mtime 1733820589.9077597 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/exceptions.py first seen with mtime 1733820592.0179029 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/security/base.py first seen with mtime 1733820595.7441566 +File /home/trevor/touchh_bot/scheduler/apps.py first seen with mtime 1733911203.2516077 +File /usr/lib/python3.10/asyncio/futures.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/email/charset.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/json/scanner.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/__init__.py first seen with mtime 1733820595.6241484 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/__init__.py first seen with mtime 1733820590.0947723 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/checks.py first seen with mtime 1733820595.738156 +File /usr/lib/python3.10/stat.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/_collections_abc.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/api.py first seen with mtime 1733820591.9278967 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/client.py first seen with mtime 1733820595.7621577 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/apps/registry.py first seen with mtime 1733820595.2441225 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/FIELD_TYPE.py first seen with mtime 1733820590.2027798 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/storage.py first seen with mtime 1733820595.738156 +File /home/trevor/touchh_bot/hotels/models.py first seen with mtime 1734070960.211326 +File /usr/lib/python3.10/concurrent/futures/process.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/storage/mixins.py first seen with mtime 1733820595.7461567 +File /home/trevor/touchh_bot/users/models.py first seen with mtime 1734048899.6573606 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/__init__.py first seen with mtime 1733820595.738156 +File /usr/lib/python3.10/email/iterators.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/tokens.py first seen with mtime 1733820595.4501364 +File /usr/lib/python3.10/zoneinfo/_tzpath.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/textwrap.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/defaultfilters.py first seen with mtime 1733820595.7901597 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/files.py first seen with mtime 1733820595.7431564 +File /usr/lib/python3.10/lib-dynload/_zoneinfo.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/__init__.py first seen with mtime 1733820595.7461567 +File /usr/lib/python3.10/warnings.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/err.py first seen with mtime 1733820590.2017796 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/cache/backends/filebased.py first seen with mtime 1733820595.7421563 +File /usr/lib/python3.10/email/mime/multipart.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/_auth.py first seen with mtime 1733820590.2007794 +File /usr/lib/python3.10/getpass.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/dispatch/dispatcher.py first seen with mtime 1733820595.7751586 +File /usr/lib/python3.10/asyncio/selector_events.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/finders.py first seen with mtime 1733820595.738156 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/_internal_utils.py first seen with mtime 1733820592.016903 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/models.py first seen with mtime 1733820591.9278967 +File /usr/lib/python3.10/tokenize.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/cd.py first seen with mtime 1733820591.928897 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/fields.py first seen with mtime 1733820595.4881392 +File /usr/lib/python3.10/email/message.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/collections/__init__.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/transaction.py first seen with mtime 1733820595.7551572 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/hooks.py first seen with mtime 1733820592.0179029 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/gitignore.py first seen with mtime 1733820590.4327953 +File /home/trevor/touchh_bot/pms_integration/api_client.py first seen with mtime 1733911203.2466078 +File /usr/lib/python3.10/email/parser.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/asyncio/base_tasks.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/actions.py first seen with mtime 1733820595.3141272 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/response.py first seen with mtime 1733820589.9077597 +File /usr/lib/python3.10/lib-dynload/_opcode.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /usr/lib/python3.10/pathlib.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/difflib.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loaders/cached.py first seen with mtime 1733820595.79316 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/connectionpool.py first seen with mtime 1733820589.9037595 +File /usr/lib/python3.10/importlib/resources.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/importlib/metadata/__init__.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/asyncio/queues.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/choices.py first seen with mtime 1733820595.7971601 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/schedulers/asyncio.py first seen with mtime 1733820592.3189235 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/features.py first seen with mtime 1733820595.7561574 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/http/__init__.py first seen with mtime 1733820595.7871594 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/decorators/csrf.py first seen with mtime 1733820595.8041606 +File /usr/lib/python3.10/encodings/utf_8.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/mail/__init__.py first seen with mtime 1733820595.7471566 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/sql/__init__.py first seen with mtime 1733820595.7731586 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/__init__.py first seen with mtime 1733820596.939238 +File /usr/lib/python3.10/os.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sites/__init__.py first seen with mtime 1733820595.7091541 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/text.py first seen with mtime 1733820595.8011603 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/move.py first seen with mtime 1733820595.7451565 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/decorators/cache.py first seen with mtime 1733820595.8041606 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/constant.py first seen with mtime 1733820591.928897 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/wsgi.py first seen with mtime 1733820595.7411563 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/connection.py first seen with mtime 1733820589.9037595 +File /usr/lib/python3.10/lib-dynload/_bz2.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/__version__.py first seen with mtime 1733820592.016903 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/autoreload.py first seen with mtime 1733820595.7971601 +File /usr/lib/python3.10/email/encoders.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/encoding.py first seen with mtime 1733820595.7991602 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/idna/__init__.py first seen with mtime 1733820591.7928877 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/__init__.py first seen with mtime 1733820595.7421563 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/templatetags/admin_urls.py first seen with mtime 1733820595.4131339 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/api.py first seen with mtime 1733820595.6241484 +File /home/trevor/touchh_bot/antifroud/models.py first seen with mtime 1734049955.9706087 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/jobstores/__init__.py first seen with mtime 1733820592.3169231 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/triggers/__init__.py first seen with mtime 1733820592.3199234 +File /usr/lib/python3.10/bisect.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/hashable.py first seen with mtime 1733820595.7991602 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/formatter.py first seen with mtime 1733820590.0947723 +File /usr/lib/python3.10/zoneinfo/__init__.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/constants.py first seen with mtime 1733820595.767158 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/optionfile.py first seen with mtime 1733820590.2017796 +File /usr/lib/python3.10/asyncio/log.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/decimal.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/_functions.py first seen with mtime 1733820595.7621577 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/generic/base.py first seen with mtime 1733820595.8051608 +File /home/trevor/touchh_bot/scheduler/models.py first seen with mtime 1733911203.2516077 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/signals.py first seen with mtime 1733820595.7551572 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/executors/pool.py first seen with mtime 1733820592.3169231 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/templatetags/cache.py first seen with mtime 1733820595.79316 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/http/cookie.py first seen with mtime 1733820595.7871594 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/__init__.py first seen with mtime 1733820595.79616 +File /usr/lib/python3.10/sysconfig.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/signal.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/bot/models.py first seen with mtime 1733444974.5041635 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/urls.py first seen with mtime 1733820595.7441566 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/cache/backends/base.py first seen with mtime 1733820595.7421563 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/__init__.py first seen with mtime 1733820592.3159232 +File /usr/lib/python3.10/concurrent/futures/__init__.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/copyreg.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/constants.py first seen with mtime 1733820595.6241484 +File /usr/lib/python3.10/glob.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/proxy.py first seen with mtime 1733820595.7711585 +File /usr/lib/python3.10/asyncio/format_helpers.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/utils.py first seen with mtime 1733820595.765158 +File /usr/lib/python3.10/statistics.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/pms_integration/admin.py first seen with mtime 1733911203.2466078 +File /usr/lib/python3.10/wsgiref/handlers.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/executors/__init__.py first seen with mtime 1733820592.3159232 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/deletion.py first seen with mtime 1733820595.7681582 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/serializers/json.py first seen with mtime 1733820595.7531571 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/forms.py first seen with mtime 1733820595.7761588 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/__init__.py first seen with mtime 1733820590.4327953 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sites/requests.py first seen with mtime 1733820595.7101543 +File /usr/lib/python3.10/selectors.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/ER.py first seen with mtime 1733820590.2027798 +File /usr/lib/python3.10/asyncio/sslproto.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/hotels/__init__.py first seen with mtime 1733444974.5071633 +File /usr/lib/python3.10/locale.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/backends/django.py first seen with mtime 1733820595.7921598 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/tzlocal/unix.py first seen with mtime 1733820589.9777644 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/version.py first seen with mtime 1733820595.8021605 +File /home/trevor/touchh_bot/users/__init__.py first seen with mtime 1733444974.5821624 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/management/__init__.py first seen with mtime 1733820595.749157 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/plugins.py first seen with mtime 1734064914.7897305 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/apps/config.py first seen with mtime 1733820595.2441225 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/apps.py first seen with mtime 1733820595.4481363 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/json.py first seen with mtime 1733820595.7711585 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/__init__.py first seen with mtime 1733820595.8031604 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/tzlocal/__init__.py first seen with mtime 1733820589.9777644 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/exception.py first seen with mtime 1733820595.7471566 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/engine/filter_stack.py first seen with mtime 1733820590.0957725 +File /usr/lib/python3.10/functools.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/job.py first seen with mtime 1733820592.3159232 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/__init__.py first seen with mtime 1733820595.7401562 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/utils.py first seen with mtime 1733820595.7701583 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/apps.py first seen with mtime 1733820595.3141272 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/translation/reloader.py first seen with mtime 1733820595.8021605 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/middleware/cache.py first seen with mtime 1733820595.7881596 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/base.py first seen with mtime 1733820595.79616 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/management/__init__.py first seen with mtime 1733820595.516141 +File /usr/lib/python3.10/numbers.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/ssltransport.py first seen with mtime 1733820589.9077597 +File /home/trevor/touchh_bot/pms_integration/utils.py first seen with mtime 1733911203.2496078 +File /usr/lib/python3.10/traceback.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/urllib/__init__.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/resolvers.py first seen with mtime 1733820595.79616 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/__init__.py first seen with mtime 1733820591.928897 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/templatetags/__init__.py first seen with mtime 1733820595.412134 +File /usr/lib/python3.10/importlib/_common.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/pickle.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/wait.py first seen with mtime 1733820589.9087598 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/utils.py first seen with mtime 1733820590.0957725 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/operations.py first seen with mtime 1733820595.7561574 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/utils.py first seen with mtime 1733820595.6241484 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/pattern.py first seen with mtime 1733820590.4327953 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/serializers/python.py first seen with mtime 1733820595.7541573 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/cli.py first seen with mtime 1733820590.0947723 +File /usr/lib/python3.10/re.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/struct.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/importlib/machinery.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/email/errors.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/multiprocessing/process.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/utils.py first seen with mtime 1733820595.7391562 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/management/commands/runserver.py first seen with mtime 1733820595.752157 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/base_session.py first seen with mtime 1733820595.6801522 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/security/csrf.py first seen with mtime 1733820595.7441566 +File /usr/lib/python3.10/lib-dynload/_hashlib.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /usr/lib/python3.10/posixpath.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/__init__.py first seen with mtime 1733820595.7551572 +File /usr/lib/python3.10/stringprep.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/json/__init__.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/conf.py first seen with mtime 1733820595.79616 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/structures.py first seen with mtime 1733820592.018903 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/_collections.py first seen with mtime 1733820589.9027593 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/engine/__init__.py first seen with mtime 1733820590.0957725 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/db/apps.py first seen with mtime 1734064914.7937305 +File /usr/lib/python3.10/datetime.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/html/entities.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/decorators/common.py first seen with mtime 1733820595.8041606 +File /usr/lib/python3.10/contextlib.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/state.py first seen with mtime 1733820595.765158 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/storage/filesystem.py first seen with mtime 1733820595.7461567 +File /usr/lib/python3.10/enum.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/schedulers/__init__.py first seen with mtime 1733820592.3189235 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/compatibility/__init__.py first seen with mtime 1733820595.7441566 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/management/commands/__init__.py first seen with mtime 1733820595.749157 +File /usr/lib/python3.10/email/mime/__init__.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/urllib/error.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/__init__.py first seen with mtime 1733820595.7541573 +File /usr/lib/python3.10/_sysconfigdata__x86_64-linux-gnu.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/termcolors.py first seen with mtime 1733820595.8011603 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/times.py first seen with mtime 1733820590.2017796 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/http2/__init__.py first seen with mtime 1733820589.9067595 +File /home/trevor/touchh_bot/antifroud/__init__.py first seen with mtime 1734005666.8537903 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/serializers/__init__.py first seen with mtime 1733820595.7531571 +File /usr/lib/python3.10/configparser.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/comparison.py first seen with mtime 1733820595.7721584 +File /usr/lib/python3.10/linecache.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/certifi/core.py first seen with mtime 1733820591.9518983 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/utils.py first seen with mtime 1733820592.018903 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/exceptions.py first seen with mtime 1733820595.7911596 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/log.py first seen with mtime 1733820595.8001604 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/cursors.py first seen with mtime 1733820590.2017796 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/operations.py first seen with mtime 1733820595.7631578 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/storage/memory.py first seen with mtime 1733820595.7461567 +File /usr/lib/python3.10/mimetypes.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/scheduler/__init__.py first seen with mtime 1733911203.2506077 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/context.py first seen with mtime 1733820595.7901597 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/conf/__init__.py first seen with mtime 1733820595.2441225 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/aligned_indent.py first seen with mtime 1733820590.0967724 +File /usr/lib/python3.10/email/_encoded_words.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/lib-dynload/_queue.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /usr/lib/python3.10/asyncio/events.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/pms_integration/plugins/__init__.py first seen with mtime 1733911203.2486076 +File /usr/lib/python3.10/weakref.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/bot/__init__.py first seen with mtime 1733444974.5021634 +File /usr/lib/python3.10/multiprocessing/connection.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/sessions.py first seen with mtime 1733820592.018903 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/filters.py first seen with mtime 1733820595.3141272 +File /usr/lib/python3.10/asyncio/transports.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/copy.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/importlib/metadata/_functools.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/__init__.py first seen with mtime 1733820595.7621577 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/models.py first seen with mtime 1733820595.4501364 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/sites.py first seen with mtime 1733820595.3151274 +File /home/trevor/touchh_bot/bot/apps.py first seen with mtime 1733911203.1966078 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/autoreload.py first seen with mtime 1733820595.7891595 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/validators.py first seen with mtime 1733820595.7411563 +File /usr/lib/python3.10/subprocess.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/options.py first seen with mtime 1733820595.7691581 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/dates.py first seen with mtime 1733820595.79816 +File /usr/lib/python3.10/asyncio/mixins.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/models.py first seen with mtime 1733820595.3151274 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/management/color.py first seen with mtime 1733820595.749157 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/tree.py first seen with mtime 1733820595.8021605 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/temp.py first seen with mtime 1733820595.7451565 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sites/shortcuts.py first seen with mtime 1733820595.7101543 +File /usr/lib/python3.10/asyncio/base_events.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/asyncio/unix_events.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/enums.py first seen with mtime 1733820595.7681582 +File /usr/lib/python3.10/email/mime/nonmultipart.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/email/base64mime.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/__init__.py first seen with mtime 1733820590.2007794 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/util.py first seen with mtime 1733820592.3159232 +File /usr/lib/python3.10/email/quoprimime.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/_request_methods.py first seen with mtime 1733820589.9037595 +File /usr/lib/python3.10/asyncio/coroutines.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/asgiref/sync.py first seen with mtime 1733820592.3029222 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/operations/base.py first seen with mtime 1733820595.766158 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/decorators.py first seen with mtime 1733820595.4491365 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/utils.py first seen with mtime 1733820595.7551572 +File /usr/lib/python3.10/uu.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/users/admin.py first seen with mtime 1734048824.275924 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/__init__.py first seen with mtime 1733820595.7891595 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/__init__.py first seen with mtime 1733820595.7451565 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/decorators.py first seen with mtime 1733820595.3141272 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/__init__.py first seen with mtime 1733820595.2431223 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/templatetags/static.py first seen with mtime 1733820595.79316 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/defaulttags.py first seen with mtime 1733820595.7901597 +File /usr/lib/python3.10/dis.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/json/encoder.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/pms_integration/apps.py first seen with mtime 1733911203.2466078 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/util.py first seen with mtime 1733820590.4337955 +File /usr/lib/python3.10/codecs.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/touchh/__init__.py first seen with mtime 1733444974.5821624 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/http/response.py first seen with mtime 1733820595.7881596 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/certs.py first seen with mtime 1733820592.016903 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/security/__init__.py first seen with mtime 1733820595.7441566 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/CR.py first seen with mtime 1733820590.2027798 +File /usr/lib/python3.10/sre_parse.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/forms.py first seen with mtime 1733820595.4491365 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/status_codes.py first seen with mtime 1733820592.018903 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/adapters.py first seen with mtime 1733820592.016903 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/db/models.py first seen with mtime 1734064914.7937305 +File /usr/lib/python3.10/lib-dynload/_ssl.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/connection.py first seen with mtime 1733820589.9067595 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/generic/edit.py first seen with mtime 1733820595.8051608 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/cache/apps.py first seen with mtime 1734064914.7907305 +File /usr/lib/python3.10/encodings/idna.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/hashers.py first seen with mtime 1733820595.4491365 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/translation/__init__.py first seen with mtime 1733820595.8021605 +File /usr/lib/python3.10/http/cookies.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/lib-dynload/_multibytecodec.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/jobstores/base.py first seen with mtime 1733820592.3179233 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/retry.py first seen with mtime 1733820589.9077597 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/asgiref/current_thread_executor.py first seen with mtime 1733820592.301922 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/triggers/base.py first seen with mtime 1733820592.3199234 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/http.py first seen with mtime 1733820595.8001604 +File /usr/lib/python3.10/asyncio/runners.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/fnmatch.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/tzlocal/utils.py first seen with mtime 1733820589.9777644 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/timezone.py first seen with mtime 1733820595.8021605 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/protocol.py first seen with mtime 1733820590.2017796 +File /usr/lib/python3.10/fractions.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/math.py first seen with mtime 1733820595.7731586 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/converters.py first seen with mtime 1733820590.2017796 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loaders/base.py first seen with mtime 1733820595.7921598 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/signing.py first seen with mtime 1733820595.7411563 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/models.py first seen with mtime 1733820595.7761588 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/html.py first seen with mtime 1733820595.7991602 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/text.py first seen with mtime 1733820595.7731586 +File /usr/lib/python3.10/ipaddress.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/safestring.py first seen with mtime 1733820595.8011603 +File /usr/lib/python3.10/shutil.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/storage/base.py first seen with mtime 1733820595.6251483 +File /usr/lib/python3.10/logging/handlers.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/asyncio/constants.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/__future__.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/exceptions.py first seen with mtime 1733820595.3141272 +File /usr/lib/python3.10/asyncio/staggered.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/utils.py first seen with mtime 1733820591.928897 +File /usr/lib/python3.10/http/cookiejar.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/asgiref/__init__.py first seen with mtime 1733820592.301922 +File /usr/lib/python3.10/reprlib.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/admin.py first seen with mtime 1733820595.4881392 +File /usr/lib/python3.10/_compat_pickle.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/exceptions.py first seen with mtime 1733820595.7401562 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/__init__.py first seen with mtime 1733820595.313127 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/boundfield.py first seen with mtime 1733820595.7751586 +File /usr/lib/python3.10/lib-dynload/_json.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/uploadhandler.py first seen with mtime 1733820595.7451565 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/dispatch/__init__.py first seen with mtime 1733820595.7751586 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/lookups.py first seen with mtime 1733820595.7681582 +File /usr/lib/python3.10/collections/abc.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/platform.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/features.py first seen with mtime 1733820595.7631578 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/__init__.py first seen with mtime 1733820595.7721584 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/__init__.py first seen with mtime 1733820589.9027593 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/generated.py first seen with mtime 1733820595.7711585 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/templates.py first seen with mtime 1733820595.7431564 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/checks.py first seen with mtime 1733820595.4481363 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/dateparse.py first seen with mtime 1733820595.79816 +File /usr/lib/python3.10/token.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/connections.py first seen with mtime 1733820590.2007794 +File /usr/lib/python3.10/multiprocessing/queues.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/i18n.py first seen with mtime 1733820595.8031604 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/events.py first seen with mtime 1733820592.3159232 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/aggregates.py first seen with mtime 1733820595.767158 +File /usr/lib/python3.10/io.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/checks.py first seen with mtime 1733820595.3141272 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/pathspec.py first seen with mtime 1733820590.4327953 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/__init__.py first seen with mtime 1733820595.4481363 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/backends/__init__.py first seen with mtime 1733820595.7911596 +File /usr/lib/python3.10/importlib/metadata/_adapters.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/inspect.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/json/decoder.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/pms_integration/models.py first seen with mtime 1733911203.2486076 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/md__mypyc.cpython-310-x86_64-linux-gnu.so first seen with mtime 1733820591.9278967 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/__init__.py first seen with mtime 1733820595.313127 +File /usr/lib/python3.10/keyword.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/widgets.py first seen with mtime 1733820595.3161273 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/validation.py first seen with mtime 1733820595.7571573 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/related_lookups.py first seen with mtime 1733820595.7721584 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/module_loading.py first seen with mtime 1733820595.8011603 +File /usr/lib/python3.10/abc.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/password_validation.py first seen with mtime 1733820595.4501364 +File /usr/lib/python3.10/email/generator.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/urllib/response.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/middleware/csrf.py first seen with mtime 1733820595.7881596 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/signals.py first seen with mtime 1733820595.7411563 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/generic/__init__.py first seen with mtime 1733820595.8051608 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/right_margin.py first seen with mtime 1733820590.0967724 +File /usr/lib/python3.10/queue.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/scheduler/utils.py first seen with mtime 1733911203.2536077 +File /usr/lib/python3.10/calendar.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/exceptions.py first seen with mtime 1733820595.79616 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/cookies.py first seen with mtime 1733820592.0179029 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/tokens.py first seen with mtime 1733820590.0957725 +File /usr/lib/python3.10/wsgiref/simple_server.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/asyncio/tasks.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/types.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/contrib/__init__.py first seen with mtime 1733820589.9047594 +File /usr/lib/python3.10/urllib/parse.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/argparse.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/files.py first seen with mtime 1733820595.7701583 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/inspect.py first seen with mtime 1733820595.8001604 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/decorators/__init__.py first seen with mtime 1733820595.8041606 +File /usr/lib/python3.10/asyncio/streams.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/email/_parseaddr.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/zipfile.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/apps/__init__.py first seen with mtime 1733820595.2441225 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/base.py first seen with mtime 1733820595.7561574 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/exceptions.py first seen with mtime 1733820595.7641578 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/sql/constants.py first seen with mtime 1733820595.7741585 +File /usr/lib/python3.10/importlib/metadata/_collections.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/logging/config.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/manage.py first seen with mtime 1733911203.201608 +File /usr/lib/python3.10/ntpath.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/http/multipartparser.py first seen with mtime 1733820595.7871594 +File /usr/lib/python3.10/encodings/aliases.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/pms_integration/manager.py first seen with mtime 1733911203.2466078 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/templatetags/i18n.py first seen with mtime 1733820595.79316 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/compat.py first seen with mtime 1733820592.0179029 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/engine/grouping.py first seen with mtime 1733820590.0967724 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/db/__init__.py first seen with mtime 1734064914.7937305 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/smartif.py first seen with mtime 1733820595.7911596 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/fields.py first seen with mtime 1733820589.9047594 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/creation.py first seen with mtime 1733820595.7561574 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/storage/handler.py first seen with mtime 1733820595.7461567 +File /usr/lib/python3.10/gettext.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/operations/models.py first seen with mtime 1733820595.766158 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/registry.py first seen with mtime 1733820595.7431564 +File /usr/lib/python3.10/email/mime/base.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/schema.py first seen with mtime 1733820595.7571573 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/templatetags/__init__.py first seen with mtime 1733820595.79316 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/models.py first seen with mtime 1733820592.0179029 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/templatetags/tz.py first seen with mtime 1733820595.79416 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/messages.py first seen with mtime 1733820595.7431564 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/utils.py first seen with mtime 1733820595.7911596 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/functional.py first seen with mtime 1733820595.7991602 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/__init__.py first seen with mtime 1733820590.2027798 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/apps.py first seen with mtime 1733820595.679152 +File /usr/lib/python3.10/socketserver.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/sql/where.py first seen with mtime 1733820595.7751586 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/base.py first seen with mtime 1733820595.767158 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/http2/probe.py first seen with mtime 1733820589.9067595 +File /usr/lib/python3.10/asyncio/locks.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/__init__.py first seen with mtime 1733820595.7751586 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/conf/locale/__init__.py first seen with mtime 1733820595.2451224 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/__init__.py first seen with mtime 1733820595.79516 +File /usr/lib/python3.10/email/headerregistry.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/keywords.py first seen with mtime 1733820590.0957725 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/ddl_references.py first seen with mtime 1733820595.7551572 +File /usr/lib/python3.10/importlib/readers.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/engine.py first seen with mtime 1733820595.7901597 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/reverse_related.py first seen with mtime 1733820595.7721584 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/regex_helper.py first seen with mtime 1733820595.8011603 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/shortcuts.py first seen with mtime 1733820595.2431223 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/__init__.py first seen with mtime 1733820595.7631578 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/__init__.py first seen with mtime 1733820595.7701583 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/idna/core.py first seen with mtime 1733820591.7938876 +File /usr/lib/python3.10/importlib/_abc.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/validators.py first seen with mtime 1733820595.4501364 +File /usr/lib/python3.10/sre_constants.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/base_user.py first seen with mtime 1733820595.4481363 +File /usr/lib/python3.10/email/mime/message.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/mail/utils.py first seen with mtime 1733820595.7481568 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/http/request.py first seen with mtime 1733820595.7881596 +File /usr/lib/python3.10/http/client.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/opcode.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/multiprocessing/context.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/creation.py first seen with mtime 1733820595.7621577 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/datetime.py first seen with mtime 1733820595.7721584 +File /usr/lib/python3.10/importlib/__init__.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/html/parser.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/wsgiref/__init__.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/bz2.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/base.py first seen with mtime 1733820595.7471566 +File /usr/lib/python3.10/asyncio/base_subprocess.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/email/policy.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/lib-dynload/termios.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/middleware/__init__.py first seen with mtime 1733820595.7881596 +File /usr/lib/python3.10/pkgutil.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/storage/__init__.py first seen with mtime 1733820595.7461567 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/window.py first seen with mtime 1733820595.7731586 +File /etc/python3.10/sitecustomize.py first seen with mtime 1648890259.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/base.py first seen with mtime 1733820595.7891595 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/response.py first seen with mtime 1733820595.7911596 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/apps.py first seen with mtime 1733820595.4881392 +File /usr/lib/python3.10/hmac.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/poolmanager.py first seen with mtime 1733820589.9047594 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/asgiref/local.py first seen with mtime 1733820592.301922 +File /usr/lib/python3.10/quopri.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/sqlite3/__init__.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/converters.py first seen with mtime 1733820595.79616 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/engine/statement_splitter.py first seen with mtime 1733820590.0967724 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/indexes.py first seen with mtime 1733820595.7681582 +File /home/trevor/touchh_bot/hotels/admin.py first seen with mtime 1734066153.4186492 +File /home/trevor/touchh_bot/pms_integration/__init__.py first seen with mtime 1733911203.2466078 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/__init__.py first seen with mtime 1733820590.0967724 +File /usr/lib/python3.10/encodings/__init__.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/email/_policybase.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/introspection.py first seen with mtime 1733820595.7561574 +File /usr/lib/python3.10/sqlite3/dbapi2.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/fields.py first seen with mtime 1733820595.7761588 +File /usr/lib/python3.10/multiprocessing/__init__.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/lib-dynload/_uuid.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/cache.py first seen with mtime 1733820595.7971601 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/renderers.py first seen with mtime 1733820595.7761588 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/cache/__init__.py first seen with mtime 1734064914.7897305 +File /usr/lib/python3.10/site.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/email/__init__.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/apps.py first seen with mtime 1733820595.6241484 +File /usr/lib/python3.10/zoneinfo/_common.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/translation/trans_real.py first seen with mtime 1733820595.8031604 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/idna/package_data.py first seen with mtime 1733820591.7958877 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/generic/dates.py first seen with mtime 1733820595.8051608 +File /usr/lib/python3.10/importlib/metadata/_itertools.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/wsgiref/headers.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/models.py first seen with mtime 1733820595.6801522 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/apps.py first seen with mtime 1733820595.738156 +File /usr/lib/python3.10/lib-dynload/_lzma.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/cache/__init__.py first seen with mtime 1733820595.7411563 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/async_checks.py first seen with mtime 1733820595.7431564 +File /usr/lib/python3.10/pprint.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/exceptions.py first seen with mtime 1733820589.9037595 +File /home/trevor/touchh_bot/antifroud/views.py first seen with mtime 1734071096.628802 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/query.py first seen with mtime 1733820595.7691581 +File /usr/lib/python3.10/asyncio/protocols.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/base64.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/utils.py first seen with mtime 1733820595.3161273 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/views/autocomplete.py first seen with mtime 1733820595.4131339 +File /usr/lib/python3.10/importlib/abc.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/COMMAND.py first seen with mtime 1733820590.2017796 +File /usr/lib/python3.10/dataclasses.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/servers/basehttp.py first seen with mtime 1733820595.7541573 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/query_utils.py first seen with mtime 1733820595.7701583 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/packages.py first seen with mtime 1733820592.018903 +File /usr/lib/python3.10/importlib/_adapters.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/operations/__init__.py first seen with mtime 1733820595.766158 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loaders/filesystem.py first seen with mtime 1733820595.79316 +File /usr/lib/python3.10/ssl.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/_version.py first seen with mtime 1733820589.9037595 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/database.py first seen with mtime 1733820595.7431564 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/__init__.py first seen with mtime 1734064914.7887306 +File /usr/lib/python3.10/_markupbase.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/patterns/gitwildmatch.py first seen with mtime 1733820590.4337955 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/filepost.py first seen with mtime 1733820589.9047594 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/others.py first seen with mtime 1733820590.0967724 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/__init__.py first seen with mtime 1733820592.016903 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/mail/message.py first seen with mtime 1733820595.7471566 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/introspection.py first seen with mtime 1733820595.7631578 +File /usr/lib/python3.10/lib-dynload/_sqlite3.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/jobstores/memory.py first seen with mtime 1733820592.3179233 +File /usr/lib/python3.10/urllib/request.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/related_descriptors.py first seen with mtime 1733820595.7721584 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/connection.py first seen with mtime 1733820595.7971601 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/numberformat.py first seen with mtime 1733820595.8011603 +File /usr/lib/python3.10/string.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/email/feedparser.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/__init__.py first seen with mtime 1733820589.9067595 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/response.py first seen with mtime 1733820589.9047594 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/conf/global_settings.py first seen with mtime 1733820595.2441225 +File /usr/lib/python3.10/graphlib.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/sql/datastructures.py first seen with mtime 1733820595.7741585 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/executors/base.py first seen with mtime 1733820592.3169231 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/certifi/__init__.py first seen with mtime 1733820591.9508984 +File /usr/lib/python3.10/_sitebuiltins.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/asyncio/base_futures.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/apps.py first seen with mtime 1733820596.939238 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/models.py first seen with mtime 1733820595.4881392 +File /usr/lib/python3.10/uuid.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/scheduler/admin.py first seen with mtime 1734013743.815997 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/backends/base.py first seen with mtime 1733820595.7921598 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/images.py first seen with mtime 1733820595.7451565 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/management/base.py first seen with mtime 1733820595.749157 +File /home/trevor/touchh_bot/bot/admin.py first seen with mtime 1733444974.5031633 +File /usr/lib/python3.10/_compression.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/idna/idnadata.py first seen with mtime 1733820591.7948878 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/operations/special.py first seen with mtime 1733820595.766158 +File /usr/lib/python3.10/ast.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/signals.py first seen with mtime 1733820595.4501364 +File /home/trevor/touchh_bot/pms_integration/plugins/base_plugin.py first seen with mtime 1733911203.2486076 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/SERVER_STATUS.py first seen with mtime 1733820590.2027798 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/ssl_.py first seen with mtime 1733820589.9077597 +File /usr/lib/python3.10/hashlib.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loaders/__init__.py first seen with mtime 1733820595.7921598 +File /usr/lib/python3.10/lib-dynload/_asyncio.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/utils.py first seen with mtime 1733820595.7551572 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/debug.py first seen with mtime 1733820595.8031604 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/utils.py first seen with mtime 1733820595.7771587 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/__init__.py first seen with mtime 1733820595.7551572 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/storage/__init__.py first seen with mtime 1733820595.6251483 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/idna/intranges.py first seen with mtime 1733820591.7948878 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/utils.py first seen with mtime 1733820595.79616 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/datastructures.py first seen with mtime 1733820595.79816 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/operations/fields.py first seen with mtime 1733820595.766158 +File /usr/lib/python3.10/asyncio/trsock.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/mixins.py first seen with mtime 1733820595.7731586 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/timesince.py first seen with mtime 1733820595.8011603 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/sql/query.py first seen with mtime 1733820595.7741585 +File /usr/lib/python3.10/importlib/util.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/duration.py first seen with mtime 1733820595.7991602 +File /usr/lib/python3.10/contextvars.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/servers/__init__.py first seen with mtime 1733820595.7541573 +File /usr/lib/python3.10/wsgiref/util.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/lib-dynload/_decimal.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/translation.py first seen with mtime 1733820595.7441566 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/lexer.py first seen with mtime 1733820590.0957725 +File /usr/lib/python3.10/importlib/metadata/_meta.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/cache/backends/__init__.py first seen with mtime 1733820595.7411563 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/decorators/debug.py first seen with mtime 1733820595.8041606 +File /usr/lib/python3.10/importlib/metadata/_text.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/lib-dynload/_multiprocessing.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/forms.py first seen with mtime 1733820595.4881392 +File /usr/lib/python3.10/random.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/management/__init__.py first seen with mtime 1733820595.485139 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/options.py first seen with mtime 1733820595.3151274 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/api.py first seen with mtime 1733820592.016903 +File /usr/lib/python3.10/threading.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/templatetags/l10n.py first seen with mtime 1733820595.79316 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/manager.py first seen with mtime 1733820595.7691581 +File /usr/lib/python3.10/typing.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/constraints.py first seen with mtime 1733820595.767158 +File /usr/lib/python3.10/gzip.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/patterns/__init__.py first seen with mtime 1733820590.4337955 +File /home/trevor/touchh_bot/touchh/settings.py first seen with mtime 1734071044.903765 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/reindent.py first seen with mtime 1733820590.0967724 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/deprecation.py first seen with mtime 1733820595.79816 +File /usr/lib/python3.10/lzma.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/sre_compile.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/ipv6.py first seen with mtime 1733820595.8001604 +File /home/trevor/touchh_bot/hotels/apps.py first seen with mtime 1733911203.2006078 +File /usr/lib/python3.10/asyncio/subprocess.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/tokens.py first seen with mtime 1733820590.0977726 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/schedulers/base.py first seen with mtime 1733820592.3189235 +File /home/trevor/touchh_bot/users/apps.py first seen with mtime 1733444974.5831623 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/__init__.py first seen with mtime 1733820595.679152 +File /usr/lib/python3.10/multiprocessing/util.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/concurrent/futures/thread.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loader_tags.py first seen with mtime 1733820595.7911596 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/_os.py first seen with mtime 1733820595.79616 +File /usr/lib/python3.10/tempfile.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/serializers/base.py first seen with mtime 1733820595.7531571 +File /usr/lib/python3.10/concurrent/futures/_base.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/paginator.py first seen with mtime 1733820595.7401562 +File /usr/lib/python3.10/asyncio/exceptions.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/utils.py first seen with mtime 1733820595.7461567 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/formsets.py first seen with mtime 1733820595.7761588 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/url.py first seen with mtime 1733820589.9087598 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/CLIENT.py first seen with mtime 1733820590.2017796 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loader.py first seen with mtime 1733820595.7911596 +File /usr/lib/python3.10/asyncio/threads.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/logging/__init__.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/dateformat.py first seen with mtime 1733820595.79816 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/uploadedfile.py first seen with mtime 1733820595.7451565 +File /usr/lib/python3.10/socket.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/widgets.py first seen with mtime 1733820595.7771587 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/sql/subqueries.py first seen with mtime 1733820595.7741585 +File /usr/lib/python3.10/email/mime/text.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/auth.py first seen with mtime 1733820592.016903 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/md.cpython-310-x86_64-linux-gnu.so first seen with mtime 1733820591.9258966 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/expressions.py first seen with mtime 1733820595.7681582 +File /usr/lib/python3.10/email/header.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/email/utils.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/deconstruct.py first seen with mtime 1733820595.79816 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/wsgi.py first seen with mtime 1733820595.7471566 +File /usr/lib/python3.10/_weakrefset.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/base.py first seen with mtime 1733820595.7621577 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/exceptions.py first seen with mtime 1733820590.0947723 +Watching for file changes with StatReloader +Waiting for apps ready_event. +Main Django thread has terminated before apps are ready. +Apps ready_event triggered. Sending autoreload_started signal. +Watching dir /home/trevor/touchh_bot/locale with glob **/*.mo. +File /usr/lib/python3.10/posixpath.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/locks.py first seen with mtime 1733820595.7451565 +File /home/trevor/touchh_bot/bot/admin.py first seen with mtime 1733444974.5031633 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/_auth.py first seen with mtime 1733820590.2007794 +File /usr/lib/python3.10/lib-dynload/_decimal.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /usr/lib/python3.10/importlib/machinery.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/email/mime/nonmultipart.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/sites.py first seen with mtime 1733820595.3151274 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/views/autocomplete.py first seen with mtime 1733820595.4131339 +File /usr/lib/python3.10/copyreg.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/pathspec.py first seen with mtime 1733820590.4327953 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/utils.py first seen with mtime 1733820595.7701583 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/storage/handler.py first seen with mtime 1733820595.7461567 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/request.py first seen with mtime 1733820589.9077597 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/sessions.py first seen with mtime 1733820592.018903 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/exceptions.py first seen with mtime 1733820592.0179029 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/response.py first seen with mtime 1733820589.9047594 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/serializers/__init__.py first seen with mtime 1733820595.7531571 +File /usr/lib/python3.10/wsgiref/handlers.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/contrib/__init__.py first seen with mtime 1733820589.9047594 +File /usr/lib/python3.10/wsgiref/simple_server.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/asyncio/log.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/duration.py first seen with mtime 1733820595.7991602 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/related.py first seen with mtime 1733820595.7711585 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/cli.py first seen with mtime 1733820590.0947723 +File /usr/lib/python3.10/concurrent/futures/process.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/conf.py first seen with mtime 1733820595.79616 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/exceptions.py first seen with mtime 1733820595.7911596 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/sql/constants.py first seen with mtime 1733820595.7741585 +File /usr/lib/python3.10/functools.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/utils.py first seen with mtime 1733820595.79616 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/fields.py first seen with mtime 1733820595.4881392 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loaders/filesystem.py first seen with mtime 1733820595.79316 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/compat.py first seen with mtime 1733820592.0179029 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/generic/dates.py first seen with mtime 1733820595.8051608 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/templates.py first seen with mtime 1733820595.7431564 +File /usr/lib/python3.10/concurrent/futures/__init__.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/__init__.py first seen with mtime 1733820595.313127 +File /home/trevor/touchh_bot/antifroud/models.py first seen with mtime 1734049955.9706087 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/storage/__init__.py first seen with mtime 1733820595.6251483 +File /usr/lib/python3.10/email/charset.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/sqlite3/__init__.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/asyncio/format_helpers.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/http/cookie.py first seen with mtime 1733820595.7871594 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/checks.py first seen with mtime 1733820595.738156 +File /usr/lib/python3.10/_collections_abc.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/tokens.py first seen with mtime 1733820595.4501364 +File /usr/lib/python3.10/numbers.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/admin.py first seen with mtime 1733820595.4481363 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/operations.py first seen with mtime 1733820595.7631578 +File /usr/lib/python3.10/csv.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/datetime.py first seen with mtime 1733820595.7721584 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/uploadhandler.py first seen with mtime 1733820595.7451565 +File /usr/lib/python3.10/asyncio/base_subprocess.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/__init__.py first seen with mtime 1733820595.4481363 +File /usr/lib/python3.10/getpass.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/options.py first seen with mtime 1733820595.3151274 +File /usr/lib/python3.10/importlib/metadata/_text.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/users/models.py first seen with mtime 1734048899.6573606 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/ssltransport.py first seen with mtime 1733820589.9077597 +File /usr/lib/python3.10/html/__init__.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/__init__.py first seen with mtime 1733820595.738156 +File /usr/lib/python3.10/asyncio/base_tasks.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/contextvars.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/templatetags/i18n.py first seen with mtime 1733820595.79316 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/cache/backends/base.py first seen with mtime 1733820595.7421563 +File /etc/python3.10/sitecustomize.py first seen with mtime 1648890259.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/shortcuts.py first seen with mtime 1733820595.2431223 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/middleware/cache.py first seen with mtime 1733820595.7881596 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/base.py first seen with mtime 1733820595.767158 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/tree.py first seen with mtime 1733820595.8021605 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sites/requests.py first seen with mtime 1733820595.7101543 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/patterns/gitwildmatch.py first seen with mtime 1733820590.4337955 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/temp.py first seen with mtime 1733820595.7451565 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/boundfield.py first seen with mtime 1733820595.7751586 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/utils.py first seen with mtime 1733820592.018903 +File /usr/lib/python3.10/ssl.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/scheduler/models.py first seen with mtime 1733911203.2516077 +File /home/trevor/touchh_bot/antifroud/apps.py first seen with mtime 1734005666.8527904 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/signals.py first seen with mtime 1733820595.7411563 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/urls.py first seen with mtime 1733820595.7441566 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/decorators/common.py first seen with mtime 1733820595.8041606 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/util.py first seen with mtime 1733820592.3159232 +File /usr/lib/python3.10/io.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/exceptions.py first seen with mtime 1733820595.7641578 +File /usr/lib/python3.10/lib-dynload/_zoneinfo.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/utils.py first seen with mtime 1733820595.7911596 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/tokens.py first seen with mtime 1733820590.0957725 +File /usr/lib/python3.10/logging/__init__.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/introspection.py first seen with mtime 1733820595.7631578 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/base.py first seen with mtime 1733820595.79616 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/gitignore.py first seen with mtime 1733820590.4327953 +File /usr/lib/python3.10/email/headerregistry.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/filepost.py first seen with mtime 1733820589.9047594 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loaders/base.py first seen with mtime 1733820595.7921598 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/patterns/__init__.py first seen with mtime 1733820590.4337955 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/__init__.py first seen with mtime 1733820590.0947723 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loaders/app_directories.py first seen with mtime 1733820595.7921598 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sites/shortcuts.py first seen with mtime 1733820595.7101543 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/backends/django.py first seen with mtime 1733820595.7921598 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/protocol.py first seen with mtime 1733820590.2017796 +File /usr/lib/python3.10/collections/abc.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/users/apps.py first seen with mtime 1733444974.5831623 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/_functions.py first seen with mtime 1733820595.7621577 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/schema.py first seen with mtime 1733820595.7631578 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/FIELD_TYPE.py first seen with mtime 1733820590.2027798 +File /usr/lib/python3.10/email/contentmanager.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/packages.py first seen with mtime 1733820592.018903 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/storage/filesystem.py first seen with mtime 1733820595.7461567 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/sql.py first seen with mtime 1733820590.0957725 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/idna/idnadata.py first seen with mtime 1733820591.7948878 +File /usr/lib/python3.10/wsgiref/__init__.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/keyword.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/scheduler/apps.py first seen with mtime 1733911203.2516077 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/triggers/__init__.py first seen with mtime 1733820592.3199234 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/__init__.py first seen with mtime 1733820591.928897 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/autoreload.py first seen with mtime 1733820595.7971601 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/_meta.py first seen with mtime 1733820590.4327953 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/__init__.py first seen with mtime 1733820595.7551572 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/utils.py first seen with mtime 1733820590.0957725 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/debug.py first seen with mtime 1733820595.8031604 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/termcolors.py first seen with mtime 1733820595.8011603 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/optionfile.py first seen with mtime 1733820590.2017796 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/_version.py first seen with mtime 1733820589.9037595 +File /usr/lib/python3.10/zoneinfo/_common.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/email/header.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/client.py first seen with mtime 1733820595.7561574 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/executors/pool.py first seen with mtime 1733820592.3169231 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/signals.py first seen with mtime 1733820595.4501364 +File /usr/lib/python3.10/importlib/_adapters.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/users/admin.py first seen with mtime 1734048824.275924 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/text.py first seen with mtime 1733820595.7731586 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/servers/basehttp.py first seen with mtime 1733820595.7541573 +File /usr/lib/python3.10/re.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/urllib/response.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/__init__.py first seen with mtime 1733820595.7541573 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/window.py first seen with mtime 1733820595.7731586 +File /usr/lib/python3.10/hashlib.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/encodings/utf_8.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/__init__.py first seen with mtime 1733820590.2027798 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/utils.py first seen with mtime 1733820595.765158 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/apps.py first seen with mtime 1733820596.939238 +File /usr/lib/python3.10/_markupbase.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/backends/__init__.py first seen with mtime 1733820595.7911596 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/base.py first seen with mtime 1733820595.7891595 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/__init__.py first seen with mtime 1733820590.2007794 +File /usr/lib/python3.10/urllib/parse.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/model_checks.py first seen with mtime 1733820595.7431564 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/timesince.py first seen with mtime 1733820595.8011603 +File /usr/lib/python3.10/email/generator.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/idna/intranges.py first seen with mtime 1733820591.7948878 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/_request_methods.py first seen with mtime 1733820589.9037595 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/signing.py first seen with mtime 1733820595.7411563 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/cd.py first seen with mtime 1733820591.928897 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/utils.py first seen with mtime 1733820595.7551572 +File /usr/lib/python3.10/json/decoder.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/asyncio/exceptions.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/multiprocessing/context.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/generic/detail.py first seen with mtime 1733820595.8051608 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/files.py first seen with mtime 1733820595.7701583 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/smartif.py first seen with mtime 1733820595.7911596 +File /usr/lib/python3.10/ipaddress.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/lib-dynload/_queue.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/jobstores/memory.py first seen with mtime 1733820592.3179233 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/related_lookups.py first seen with mtime 1733820595.7721584 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/storage/base.py first seen with mtime 1733820595.7461567 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/backends/base.py first seen with mtime 1733820595.7921598 +File /usr/lib/python3.10/fractions.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/wsgi.py first seen with mtime 1733820595.7411563 +File /usr/lib/python3.10/email/base64mime.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/__init__.py first seen with mtime 1733820595.7551572 +File /usr/lib/python3.10/fnmatch.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/asgiref/current_thread_executor.py first seen with mtime 1733820592.301922 +File /usr/lib/python3.10/multiprocessing/process.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/json/scanner.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/inspect.py first seen with mtime 1733820595.8001604 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/apps.py first seen with mtime 1733820595.6241484 +File /usr/lib/python3.10/lib-dynload/_ssl.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/__init__.py first seen with mtime 1733820589.9067595 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/checks.py first seen with mtime 1733820595.3141272 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/generic/edit.py first seen with mtime 1733820595.8051608 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/http/request.py first seen with mtime 1733820595.7881596 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/decorators.py first seen with mtime 1733820595.79816 +File /usr/lib/python3.10/importlib/metadata/_itertools.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/serializers/python.py first seen with mtime 1733820595.7541573 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/timezone.py first seen with mtime 1733820595.8021605 +File /usr/lib/python3.10/multiprocessing/__init__.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/storage.py first seen with mtime 1733820595.738156 +File /usr/lib/python3.10/token.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/signals.py first seen with mtime 1733820595.7551572 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/api.py first seen with mtime 1733820592.016903 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/query_utils.py first seen with mtime 1733820595.7701583 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/regex_helper.py first seen with mtime 1733820595.8011603 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/migration.py first seen with mtime 1733820595.7641578 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/connections.py first seen with mtime 1733820590.2007794 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loaders/cached.py first seen with mtime 1733820595.79316 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/timeout.py first seen with mtime 1733820589.9087598 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/cache/backends/__init__.py first seen with mtime 1733820595.7411563 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/tzlocal/unix.py first seen with mtime 1733820589.9777644 +File /usr/lib/python3.10/linecache.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/decorators/csrf.py first seen with mtime 1733820595.8041606 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/engine.py first seen with mtime 1733820595.7901597 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/__init__.py first seen with mtime 1733820595.766158 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/right_margin.py first seen with mtime 1733820590.0967724 +File /home/trevor/touchh_bot/pms_integration/models.py first seen with mtime 1733911203.2486076 +File /usr/lib/python3.10/encodings/aliases.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/_base_connection.py first seen with mtime 1733820589.9027593 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/decorators/__init__.py first seen with mtime 1733820595.8041606 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/validation.py first seen with mtime 1733820595.7571573 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/events.py first seen with mtime 1733820592.3159232 +File /usr/lib/python3.10/asyncio/trsock.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/management/base.py first seen with mtime 1733820595.749157 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/i18n.py first seen with mtime 1733820595.8031604 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/__init__.py first seen with mtime 1733820595.7401562 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/__init__.py first seen with mtime 1733820590.0967724 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/apps/config.py first seen with mtime 1733820595.2441225 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/text.py first seen with mtime 1733820595.8011603 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/executors/__init__.py first seen with mtime 1733820592.3159232 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/enums.py first seen with mtime 1733820595.7681582 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/__init__.py first seen with mtime 1733820595.79516 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/storage/memory.py first seen with mtime 1733820595.7461567 +File /usr/lib/python3.10/wsgiref/headers.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/bot/__init__.py first seen with mtime 1733444974.5021634 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/translation/__init__.py first seen with mtime 1733820595.8021605 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/cache/backends/filebased.py first seen with mtime 1733820595.7421563 +File /usr/lib/python3.10/http/server.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loaders/__init__.py first seen with mtime 1733820595.7921598 +File /usr/lib/python3.10/uu.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/client.py first seen with mtime 1733820595.7621577 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/engine/filter_stack.py first seen with mtime 1733820590.0957725 +File /usr/lib/python3.10/socketserver.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/sql/query.py first seen with mtime 1733820595.7741585 +File /home/trevor/touchh_bot/pms_integration/apps.py first seen with mtime 1733911203.2466078 +File /usr/lib/python3.10/copy.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/http/cookies.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/checks.py first seen with mtime 1733820595.4481363 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/context.py first seen with mtime 1733820595.7901597 +File /usr/lib/python3.10/lib-dynload/_hashlib.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/exceptions.py first seen with mtime 1733820589.9037595 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/structures.py first seen with mtime 1733820592.018903 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/conf/locale/__init__.py first seen with mtime 1733820595.2451224 +File /usr/lib/python3.10/asyncio/base_events.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/tzlocal/windows_tz.py first seen with mtime 1733820589.9787645 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/apps/registry.py first seen with mtime 1733820595.2441225 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/__init__.py first seen with mtime 1733820595.7721584 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/aligned_indent.py first seen with mtime 1733820590.0967724 +File /home/trevor/touchh_bot/hotels/models.py first seen with mtime 1734070960.211326 +File /usr/lib/python3.10/statistics.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/status_codes.py first seen with mtime 1733820592.018903 +File /usr/lib/python3.10/importlib/__init__.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/mixins.py first seen with mtime 1733820595.7731586 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/math.py first seen with mtime 1733820595.7731586 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/cursors.py first seen with mtime 1733820590.2017796 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/operations/models.py first seen with mtime 1733820595.766158 +File /usr/lib/python3.10/zoneinfo/_tzpath.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/quopri.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/__init__.py first seen with mtime 1733820592.016903 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/serializers/json.py first seen with mtime 1733820595.7531571 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/hashers.py first seen with mtime 1733820595.4491365 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/constants.py first seen with mtime 1733820595.767158 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/deprecation.py first seen with mtime 1733820595.79816 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/manager.py first seen with mtime 1733820595.7691581 +File /usr/lib/python3.10/lib-dynload/_opcode.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/models.py first seen with mtime 1733820595.7761588 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/images.py first seen with mtime 1733820595.7451565 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/apps.py first seen with mtime 1733820595.738156 +File /usr/lib/python3.10/email/mime/__init__.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/validators.py first seen with mtime 1733820595.7411563 +File /usr/lib/python3.10/multiprocessing/connection.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/options.py first seen with mtime 1733820595.7691581 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/__init__.py first seen with mtime 1733820595.7891595 +File /usr/lib/python3.10/pprint.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/generic/base.py first seen with mtime 1733820595.8051608 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/db/__init__.py first seen with mtime 1734064914.7937305 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/signals.py first seen with mtime 1733820595.7701583 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/proxy.py first seen with mtime 1733820589.9067595 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/output.py first seen with mtime 1733820590.0967724 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/management/commands/__init__.py first seen with mtime 1733820595.749157 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/__init__.py first seen with mtime 1733820595.7621577 +File /usr/lib/python3.10/textwrap.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/url.py first seen with mtime 1733820589.9087598 +File /usr/lib/python3.10/signal.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/forms.py first seen with mtime 1733820595.7761588 +File /usr/lib/python3.10/types.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/renderers.py first seen with mtime 1733820595.7761588 +File /home/trevor/touchh_bot/hotels/apps.py first seen with mtime 1733911203.2006078 +File /usr/lib/python3.10/hmac.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/asyncio/subprocess.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/paginator.py first seen with mtime 1733820595.7401562 +File /usr/lib/python3.10/configparser.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/_compression.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/others.py first seen with mtime 1733820590.0967724 +File /usr/lib/python3.10/gzip.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/defaultfilters.py first seen with mtime 1733820595.7901597 +File /home/trevor/touchh_bot/pms_integration/utils.py first seen with mtime 1733911203.2496078 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/cookies.py first seen with mtime 1733820592.0179029 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/datastructures.py first seen with mtime 1733820595.79816 +File /usr/lib/python3.10/http/cookiejar.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/email/_header_value_parser.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/logging/config.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/expressions.py first seen with mtime 1733820595.7681582 +File /usr/lib/python3.10/_sysconfigdata__x86_64-linux-gnu.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/reindent.py first seen with mtime 1733820590.0967724 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/operations/special.py first seen with mtime 1733820595.766158 +File /usr/lib/python3.10/lib-dynload/_multiprocessing.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /usr/lib/python3.10/asyncio/futures.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/base.py first seen with mtime 1733820595.7471566 +File /usr/lib/python3.10/email/mime/message.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/dateparse.py first seen with mtime 1733820595.79816 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/jobstores/base.py first seen with mtime 1733820592.3179233 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/asgiref/__init__.py first seen with mtime 1733820592.301922 +File /home/trevor/touchh_bot/hotels/admin.py first seen with mtime 1734066153.4186492 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/utils.py first seen with mtime 1733820595.7461567 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/validators.py first seen with mtime 1733820595.4501364 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/__init__.py first seen with mtime 1733820595.7631578 +File /usr/lib/python3.10/email/_encoded_words.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/lzma.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/_weakrefset.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/__init__.py first seen with mtime 1733820595.7421563 +File /usr/lib/python3.10/random.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/password_validation.py first seen with mtime 1733820595.4501364 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/legacy.py first seen with mtime 1733820591.9248965 +File /usr/lib/python3.10/traceback.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/translation/trans_real.py first seen with mtime 1733820595.8031604 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/__version__.py first seen with mtime 1733820592.016903 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/models.py first seen with mtime 1733820595.4881392 +File /usr/lib/python3.10/shutil.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/sre_constants.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/_sitebuiltins.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/http/__init__.py first seen with mtime 1733820595.7871594 +File /home/trevor/touchh_bot/touchh/__init__.py first seen with mtime 1733444974.5821624 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/lexer.py first seen with mtime 1733820590.0957725 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/__init__.py first seen with mtime 1733820595.79616 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/numberformat.py first seen with mtime 1733820595.8011603 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/defaulttags.py first seen with mtime 1733820595.7901597 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/idna/__init__.py first seen with mtime 1733820591.7928877 +File /home/trevor/touchh_bot/users/__init__.py first seen with mtime 1733444974.5821624 +File /usr/lib/python3.10/multiprocessing/queues.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/email/parser.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/idna/core.py first seen with mtime 1733820591.7938876 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/library.py first seen with mtime 1733820595.7911596 +File /home/trevor/touchh_bot/scheduler/admin.py first seen with mtime 1734013743.815997 +File /usr/lib/python3.10/email/utils.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/templatetags/__init__.py first seen with mtime 1733820595.79316 +File /usr/lib/python3.10/sre_parse.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/importlib/util.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/management/commands/runserver.py first seen with mtime 1733820595.752157 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/forms.py first seen with mtime 1733820595.4881392 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/api.py first seen with mtime 1733820595.6241484 +File /usr/lib/python3.10/secrets.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/_internal_utils.py first seen with mtime 1733820592.016903 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/plugins.py first seen with mtime 1734064914.7897305 +File /usr/lib/python3.10/stat.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/finders.py first seen with mtime 1733820595.738156 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/models.py first seen with mtime 1733820595.6801522 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/reverse_related.py first seen with mtime 1733820595.7721584 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/indexes.py first seen with mtime 1733820595.7681582 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/dispatch/dispatcher.py first seen with mtime 1733820595.7751586 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/utils.py first seen with mtime 1733820595.7771587 +File /usr/lib/python3.10/selectors.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/http/client.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/sre_compile.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/models.py first seen with mtime 1733820595.3151274 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/asyncio.py first seen with mtime 1733820595.7971601 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/registry.py first seen with mtime 1733820595.7431564 +File /usr/lib/python3.10/__future__.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/apps.py first seen with mtime 1733820595.4881392 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/keywords.py first seen with mtime 1733820590.0957725 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/response.py first seen with mtime 1733820589.9077597 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/CLIENT.py first seen with mtime 1733820590.2017796 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/base.py first seen with mtime 1733820595.7451565 +File /usr/lib/python3.10/importlib/abc.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/formatter.py first seen with mtime 1733820590.0947723 +File /home/trevor/touchh_bot/antifroud/views.py first seen with mtime 1734071096.628802 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/version.py first seen with mtime 1733820591.9248965 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/wait.py first seen with mtime 1733820589.9087598 +File /usr/lib/python3.10/asyncio/unix_events.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/decorators/cache.py first seen with mtime 1733820595.8041606 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/__init__.py first seen with mtime 1733820595.7701583 +File /home/trevor/touchh_bot/scheduler/utils.py first seen with mtime 1733911203.2536077 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/jazzmin/__init__.py first seen with mtime 1733820596.939238 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/__init__.py first seen with mtime 1733820590.4327953 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/md.cpython-310-x86_64-linux-gnu.so first seen with mtime 1733820591.9258966 +File /usr/lib/python3.10/email/mime/multipart.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/http2/probe.py first seen with mtime 1733820589.9067595 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/generic/list.py first seen with mtime 1733820595.8061607 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/templatetags/tz.py first seen with mtime 1733820595.79416 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/retry.py first seen with mtime 1733820589.9077597 +File /usr/lib/python3.10/html/entities.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/uuid.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/database.py first seen with mtime 1733820595.7431564 +File /usr/lib/python3.10/asyncio/streams.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/__init__.py first seen with mtime 1733820595.2431223 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/transaction.py first seen with mtime 1733820595.7551572 +File /usr/lib/python3.10/asyncio/__init__.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/apps.py first seen with mtime 1733820595.679152 +File /usr/lib/python3.10/asyncio/selector_events.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/lib-dynload/_asyncio.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/functional.py first seen with mtime 1733820595.7991602 +File /usr/lib/python3.10/importlib/metadata/_functools.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/asyncio/mixins.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/admin.py first seen with mtime 1733820595.4881392 +File /usr/lib/python3.10/asyncio/protocols.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/gettext.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/apps.py first seen with mtime 1733820595.3141272 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/cache/__init__.py first seen with mtime 1733820595.7411563 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/ddl_references.py first seen with mtime 1733820595.7551572 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/converters.py first seen with mtime 1733820590.2017796 +File /usr/lib/python3.10/abc.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/cache/__init__.py first seen with mtime 1734064914.7897305 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/dateformat.py first seen with mtime 1733820595.79816 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/generic/__init__.py first seen with mtime 1733820595.8051608 +File /usr/lib/python3.10/pickle.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/operations/base.py first seen with mtime 1733820595.766158 +File /usr/lib/python3.10/email/iterators.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/engine/__init__.py first seen with mtime 1733820590.0957725 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/md__mypyc.cpython-310-x86_64-linux-gnu.so first seen with mtime 1733820591.9278967 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/exceptions.py first seen with mtime 1733820595.3141272 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/security/sessions.py first seen with mtime 1733820595.7441566 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/lorem_ipsum.py first seen with mtime 1733820595.8001604 +File /usr/lib/python3.10/http/__init__.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/wsgiref/util.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/caches.py first seen with mtime 1733820595.7431564 +File /usr/lib/python3.10/lib-dynload/_uuid.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/SERVER_STATUS.py first seen with mtime 1733820590.2027798 +File /usr/lib/python3.10/email/_parseaddr.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/calendar.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/weakref.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/deletion.py first seen with mtime 1733820595.7681582 +File /usr/lib/python3.10/importlib/readers.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/warnings.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/http2/__init__.py first seen with mtime 1733820589.9067595 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sites/__init__.py first seen with mtime 1733820595.7091541 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/cache/utils.py first seen with mtime 1733820595.7411563 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/exceptions.py first seen with mtime 1733820595.7401562 +File /usr/lib/python3.10/locale.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/management/color.py first seen with mtime 1733820595.749157 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/functions/comparison.py first seen with mtime 1733820595.7721584 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/triggers/base.py first seen with mtime 1733820592.3199234 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/hashable.py first seen with mtime 1733820595.7991602 +File /usr/lib/python3.10/mimetypes.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/models.py first seen with mtime 1733820595.4501364 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/schedulers/base.py first seen with mtime 1733820592.3189235 +File /usr/lib/python3.10/collections/__init__.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/templatetags/static.py first seen with mtime 1733820595.79316 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/resolvers.py first seen with mtime 1733820595.79616 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/__init__.py first seen with mtime 1734064914.7887306 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/formats.py first seen with mtime 1733820595.7991602 +File /usr/lib/python3.10/urllib/request.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/templatetags/admin_urls.py first seen with mtime 1733820595.4131339 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/__init__.py first seen with mtime 1733820592.3159232 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/formsets.py first seen with mtime 1733820595.7761588 +File /usr/lib/python3.10/lib-dynload/_bz2.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/db/models.py first seen with mtime 1734064914.7937305 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/utils.py first seen with mtime 1733820595.6241484 +File /home/trevor/touchh_bot/pms_integration/plugins/__init__.py first seen with mtime 1733911203.2486076 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/ssl_.py first seen with mtime 1733820589.9077597 +File /usr/lib/python3.10/lib-dynload/_contextvars.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/widgets.py first seen with mtime 1733820595.7771587 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/__init__.py first seen with mtime 1733820595.7461567 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/templatetags/__init__.py first seen with mtime 1733820595.412134 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/forms.py first seen with mtime 1733820595.4491365 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/err.py first seen with mtime 1733820590.2017796 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/jobstores/__init__.py first seen with mtime 1733820592.3169231 +File /usr/lib/python3.10/concurrent/futures/thread.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/asyncio/coroutines.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/ER.py first seen with mtime 1733820590.2027798 +File /usr/lib/python3.10/pathlib.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/sysconfig.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/asyncio/constants.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/codecs.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/conf/global_settings.py first seen with mtime 1733820595.2441225 +File /usr/lib/python3.10/importlib/metadata/_meta.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/crypto.py first seen with mtime 1733820595.79816 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/utils.py first seen with mtime 1733820595.3161273 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/messages.py first seen with mtime 1733820595.7431564 +File /usr/lib/python3.10/urllib/error.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/adapters.py first seen with mtime 1733820592.016903 +File /usr/lib/python3.10/lib-dynload/_lzma.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/http.py first seen with mtime 1733820595.8001604 +File /usr/lib/python3.10/bz2.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/asgiref/sync.py first seen with mtime 1733820592.3029222 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/apps.py first seen with mtime 1733820595.4481363 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/dispatch/__init__.py first seen with mtime 1733820595.7751586 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/query.py first seen with mtime 1733820595.7691581 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/response.py first seen with mtime 1733820595.7911596 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/connection.py first seen with mtime 1733820589.9067595 +File /home/trevor/touchh_bot/pms_integration/plugins/base_plugin.py first seen with mtime 1733911203.2486076 +File /usr/lib/python3.10/asyncio/runners.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/util.py first seen with mtime 1733820590.4337955 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/proxy.py first seen with mtime 1733820595.7711585 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/_collections.py first seen with mtime 1733820589.9027593 +File /usr/lib/python3.10/queue.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/pms_integration/admin.py first seen with mtime 1733911203.2466078 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/CR.py first seen with mtime 1733820590.2027798 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/util.py first seen with mtime 1733820589.9087598 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/db/apps.py first seen with mtime 1734064914.7937305 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/asgiref/local.py first seen with mtime 1733820592.301922 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/certs.py first seen with mtime 1733820592.016903 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/constants.py first seen with mtime 1733820595.6241484 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/__init__.py first seen with mtime 1733820589.9027593 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/converters.py first seen with mtime 1733820595.79616 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/helpers.py first seen with mtime 1733820595.3151274 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/servers/__init__.py first seen with mtime 1733820595.7541573 +File /usr/lib/python3.10/multiprocessing/util.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/pms_integration/__init__.py first seen with mtime 1733911203.2466078 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/decorators.py first seen with mtime 1733820595.3141272 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/decorators/debug.py first seen with mtime 1733820595.8041606 +File /usr/lib/python3.10/email/quoprimime.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/models.py first seen with mtime 1733820591.9278967 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/base.py first seen with mtime 1733820595.7561574 +File /usr/lib/python3.10/concurrent/__init__.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/importlib/_common.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/pms_integration/api_client.py first seen with mtime 1733911203.2466078 +File /usr/lib/python3.10/stringprep.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/autoreload.py first seen with mtime 1733820595.7891595 +File /usr/lib/python3.10/asyncio/tasks.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/api.py first seen with mtime 1733820591.9278967 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/features.py first seen with mtime 1733820595.7561574 +File /usr/lib/python3.10/lib-dynload/_sqlite3.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /usr/lib/python3.10/lib-dynload/_json.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/views/__init__.py first seen with mtime 1733820595.8031604 +File /home/trevor/touchh_bot/touchh/settings.py first seen with mtime 1734071044.903765 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/actions.py first seen with mtime 1733820595.3141272 +File /usr/lib/python3.10/email/_policybase.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/asyncio/base_futures.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/multiprocessing/reduction.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/module_loading.py first seen with mtime 1733820595.8011603 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/__init__.py first seen with mtime 1733820595.7451565 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/aggregates.py first seen with mtime 1733820595.767158 +File /usr/lib/python3.10/importlib/resources.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/util/ssl_match_hostname.py first seen with mtime 1733820589.9077597 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/storage/__init__.py first seen with mtime 1733820595.7461567 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/auth.py first seen with mtime 1733820592.016903 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/translation.py first seen with mtime 1733820595.7441566 +File /usr/lib/python3.10/socket.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/sql/subqueries.py first seen with mtime 1733820595.7741585 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/cache.py first seen with mtime 1733820595.7971601 +File /usr/lib/python3.10/importlib/metadata/_collections.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/constraints.py first seen with mtime 1733820595.767158 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/charset.py first seen with mtime 1733820590.2007794 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/poolmanager.py first seen with mtime 1733820589.9047594 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/storage/mixins.py first seen with mtime 1733820595.7461567 +File /usr/lib/python3.10/site.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/exceptions.py first seen with mtime 1733820590.0947723 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/security/base.py first seen with mtime 1733820595.7441566 +File /usr/lib/python3.10/struct.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/templatetags/cache.py first seen with mtime 1733820595.79316 +File /usr/lib/python3.10/importlib/metadata/__init__.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/encoding.py first seen with mtime 1733820595.7991602 +File /usr/lib/python3.10/email/encoders.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/concurrent/futures/_base.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/manage.py first seen with mtime 1733911203.201608 +File /usr/lib/python3.10/asyncio/sslproto.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/state.py first seen with mtime 1733820595.765158 +File /usr/lib/python3.10/os.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/antifroud/__init__.py first seen with mtime 1734005666.8537903 +File /usr/lib/python3.10/html/parser.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/base_session.py first seen with mtime 1733820595.6801522 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/html.py first seen with mtime 1733820595.7991602 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/http/response.py first seen with mtime 1733820595.7881596 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/filters.py first seen with mtime 1733820595.3141272 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/staticfiles/utils.py first seen with mtime 1733820595.7391562 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/base_user.py first seen with mtime 1733820595.4481363 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/executors/base.py first seen with mtime 1733820592.3169231 +File /usr/lib/python3.10/email/__init__.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/hotels/__init__.py first seen with mtime 1733444974.5071633 +File /usr/lib/python3.10/typing.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/management/__init__.py first seen with mtime 1733820595.485139 +File /usr/lib/python3.10/graphlib.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/datetime.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/operations/__init__.py first seen with mtime 1733820595.766158 +File /usr/lib/python3.10/pkgutil.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/encodings/idna.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/compatibility/__init__.py first seen with mtime 1733820595.7441566 +File /usr/lib/python3.10/base64.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/widgets.py first seen with mtime 1733820595.3161273 +File /usr/lib/python3.10/dis.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/serializers/base.py first seen with mtime 1733820595.7531571 +File /usr/lib/python3.10/zoneinfo/__init__.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/choices.py first seen with mtime 1733820595.7971601 +File /home/trevor/touchh_bot/pms_integration/manager.py first seen with mtime 1733911203.2466078 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/__init__.py first seen with mtime 1733820595.7751586 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/middleware/csrf.py first seen with mtime 1733820595.7881596 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/mail/__init__.py first seen with mtime 1733820595.7471566 +File /usr/lib/python3.10/asyncio/locks.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/auth/decorators.py first seen with mtime 1733820595.4491365 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/management/__init__.py first seen with mtime 1733820595.749157 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/creation.py first seen with mtime 1733820595.7561574 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/lookups.py first seen with mtime 1733820595.7681582 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/_os.py first seen with mtime 1733820595.79616 +File /usr/lib/python3.10/asyncio/queues.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/uploadedfile.py first seen with mtime 1733820595.7451565 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/tzlocal/__init__.py first seen with mtime 1733820589.9777644 +File /usr/lib/python3.10/email/errors.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/enum.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/files.py first seen with mtime 1733820595.7431564 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/conf/__init__.py first seen with mtime 1733820595.2441225 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/middleware/__init__.py first seen with mtime 1733820595.7881596 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/fields.py first seen with mtime 1733820589.9047594 +File /usr/lib/python3.10/glob.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/threading.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/schedulers/__init__.py first seen with mtime 1733820592.3189235 +File /home/trevor/touchh_bot/scheduler/__init__.py first seen with mtime 1733911203.2506077 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/storage/base.py first seen with mtime 1733820595.6251483 +File /usr/lib/python3.10/zipfile.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/connection.py first seen with mtime 1733820589.9037595 +File /usr/lib/python3.10/inspect.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/mail/utils.py first seen with mtime 1733820595.7481568 +File /usr/lib/python3.10/ast.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/idna/package_data.py first seen with mtime 1733820591.7958877 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/tzlocal/utils.py first seen with mtime 1733820589.9777644 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/sql/where.py first seen with mtime 1733820595.7751586 +File /usr/lib/python3.10/email/message.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/dataclasses.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/utils.py first seen with mtime 1733820591.928897 +File /usr/lib/python3.10/bisect.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/email/mime/base.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/lib-dynload/termios.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/utils.py first seen with mtime 1733820595.7551572 +File /usr/lib/python3.10/tempfile.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/schedulers/asyncio.py first seen with mtime 1733820592.3189235 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/async_checks.py first seen with mtime 1733820595.7431564 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/sql/datastructures.py first seen with mtime 1733820595.7741585 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/mixins.py first seen with mtime 1733820595.7711585 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/files/move.py first seen with mtime 1733820595.7451565 +File /usr/lib/python3.10/importlib/_abc.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/urllib/__init__.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/decimal.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/asyncio/staggered.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/engine/statement_splitter.py first seen with mtime 1733820590.0967724 +File /usr/lib/python3.10/email/mime/text.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/reprlib.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/base.py first seen with mtime 1733820595.7621577 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/checks.py first seen with mtime 1733820595.4881392 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/mail/message.py first seen with mtime 1733820595.7471566 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/views/__init__.py first seen with mtime 1733820595.4131339 +File /usr/lib/python3.10/importlib/metadata/_adapters.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/bot/models.py first seen with mtime 1733444974.5041635 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/operations.py first seen with mtime 1733820595.7561574 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/hooks.py first seen with mtime 1733820592.0179029 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loader_tags.py first seen with mtime 1733820595.7911596 +File /usr/lib/python3.10/argparse.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pathspec/pattern.py first seen with mtime 1733820590.4327953 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/features.py first seen with mtime 1733820595.7631578 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/version.py first seen with mtime 1733820595.8021605 +File /usr/lib/python3.10/genericpath.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/encodings/__init__.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/email/policy.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/ipv6.py first seen with mtime 1733820595.8001604 +File /usr/lib/python3.10/email/feedparser.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/health_check/cache/apps.py first seen with mtime 1734064914.7907305 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/exception.py first seen with mtime 1733820595.7471566 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/wsgi.py first seen with mtime 1733820595.7471566 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/templatetags/l10n.py first seen with mtime 1733820595.79316 +File /usr/lib/python3.10/string.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/operator.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/asyncio/transports.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/deconstruct.py first seen with mtime 1733820595.79816 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/migrations/operations/fields.py first seen with mtime 1733820595.766158 +File /usr/lib/python3.10/difflib.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/__init__.py first seen with mtime 1733820595.4881392 +File /usr/lib/python3.10/json/encoder.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/related_descriptors.py first seen with mtime 1733820595.7721584 +File /usr/lib/python3.10/asyncio/events.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/json.py first seen with mtime 1733820595.7711585 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/translation/reloader.py first seen with mtime 1733820595.8021605 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/compatibility/django_4_0.py first seen with mtime 1733820595.7441566 +File /usr/lib/python3.10/platform.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/asyncio/threads.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/forms/fields.py first seen with mtime 1733820595.7761588 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/log.py first seen with mtime 1733820595.8001604 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/dates.py first seen with mtime 1733820595.79816 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/messages/__init__.py first seen with mtime 1733820595.6241484 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/fields/generated.py first seen with mtime 1733820595.7711585 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/models/sql/__init__.py first seen with mtime 1733820595.7731586 +File /home/trevor/touchh_bot/bot/apps.py first seen with mtime 1733911203.1966078 +File /usr/lib/python3.10/heapq.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/subprocess.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/requests/models.py first seen with mtime 1733820592.0179029 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/connection.py first seen with mtime 1733820595.7971601 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/introspection.py first seen with mtime 1733820595.7561574 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/certifi/__init__.py first seen with mtime 1733820591.9508984 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/security/csrf.py first seen with mtime 1733820595.7441566 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/urls/exceptions.py first seen with mtime 1733820595.79616 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/apscheduler/job.py first seen with mtime 1733820592.3159232 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/certifi/core.py first seen with mtime 1733820591.9518983 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/sessions/__init__.py first seen with mtime 1733820595.679152 +File /usr/lib/python3.10/ntpath.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/tokenize.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loader.py first seen with mtime 1733820595.7911596 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/constants/COMMAND.py first seen with mtime 1733820590.2017796 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/pymysql/times.py first seen with mtime 1733820590.2017796 +File /usr/lib/python3.10/contextlib.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/_compat_pickle.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/opcode.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/admin/__init__.py first seen with mtime 1733820595.313127 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/checks/security/__init__.py first seen with mtime 1733820595.7441566 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/http/multipartparser.py first seen with mtime 1733820595.7871594 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/charset_normalizer/constant.py first seen with mtime 1733820591.928897 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/engine/grouping.py first seen with mtime 1733820590.0967724 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/base/schema.py first seen with mtime 1733820595.7571573 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/safestring.py first seen with mtime 1733820595.8011603 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/sqlparse/filters/tokens.py first seen with mtime 1733820590.0977726 +File /usr/lib/python3.10/lib-dynload/_multibytecodec.cpython-310-x86_64-linux-gnu.so first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/apps/__init__.py first seen with mtime 1733820595.2441225 +File /usr/lib/python3.10/logging/handlers.py first seen with mtime 1730924533.0 +File /usr/lib/python3.10/sqlite3/dbapi2.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/urllib3/connectionpool.py first seen with mtime 1733820589.9037595 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/db/backends/sqlite3/creation.py first seen with mtime 1733820595.7621577 +File /usr/lib/python3.10/json/__init__.py first seen with mtime 1730924533.0 +File /home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/contrib/contenttypes/management/__init__.py first seen with mtime 1733820595.516141 +File /home/trevor/touchh_bot/touchh/settings.py previous mtime: 1734071044.903765, current mtime: 1734071218.6545053 +/home/trevor/touchh_bot/touchh/settings.py notified as changed. Signal results: [(, None), (, None)]. +/home/trevor/touchh_bot/touchh/settings.py changed, reloading. +No hotels selected for import. +No hotels selected for import. +"GET /static/vendor/adminlte/css/css/%3Cno%20source%3E HTTP/1.1" 404 1937 +"GET /static/vendor/adminlte/css/css/%3Cno%20source%3E HTTP/1.1" 404 1937 +Invalid HTTP_HOST header: '744c-182-226-158-253.ngrok-free.app'. You may need to add '744c-182-226-158-253.ngrok-free.app' to ALLOWED_HOSTS. +Traceback (most recent call last): + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner + response = get_response(request) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/deprecation.py", line 128, in __call__ + response = self.process_request(request) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/middleware/common.py", line 48, in process_request + host = request.get_host() + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/http/request.py", line 151, in get_host + raise DisallowedHost(msg) +django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: '744c-182-226-158-253.ngrok-free.app'. You may need to add '744c-182-226-158-253.ngrok-free.app' to ALLOWED_HOSTS. +Bad Request: / +"GET / HTTP/1.1" 400 80257 +Invalid HTTP_HOST header: '744c-182-226-158-253.ngrok-free.app'. You may need to add '744c-182-226-158-253.ngrok-free.app' to ALLOWED_HOSTS. +Traceback (most recent call last): + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner + response = get_response(request) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/deprecation.py", line 128, in __call__ + response = self.process_request(request) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/middleware/common.py", line 48, in process_request + host = request.get_host() + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/http/request.py", line 151, in get_host + raise DisallowedHost(msg) +django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: '744c-182-226-158-253.ngrok-free.app'. You may need to add '744c-182-226-158-253.ngrok-free.app' to ALLOWED_HOSTS. +Bad Request: /favicon.ico +"GET /favicon.ico HTTP/1.1" 400 80278 +Invalid HTTP_HOST header: '0bff-182-226-158-253.ngrok-free.app'. You may need to add '0bff-182-226-158-253.ngrok-free.app' to ALLOWED_HOSTS. +Traceback (most recent call last): + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner + response = get_response(request) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/deprecation.py", line 128, in __call__ + response = self.process_request(request) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/middleware/common.py", line 48, in process_request + host = request.get_host() + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/http/request.py", line 151, in get_host + raise DisallowedHost(msg) +django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: '0bff-182-226-158-253.ngrok-free.app'. You may need to add '0bff-182-226-158-253.ngrok-free.app' to ALLOWED_HOSTS. +Bad Request: / +"GET / HTTP/1.1" 400 80361 +Invalid HTTP_HOST header: '0bff-182-226-158-253.ngrok-free.app'. You may need to add '0bff-182-226-158-253.ngrok-free.app' to ALLOWED_HOSTS. +Traceback (most recent call last): + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner + response = get_response(request) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/deprecation.py", line 128, in __call__ + response = self.process_request(request) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/middleware/common.py", line 48, in process_request + host = request.get_host() + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/http/request.py", line 151, in get_host + raise DisallowedHost(msg) +django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: '0bff-182-226-158-253.ngrok-free.app'. You may need to add '0bff-182-226-158-253.ngrok-free.app' to ALLOWED_HOSTS. +Bad Request: /favicon.ico +"GET /favicon.ico HTTP/1.1" 400 80382 +Invalid HTTP_HOST header: 'c710-182-226-158-253.ngrok-free.app'. You may need to add 'c710-182-226-158-253.ngrok-free.app' to ALLOWED_HOSTS. +Traceback (most recent call last): + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner + response = get_response(request) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/deprecation.py", line 128, in __call__ + response = self.process_request(request) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/middleware/common.py", line 48, in process_request + host = request.get_host() + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/http/request.py", line 151, in get_host + raise DisallowedHost(msg) +django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'c710-182-226-158-253.ngrok-free.app'. You may need to add 'c710-182-226-158-253.ngrok-free.app' to ALLOWED_HOSTS. +Bad Request: / +"GET / HTTP/1.1" 400 80361 +Invalid HTTP_HOST header: 'c710-182-226-158-253.ngrok-free.app'. You may need to add 'c710-182-226-158-253.ngrok-free.app' to ALLOWED_HOSTS. +Traceback (most recent call last): + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner + response = get_response(request) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/utils/deprecation.py", line 128, in __call__ + response = self.process_request(request) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/middleware/common.py", line 48, in process_request + host = request.get_host() + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/http/request.py", line 151, in get_host + raise DisallowedHost(msg) +django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'c710-182-226-158-253.ngrok-free.app'. You may need to add 'c710-182-226-158-253.ngrok-free.app' to ALLOWED_HOSTS. +Bad Request: /favicon.ico +"GET /favicon.ico HTTP/1.1" 400 80382 +Not Found: / +"GET / HTTP/1.1" 404 2481 +Forbidden (Origin checking failed - https://c710-182-226-158-253.ngrok-free.app does not match any trusted origins.): /admin/login/ +"POST /admin/login/?next=/admin/ HTTP/1.1" 403 2618 +Not Found: / +"GET / HTTP/1.1" 404 2481 +Bad Request: /admin/antifroud/externaldbsettings/test-connection/ +"GET /admin/antifroud/externaldbsettings/test-connection/?db_id=7 HTTP/1.1" 400 238 +Internal Server Error: /admin/antifroud/externaldbsettings/test-connection/ +"GET /admin/antifroud/externaldbsettings/test-connection/?db_id=7 HTTP/1.1" 500 231 +Internal Server Error: /admin/antifroud/externaldbsettings/test-connection/ +"GET /admin/antifroud/externaldbsettings/test-connection/?db_id=7 HTTP/1.1" 500 231 +Internal Server Error: /admin/antifroud/externaldbsettings/test-connection/ +"GET /admin/antifroud/externaldbsettings/test-connection/?db_id=7 HTTP/1.1" 500 231 +Internal Server Error: /admin/antifroud/externaldbsettings/test-connection/ +"GET /admin/antifroud/externaldbsettings/test-connection/?db_id=7 HTTP/1.1" 500 169 +Internal Server Error: /admin/antifroud/externaldbsettings/test-connection/ +"GET /admin/antifroud/externaldbsettings/test-connection/?db_id=7 HTTP/1.1" 500 169 +Internal Server Error: /admin/antifroud/externaldbsettings/test-connection/ +"GET /admin/antifroud/externaldbsettings/test-connection/?db_id=7 HTTP/1.1" 500 169 +Internal Server Error: /admin/antifroud/importedhotel/ +Traceback (most recent call last): + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner + response = get_response(request) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/base.py", line 220, in _get_response + response = response.render() + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/response.py", line 114, in render + self.content = self.rendered_content + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/response.py", line 90, in rendered_content + template = self.resolve_template(self.template_name) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/response.py", line 74, in resolve_template + return get_template(template, using=self.using) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loader.py", line 15, in get_template + return engine.get_template(template_name) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/backends/django.py", line 79, in get_template + return Template(self.engine.get_template(template_name), self) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/engine.py", line 177, in get_template + template, origin = self.find_template(template_name) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/engine.py", line 159, in find_template + template = loader.get_template(name, skip=skip) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loaders/cached.py", line 57, in get_template + template = super().get_template(template_name, skip) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loaders/base.py", line 28, in get_template + return Template( + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/base.py", line 154, in __init__ + self.nodelist = self.compile_nodelist() + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/base.py", line 196, in compile_nodelist + nodelist = parser.parse() + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/base.py", line 518, in parse + raise self.error(token, e) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/base.py", line 516, in parse + compiled_result = compile_func(self, token) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loader_tags.py", line 295, in do_extends + nodelist = parser.parse() + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/base.py", line 518, in parse + raise self.error(token, e) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/base.py", line 516, in parse + compiled_result = compile_func(self, token) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loader_tags.py", line 234, in do_block + nodelist = parser.parse(("endblock",)) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/base.py", line 518, in parse + raise self.error(token, e) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/base.py", line 516, in parse + compiled_result = compile_func(self, token) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loader_tags.py", line 234, in do_block + nodelist = parser.parse(("endblock",)) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/base.py", line 518, in parse + raise self.error(token, e) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/base.py", line 516, in parse + compiled_result = compile_func(self, token) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loader_tags.py", line 228, in do_block + raise TemplateSyntaxError( +django.template.exceptions.TemplateSyntaxError: 'block' tag with name 'modal' appears more than once +"GET /admin/antifroud/importedhotel/ HTTP/1.1" 500 219007 +Not Found: /favicon.ico +"GET /favicon.ico HTTP/1.1" 404 2532 +Not Found: /admin/import_hotels/ +"GET /admin/import_hotels/ HTTP/1.1" 404 8636 +Not Found: /favicon.ico +Internal Server Error: /admin/antifroud/importedhotel/ +Traceback (most recent call last): + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner + response = get_response(request) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/core/handlers/base.py", line 220, in _get_response + response = response.render() + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/response.py", line 114, in render + self.content = self.rendered_content + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/response.py", line 90, in rendered_content + template = self.resolve_template(self.template_name) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/response.py", line 74, in resolve_template + return get_template(template, using=self.using) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loader.py", line 15, in get_template + return engine.get_template(template_name) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/backends/django.py", line 79, in get_template + return Template(self.engine.get_template(template_name), self) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/engine.py", line 177, in get_template + template, origin = self.find_template(template_name) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/engine.py", line 159, in find_template + template = loader.get_template(name, skip=skip) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loaders/cached.py", line 57, in get_template + template = super().get_template(template_name, skip) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loaders/base.py", line 28, in get_template + return Template( + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/base.py", line 154, in __init__ + self.nodelist = self.compile_nodelist() + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/base.py", line 196, in compile_nodelist + nodelist = parser.parse() + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/base.py", line 518, in parse + raise self.error(token, e) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/base.py", line 516, in parse + compiled_result = compile_func(self, token) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loader_tags.py", line 295, in do_extends + nodelist = parser.parse() + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/base.py", line 518, in parse + raise self.error(token, e) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/base.py", line 516, in parse + compiled_result = compile_func(self, token) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/loader_tags.py", line 234, in do_block + nodelist = parser.parse(("endblock",)) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/base.py", line 523, in parse + self.unclosed_block_tag(parse_until) + File "/home/trevor/touchh_bot/.venv/lib/python3.10/site-packages/django/template/base.py", line 586, in unclosed_block_tag + raise self.error(token, msg) +django.template.exceptions.TemplateSyntaxError: Unclosed tag on line 2: 'block'. Looking for one of: endblock. +"POST /admin/antifroud/importedhotel/ HTTP/1.1" 500 179513 +Not Found: /admin/hotels/sync/1/ +"GET /admin/hotels/sync/1/ HTTP/1.1" 404 8636 +Not Found: /favicon.ico +"GET /favicon.ico HTTP/1.1" 404 2511 diff --git a/pms_integration/plugins/bnovo_pms.py b/pms_integration/plugins/bnovo_pms.py index 1d3f32e2..673664b5 100644 --- a/pms_integration/plugins/bnovo_pms.py +++ b/pms_integration/plugins/bnovo_pms.py @@ -3,7 +3,7 @@ import json from datetime import datetime, timedelta from .base_plugin import BasePMSPlugin from asgiref.sync import sync_to_async -from pms_integration.models import PMSConfiguration # Убедитесь, что модель существует +from pms_integration.models import PMSConfiguration class BnovoPMSPlugin(BasePMSPlugin): diff --git a/pms_integration/plugins/ecvi_pms.py b/pms_integration/plugins/ecvi_pms.py index 4caec542..cf3f642e 100644 --- a/pms_integration/plugins/ecvi_pms.py +++ b/pms_integration/plugins/ecvi_pms.py @@ -1,11 +1,11 @@ from .base_plugin import BasePMSPlugin - +import requests class EcviPMS(BasePMSPlugin): """ - Плагин для PMS Shelter. + Плагин для PMS ECVI. """ - def fetch_data(self): + def _fetch_data(self): print("Fetching data from Ecvi PMS...") # Реализация метода получения данных из PMS Shelter response = requests.get(self.pms_config.url, headers={"Authorization": f"Bearer {self.pms_config.token}"}) diff --git a/pms_integration/plugins/shelter_pms.py b/pms_integration/plugins/shelter_pms.py index 98c04aca..164a0f08 100644 --- a/pms_integration/plugins/shelter_pms.py +++ b/pms_integration/plugins/shelter_pms.py @@ -1,103 +1,212 @@ import requests import json -from datetime import datetime, timedelta -from asgiref.sync import sync_to_async -from .base_plugin import BasePMSPlugin -from hotels.models import Reservation -from hotels.models import Hotel +from datetime import datetime, timedelta, timezone +from asgiref.sync import sync_to_async +from hotels.models import Reservation, Hotel +from .base_plugin import BasePMSPlugin +from pms_integration.models import PMSConfiguration class Shelter(BasePMSPlugin): """ - Плагин для PMS Shelter Coud. + Плагин для интеграции с Shelter PMS. """ - def __init__(self, config): - super().__init__(config) - self.token = config.token - + def __init__(self, pms_config): + super().__init__(pms_config) + self.api_url = pms_config.url + self.token = pms_config.token + self.pagination_count = 50 def get_default_parser_settings(self): - """ - Возвращает настройки по умолчанию для обработки данных. - """ - return { - "date_format": "%Y-%m-%dT%H:%M:%S", - "timezone": "UTC" - } + """ + Возвращает настройки по умолчанию для разбора данных PMS Shelter. + """ + return { + "fields_mapping": { + "reservation_id": "id", + "hotel_id": "hotelId", + "hotel_name": "hotelName", + "check_in": "from", + "check_out": "until", + "reservation_date": "date", + "room_type_id": "roomTypeId", + "room_id": "roomId", + "room_number": "roomNumber", + "room_type_name": "roomTypeName", + "check_in_status": "checkInStatus", + "is_annul": "isAnnul", + "reservation_price": "reservationPrice", + "discount": "discount", - def _fetch_data(self): + }, + "date_format": "%Y-%m-%dT%H:%M:%S", + "timezone": "UTC", + } + + async def _get_last_saved_date(self): """ - Выполняет запрос к API PMS для получения данных. + Получает дату последнего сохраненного бронирования для отеля. """ - url = 'https://pms.frontdesk24.ru/sheltercloudapi/Reservations/ByFilter' + try: + last_reservation = await sync_to_async( + Reservation.objects.filter(hotel__pms=self.pms_config).order_by('-check_in').first + )() + return last_reservation.check_in if last_reservation else None + except Exception as e: + print(f"[ERROR] Ошибка получения последнего сохраненного бронирования: {e}") + return None + async def _fetch_data(self): + """ + Получает данные о бронированиях из PMS. + Данные обрабатываются по временным промежуткам и сразу записываются в БД. + Возвращает отчёт о проделанной работе. + """ + now = datetime.utcnow().replace(tzinfo=timezone.utc) + start_date = await self._get_last_saved_date() or (now - timedelta(days=90)) + end_date = now + timedelta(days=30) + headers = { 'accept': 'text/plain', 'Authorization': f'Bearer {self.token}', 'Content-Type': 'application/json', } - from_index = 0 - count_per_request = 50 - total_count = None - all_items = [] - now = datetime.now() - start_date = (now - timedelta(days=60)).strftime('%Y-%m-%dT%H:%M:%SZ') - end_date = (now + timedelta(days=60)).strftime('%Y-%m-%dT%H:%M:%SZ') + print(f"[DEBUG] Fetching data from {start_date} to {end_date}") - while total_count is None or from_index < total_count: - data = { - "from": start_date, - "until": end_date, - "pagination": { - "from": from_index, - "count": count_per_request - } + # Результаты выполнения + report = { + "processed_intervals": 0, + "processed_items": 0, + "errors": [], + } + + # Разделение на временные интервалы + interval_days = 5 # Например, каждые 5 дней + current_start_date = start_date + + while current_start_date < end_date: + current_end_date = min(current_start_date + timedelta(days=interval_days), end_date) + + # Формирование payload + payload = { + "from": current_start_date.strftime('%Y-%m-%dT%H:%M:%SZ'), + "until": current_end_date.strftime('%Y-%m-%dT%H:%M:%SZ'), } - - response = requests.post(url, headers=headers, data=json.dumps(data)) - if response.status_code == 200: - response_data = response.json() - items = response_data.get("items", []) - all_items.extend(items) - - if total_count is None: - total_count = response_data.get("count", 0) - - from_index += len(items) - else: - raise ValueError(f'Shelter API Error: {response.status_code}') - - return all_items - - async def _save_to_db(self, data, hotel_id): - """ - Сохраняет данные о бронированиях в таблицу Reservation. - :param data: Список данных о бронированиях. - :param hotel_id: ID отеля, к которому относятся бронирования. - """ - hotel = await sync_to_async(Hotel.objects.get)(id=hotel_id) - for item in data: - print(f"Данные для сохранения: {item}") + print(f"[DEBUG] Sending payload: {json.dumps(payload)}") try: - reservation, created = await sync_to_async(Reservation.objects.update_or_create)( + response = await sync_to_async(requests.post)(self.api_url, headers=headers, data=json.dumps(payload)) + response.raise_for_status() + except requests.exceptions.RequestException as e: + error_message = f"[ERROR] Request error between {current_start_date} and {current_end_date}: {e}" + print(error_message) + report["errors"].append(error_message) + current_start_date = current_end_date + continue + + try: + data = response.json() + print(f"[DEBUG] Received response: {data}") + except json.JSONDecodeError as e: + error_message = f"[ERROR] Ошибка декодирования JSON между {current_start_date} и {current_end_date}: {e}" + print(error_message) + report["errors"].append(error_message) + current_start_date = current_end_date + continue + + total_count = data.get("count", 0) + items = data.get("items", []) + print(f"[DEBUG] Retrieved {len(items)} items (Total: {total_count}).") + + # Если данных нет, пропускаем текущий интервал + if not items: + print(f"[WARNING] No items found between {current_start_date} and {current_end_date}.") + else: + for idx, item in enumerate(items, start=1): + print(f"[DEBUG] Processing item #{idx}/{len(items)}: {item}") + try: + await self._save_to_db(item) + report["processed_items"] += 1 + except Exception as e: + error_message = f"[ERROR] Error processing item {item.get('id', 'Unknown')}: {e}" + print(error_message) + report["errors"].append(error_message) + + # Отмечаем обработанный интервал + report["processed_intervals"] += 1 + + # Обновляем начало интервала + current_start_date = current_end_date + + print(f"[DEBUG] Data fetching completed from {start_date} to {end_date}.") + return report + + + async def _save_to_db(self, item): + """ + Сохраняет данные о бронировании в БД. + Проверяет, существует ли уже бронирование с таким ID. + """ + try: + print(f"[DEBUG] Starting to save reservation {item['id']} to the database.") + + hotel = await sync_to_async(Hotel.objects.get)(pms=self.pms_config) + print(f"[DEBUG] Hotel found: {hotel.name}") + + date_format = '%Y-%m-%dT%H:%M:%S' + print(f"[DEBUG] Parsing check-in and check-out dates for reservation {item['id']}") + + try: + check_in = datetime.strptime(item["from"], date_format).replace(tzinfo=timezone.utc) + check_out = datetime.strptime(item["until"], date_format).replace(tzinfo=timezone.utc) + print(f"[DEBUG] Parsed check-in: {check_in}, check-out: {check_out}") + except Exception as e: + print(f"[ERROR] Ошибка парсинга дат для бронирования {item['id']}: {e}") + raise + + room_number = item.get("roomNumber", "") or "Unknown" + print(f"[DEBUG] Room number determined: {room_number}") + + print(f"[DEBUG] Checking if reservation with ID {item['id']} already exists.") + existing_reservation = await sync_to_async( + Reservation.objects.filter(reservation_id=item["id"]).first + )() + + if existing_reservation: + print(f"[DEBUG] Reservation with ID {item['id']} already exists. Updating it...") + print(f"[DEBUG] Updating existing reservation {item['id']}.") + await sync_to_async(Reservation.objects.update_or_create)( reservation_id=item["id"], hotel=hotel, defaults={ - "room_number": item.get("roomNumber", ""), # Номер комнаты - "room_type": item.get("roomTypeName", ""), # Тип комнаты - "check_in": datetime.strptime(item["from"], '%Y-%m-%dT%H:%M:%S'), # Дата заезда - "check_out": datetime.strptime(item["until"], '%Y-%m-%dT%H:%M:%S'), # Дата выезда - "status": item.get("checkInStatus", ""), # Статус бронирования - "price": item.get("reservationPrice", 0), # Цена - "discount": item.get("discount", 0), # Скидка - } + "room_number": room_number, + "room_type": item.get("roomTypeName", ""), + "check_in": check_in, + "check_out": check_out, + "status": item.get("checkInStatus", ""), + "price": item.get("reservationPrice", 0), + "discount": item.get("discount", 0), + }, ) - if created: - print(f"Создана запись: {reservation}") - else: - print(f"Обновлена запись: {reservation}") - except Exception as e: - print(f"Ошибка при сохранении бронирования ID {item['id']}: {e}") + print(f"[DEBUG] Updated existing reservation {item['id']}.") + else: + print(f"[DEBUG] No existing reservation found for ID {item['id']}. Creating a new one...") + print(f"[DEBUG] Creating a new reservation {item['id']}.") + await sync_to_async(Reservation.objects.create)( + reservation_id=item["id"], + hotel=hotel, + room_number=room_number, + room_type=item.get("roomTypeName", ""), + check_in=check_in, + check_out=check_out, + status=item.get("checkInStatus", ""), + price=item.get("reservationPrice", 0), + discount=item.get("discount", 0), + ) + print(f"[DEBUG] Created a new reservation {item['id']}.") + print(f"[DEBUG] {'Created' if not existing_reservation else 'Updated'} reservation {item['id']} / {hotel.name}.") - \ No newline at end of file + except ValueError as ve: + print(f"[ERROR] Ошибка обработки даты для бронирования {item['id']}: {ve}") + except Exception as e: + print(f"[ERROR] Ошибка сохранения бронирования {item['id']}: {e}") diff --git a/reports/Golden Hills 3_report.pdf b/reports/Golden Hills 3_report.pdf index 958c51eb..a6b97ff4 100644 Binary files a/reports/Golden Hills 3_report.pdf and b/reports/Golden Hills 3_report.pdf differ diff --git a/reports/GoldenHills 4_report.pdf b/reports/GoldenHills 4_report.pdf new file mode 100644 index 00000000..e057a303 Binary files /dev/null and b/reports/GoldenHills 4_report.pdf differ diff --git a/req.txt b/req.txt deleted file mode 100644 index 89b7714f..00000000 --- a/req.txt +++ /dev/null @@ -1,25 +0,0 @@ -anyio==4.6.2.post1 -asgiref==3.8.1 -certifi==2024.8.30 -Django==5.1.4 -django-filter==24.3 -django-jazzmin==3.0.1 -django-jet==1.0.8 -et_xmlfile==2.0.0 -h11==0.14.0 -httpcore==1.0.7 -httpx==0.28.0 -idna==3.10 -numpy==2.1.3 -openpyxl==3.1.5 -pandas==2.2.3 -pillow==11.0.0 -python-dateutil==2.9.0.post0 -python-dotenv==1.0.1 -python-telegram-bot==21.8 -pytz==2024.2 -PyYAML==6.0.2 -six==1.17.0 -sniffio==1.3.1 -sqlparse==0.5.2 -tzdata==2024.2 diff --git a/requirements.txt b/requirements.txt index 095d2ade..e00e4155 100644 --- a/requirements.txt +++ b/requirements.txt @@ -52,3 +52,58 @@ ua-parser-builtins==0.18.0.post1 urllib3==2.2.3 user-agents==2.2.0 yarl==1.18.3 +ace_tools==0.0 +aiohappyeyeballs==2.4.4 +aiohttp==3.11.10 +aiosignal==1.3.1 +anyio==4.6.2.post1 +APScheduler==3.11.0 +asgiref==3.8.1 +async-timeout==5.0.1 +attrs==24.2.0 +certifi==2024.8.30 +charset-normalizer==3.4.0 +Django==5.1.4 +django-filter==24.3 +django-health-check==3.18.3 +django-jazzmin==3.0.1 +django-jet==1.0.8 +et_xmlfile==2.0.0 +exceptiongroup==1.2.2 +fpdf==1.7.2 +frozenlist==1.5.0 +geoip2==4.8.1 +h11==0.14.0 +httpcore==1.0.7 +httpx==0.28.0 +idna==3.10 +jsonschema==4.23.0 +jsonschema-specifications==2024.10.1 +maxminddb==2.6.2 +multidict==6.1.0 +numpy==2.1.3 +openpyxl==3.1.5 +pandas==2.2.3 +pathspec==0.12.1 +pillow==11.0.0 +propcache==0.2.1 +PyMySQL==1.1.1 +python-dateutil==2.9.0.post0 +python-dotenv==1.0.1 +python-telegram-bot==21.8 +pytz==2024.2 +PyYAML==6.0.2 +referencing==0.35.1 +requests==2.32.3 +rpds-py==0.22.3 +six==1.17.0 +sniffio==1.3.1 +sqlparse==0.5.2 +typing_extensions==4.12.2 +tzdata==2024.2 +tzlocal==5.2 +ua-parser==1.0.0 +ua-parser-builtins==0.18.0.post1 +urllib3==2.2.3 +user-agents==2.2.0 +yarl==1.18.3 diff --git a/scheduler/admin.py b/scheduler/admin.py index 8bb0d59f..a2be9192 100644 --- a/scheduler/admin.py +++ b/scheduler/admin.py @@ -50,7 +50,7 @@ class ScheduledTaskForm(forms.ModelForm): @admin.register(ScheduledTask) class ScheduledTaskAdmin(admin.ModelAdmin): form = ScheduledTaskForm - list_display = ("task_name", "function_path", "active", "formatted_last_run") + list_display = ("task_name", "function_path", "minutes", "hours", "months", "weekdays", "active", "formatted_last_run") list_filter = ("active",) search_fields = ("task_name", "function_path") diff --git a/static/css/styles.css b/static/css/styles.css new file mode 100644 index 00000000..e69de29b diff --git a/tmp_data/wpts_user_activity_log.json b/tmp_data/wpts_user_activity_log.json new file mode 100644 index 00000000..46358fac --- /dev/null +++ b/tmp_data/wpts_user_activity_log.json @@ -0,0 +1,1252 @@ +[ + { + "id": "50115", + "user_id": "0", + "ip": "5.196.29.194", + "created": "2024-11-24 17:19:50", + "timestamp": 1732468790, + "date_time": "2024-11-24 17:19:50", + "referred": "", + "agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Mobile/15E148 Safari/604.1", + "platform": "Unknown", + "version": "Unknown", + "model": "Unknown", + "device": "Unknown", + "UAString": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Mobile/15E148 Safari/604.1", + "location": "Unknown", + "page_id": "3081", + "url_parameters": "utm_medium=qr&utm_content=intermark&utm_term=1702", + "page_title": "Intermark", + "type": "page_view", + "last_counter": 1, + "hits": 1, + "honeypot": 0, + "reply": 0, + "page_url": "https://app.touchh.ru/intermark/" + }, + { + "id": "50116", + "user_id": "0", + "ip": "94.243.186.45", + "created": "2024-11-24 17:20:41", + "timestamp": 1732468841, + "date_time": "2024-11-24 17:20:41", + "referred": "", + "agent": "Mozilla/5.0 (Linux; Android 10; HarmonyOS; LYA-AL00; HMSCore 6.14.0.322; GMSCore 24.45.33) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.196 HuaweiBrowser/15.0.6.301 Mobile Safari/537.36", + "platform": "Unknown", + "version": "Unknown", + "model": "Unknown", + "device": "Unknown", + "UAString": "Mozilla/5.0 (Linux; Android 10; HarmonyOS; LYA-AL00; HMSCore 6.14.0.322; GMSCore 24.45.33) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.196 HuaweiBrowser/15.0.6.301 Mobile Safari/537.36", + "location": "Unknown", + "page_id": "3081", + "url_parameters": "utm_medium=qr&utm_content=intermark&utm_term=1521", + "page_title": "Intermark", + "type": "page_view", + "last_counter": 1, + "hits": 1, + "honeypot": 0, + "reply": 0, + "page_url": "https://app.touchh.ru/intermark/" + }, + { + "id": "50117", + "user_id": "0", + "ip": "94.243.186.45", + "created": "2024-11-24 17:20:45", + "timestamp": 1732468845, + "date_time": "2024-11-24 17:20:45", + "referred": "", + "agent": "Mozilla/5.0 (Linux; Android 10; HarmonyOS; LYA-AL00; HMSCore 6.14.0.322; GMSCore 24.45.33) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.196 HuaweiBrowser/15.0.6.301 Mobile Safari/537.36", + "platform": "Unknown", + "version": "Unknown", + "model": "Unknown", + "device": "Unknown", + "UAString": "Mozilla/5.0 (Linux; Android 10; HarmonyOS; LYA-AL00; HMSCore 6.14.0.322; GMSCore 24.45.33) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.196 HuaweiBrowser/15.0.6.301 Mobile Safari/537.36", + "location": "Unknown", + "page_id": "3081", + "url_parameters": "utm_medium=qr&utm_content=intermark&utm_term=1521", + "page_title": "Intermark", + "type": "page_view", + "last_counter": 1, + "hits": 1, + "honeypot": 0, + "reply": 0, + "page_url": "https://app.touchh.ru/intermark/" + }, + { + "id": "50118", + "user_id": "0", + "ip": "123.6.49.12", + "created": "2024-11-24 17:20:56", + "timestamp": 1732468856, + "date_time": "2024-11-24 17:20:56", + "referred": "http://baidu.com/", + "agent": "Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Mobile Safari/537.36", + "platform": "Unknown", + "version": "Unknown", + "model": "Unknown", + "device": "Unknown", + "UAString": "Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Mobile Safari/537.36", + "location": "Unknown", + "page_id": "3081", + "url_parameters": "utm_medium=qr&utm_content=intermark&utm_term=1521", + "page_title": "Intermark", + "type": "page_view", + "last_counter": 1, + "hits": 1, + "honeypot": 0, + "reply": 0, + "page_url": "https://app.touchh.ru/intermark/" + }, + { + "id": "50119", + "user_id": "0", + "ip": "212.233.85.61", + "created": "2024-11-24 17:21:17", + "timestamp": 1732468877, + "date_time": "2024-11-24 17:21:17", + "referred": "", + "agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 YaBrowser/24.10.5.295.10 SA/3 Mobile/15E148 Safari/604.1", + "platform": "Unknown", + "version": "Unknown", + "model": "Unknown", + "device": "Unknown", + "UAString": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 YaBrowser/24.10.5.295.10 SA/3 Mobile/15E148 Safari/604.1", + "location": "Unknown", + "page_id": "3079", + "url_parameters": "utm_medium=qr&utm_content=amberup&utm_term=211", + "page_title": "Amber Shore", + "type": "page_view", + "last_counter": 1, + "hits": 1, + "honeypot": 0, + "reply": 0, + "page_url": "https://app.touchh.ru/amber-shore/" + }, + { + "id": "50120", + "user_id": "0", + "ip": "212.233.85.61", + "created": "2024-11-24 17:21:20", + "timestamp": 1732468880, + "date_time": "2024-11-24 17:21:20", + "referred": "", + "agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 CriOS/128.0.6613.295 YaBrowser/24.10.5.295.10 SA/3 Mobile/15E148 Safari/604.1", + "platform": "Unknown", + "version": "Unknown", + "model": "Unknown", + "device": "Unknown", + "UAString": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 CriOS/128.0.6613.295 YaBrowser/24.10.5.295.10 SA/3 Mobile/15E148 Safari/604.1", + "location": "Unknown", + "page_id": "0", + "url_parameters": "", + "page_title": "", + "type": "page_view", + "last_counter": 1, + "hits": 1, + "honeypot": 0, + "reply": 0, + "page_url": "" + }, + { + "id": "50121", + "user_id": "0", + "ip": "217.66.154.191", + "created": "2024-11-24 17:23:33", + "timestamp": 1732469013, + "date_time": "2024-11-24 17:23:33", + "referred": "", + "agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1", + "platform": "Unknown", + "version": "Unknown", + "model": "Unknown", + "device": "Unknown", + "UAString": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1", + "location": "Unknown", + "page_id": "0", + "url_parameters": "utm_medium=qr-2&utm_content=letyourflat&utm_term=FUSION", + "page_title": "", + "type": "page_view", + "last_counter": 1, + "hits": 1, + "honeypot": 0, + "reply": 0, + "page_url": "" + }, + { + "id": "50122", + "user_id": "0", + "ip": "217.66.154.191", + "created": "2024-11-24 17:23:33", + "timestamp": 1732469013, + "date_time": "2024-11-24 17:23:33", + "referred": "https://app.touchh.ru/let-your-flat3/?utm_medium=qr-2&utm_content=letyourflat&utm_term=FUSION", + "agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1", + "platform": "Unknown", + "version": "Unknown", + "model": "Unknown", + "device": "Unknown", + "UAString": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1", + "location": "Unknown", + "page_id": "0", + "url_parameters": "", + "page_title": "", + "type": "page_view", + "last_counter": 1, + "hits": 1, + "honeypot": 0, + "reply": 0, + "page_url": "" + }, + { + "id": "50123", + "user_id": "0", + "ip": "217.66.154.191", + "created": "2024-11-24 17:23:43", + "timestamp": 1732469023, + "date_time": "2024-11-24 17:23:43", + "referred": "", + "agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1", + "platform": "Unknown", + "version": "Unknown", + "model": "Unknown", + "device": "Unknown", + "UAString": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1", + "location": "Unknown", + "page_id": "0", + "url_parameters": "utm_medium=qr-2&utm_content=letyourflat&utm_term=FUSION", + "page_title": "", + "type": "page_view", + "last_counter": 1, + "hits": 1, + "honeypot": 0, + "reply": 0, + "page_url": "" + }, + { + "id": "50124", + "user_id": "0", + "ip": "217.66.154.191", + "created": "2024-11-24 17:23:54", + "timestamp": 1732469034, + "date_time": "2024-11-24 17:23:54", + "referred": "", + "agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1", + "platform": "Unknown", + "version": "Unknown", + "model": "Unknown", + "device": "Unknown", + "UAString": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Mobile/15E148 Safari/604.1", + "location": "Unknown", + "page_id": "0", + "url_parameters": "utm_medium=qr-2&utm_content=letyourflat&utm_term=FUSION", + "page_title": "", + "type": "page_view", + "last_counter": 1, + "hits": 1, + "honeypot": 0, + "reply": 0, + "page_url": "" + }, + { + "id": "50125", + "user_id": "0", + "ip": "2.133.77.228", + "created": "2024-11-24 17:32:39", + "timestamp": 1732469559, + "date_time": "2024-11-24 17:32:39", + "referred": "", + "agent": "NetworkingExtension/8619.2.8.10.7 Network/4277.42.2 iOS/18.1", + "platform": "Unknown", + "version": "Unknown", + "model": "Unknown", + "device": "Unknown", + "UAString": "NetworkingExtension/8619.2.8.10.7 Network/4277.42.2 iOS/18.1", + "location": "Unknown", + "page_id": "0", + "url_parameters": "", + "page_title": "", + "type": "page_view", + "last_counter": 1, + "hits": 1, + "honeypot": 0, + "reply": 0, + "page_url": "" + }, + { + "id": "50126", + "user_id": "0", + "ip": "2.133.77.228", + "created": "2024-11-24 17:32:39", + "timestamp": 1732469559, + "date_time": "2024-11-24 17:32:39", + "referred": "", + "agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/601.2.4 (KHTML, like Gecko) Version/9.0.1 Safari/601.2.4 facebookexternalhit/1.1 Facebot Twitterbot/1.0", + "platform": "Unknown", + "version": "Unknown", + "model": "Unknown", + "device": "Unknown", + "UAString": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/601.2.4 (KHTML, like Gecko) Version/9.0.1 Safari/601.2.4 facebookexternalhit/1.1 Facebot Twitterbot/1.0", + "location": "Unknown", + "page_id": "3248", + "url_parameters": "utm_medium=qr&utm_content=forton&utm_term=402", + "page_title": "??????", + "type": "page_view", + "last_counter": 1, + "hits": 1, + "honeypot": 0, + "reply": 0, + "page_url": "https://app.touchh.ru/forton/" + }, + { + "id": "50127", + "user_id": "0", + "ip": "2.133.77.228", + "created": "2024-11-24 17:32:40", + "timestamp": 1732469560, + "date_time": "2024-11-24 17:32:40", + "referred": "", + "agent": "NetworkingExtension/8619.2.8.10.7 Network/4277.42.2 iOS/18.1", + "platform": "Unknown", + "version": "Unknown", + "model": "Unknown", + "device": "Unknown", + "UAString": "NetworkingExtension/8619.2.8.10.7 Network/4277.42.2 iOS/18.1", + "location": "Unknown", + "page_id": "0", + "url_parameters": "", + "page_title": "", + "type": "page_view", + "last_counter": 1, + "hits": 1, + "honeypot": 0, + "reply": 0, + "page_url": "" + }, + { + "id": "50128", + "user_id": "0", + "ip": "2.133.77.228", + "created": "2024-11-24 17:32:40", + "timestamp": 1732469560, + "date_time": "2024-11-24 17:32:40", + "referred": "", + "agent": "NetworkingExtension/8619.2.8.10.7 Network/4277.42.2 iOS/18.1", + "platform": "Unknown", + "version": "Unknown", + "model": "Unknown", + "device": "Unknown", + "UAString": "NetworkingExtension/8619.2.8.10.7 Network/4277.42.2 iOS/18.1", + "location": "Unknown", + "page_id": "0", + "url_parameters": "", + "page_title": "", + "type": "page_view", + "last_counter": 1, + "hits": 1, + "honeypot": 0, + "reply": 0, + "page_url": "" + }, + { + "id": "50129", + "user_id": "0", + "ip": "213.87.133.124", + "created": "2024-11-24 17:40:05", + "timestamp": 1732470005, + "date_time": "2024-11-24 17:40:05", + "referred": "", + "agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Mobile/15E148 Safari/604.1", + "platform": "Unknown", + "version": "Unknown", + "model": "Unknown", + "device": "Unknown", + "UAString": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Mobile/15E148 Safari/604.1", + "location": "Unknown", + "page_id": "6378", + "url_parameters": "utm_medium=qr-1&utm_content=orsha-river-club&utm_term=3", + "page_title": "Orsha river club", + "type": "page_view", + "last_counter": 1, + "hits": 1, + "honeypot": 0, + "reply": 0, + "page_url": "https://app.touchh.ru/orsha-river-club/" + }, + { + "id": "50130", + "user_id": "0", + "ip": "178.176.217.85", + "created": "2024-11-24 17:48:55", + "timestamp": 1732470535, + "date_time": "2024-11-24 17:48:55", + "referred": "", + "agent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Mobile Safari/537.36", + "platform": "Unknown", + "version": "Unknown", + "model": "Unknown", + "device": "Unknown", + "UAString": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Mobile Safari/537.36", + "location": "Unknown", + "page_id": "9922", + "url_parameters": "utm_medium=qr&utm_content=oharahotel&utm_term=406", + "page_title": "????????? O’hara", + "type": "page_view", + "last_counter": 1, + "hits": 1, + "honeypot": 0, + "reply": 0, + "page_url": "https://app.touchh.ru/oharahotel/" + }, + { + "id": "50131", + "user_id": "0", + "ip": "66.102.9.131", + "created": "2024-11-24 17:49:03", + "timestamp": 1732470543, + "date_time": "2024-11-24 17:49:03", + "referred": "", + "agent": "Mozilla/5.0 (Linux; Android 7.0; SM-G930V Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)", + "platform": "Unknown", + "version": "Unknown", + "model": "Unknown", + "device": "Unknown", + "UAString": "Mozilla/5.0 (Linux; Android 7.0; SM-G930V Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)", + "location": "Unknown", + "page_id": "9922", + "url_parameters": "utm_medium=qr&utm_content=oharahotel&utm_term=406", + "page_title": "????????? O’hara", + "type": "page_view", + "last_counter": 1, + "hits": 1, + "honeypot": 0, + "reply": 0, + "page_url": "https://app.touchh.ru/oharahotel/" + }, + { + "id": "50132", + "user_id": "0", + "ip": "66.102.9.132", + "created": "2024-11-24 17:49:05", + "timestamp": 1732470545, + "date_time": "2024-11-24 17:49:05", + "referred": "", + "agent": "Mozilla/5.0 (Linux; Android 7.0; SM-G930V Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)", + "platform": "Unknown", + "version": "Unknown", + "model": "Unknown", + "device": "Unknown", + "UAString": "Mozilla/5.0 (Linux; Android 7.0; SM-G930V Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)", + "location": "Unknown", + "page_id": "9922", + "url_parameters": "", + "page_title": "????????? O’hara", + "type": "page_view", + "last_counter": 1, + "hits": 1, + "honeypot": 0, + "reply": 0, + "page_url": "https://app.touchh.ru/oharahotel/" + }, + { + "id": "50133", + "user_id": "0", + "ip": "66.102.9.130", + "created": "2024-11-24 17:49:05", + "timestamp": 1732470545, + "date_time": "2024-11-24 17:49:05", + "referred": "", + "agent": "Mozilla/5.0 (Linux; Android 7.0; SM-G930V Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)", + "platform": "Unknown", + "version": "Unknown", + "model": "Unknown", + "device": "Unknown", + "UAString": "Mozilla/5.0 (Linux; Android 7.0; SM-G930V Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)", + "location": "Unknown", + "page_id": "9922", + "url_parameters": "", + "page_title": "????????? O’hara", + "type": "page_view", + "last_counter": 1, + "hits": 1, + "honeypot": 0, + "reply": 0, + "page_url": "https://app.touchh.ru/oharahotel/" + }, + { + "id": "50134", + "user_id": "0", + "ip": "83.219.139.45", + "created": "2024-11-24 17:55:13", + "timestamp": 1732470913, + "date_time": "2024-11-24 17:55:13", + "referred": "", + "agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 YaBrowser/24.10.5.295.10 SA/3 Mobile/15E148 Safari/604.1", + "platform": "Unknown", + "version": "Unknown", + "model": "Unknown", + "device": "Unknown", + "UAString": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 YaBrowser/24.10.5.295.10 SA/3 Mobile/15E148 Safari/604.1", + "location": "Unknown", + "page_id": "3079", + "url_parameters": "utm_medium=qr&utm_content=amberup&utm_term=211", + "page_title": "Amber Shore", + "type": "page_view", + "last_counter": 1, + "hits": 1, + "honeypot": 0, + "reply": 0, + "page_url": "https://app.touchh.ru/amber-shore/" + }, + { + "id": "50135", + "user_id": "0", + "ip": "176.59.52.216", + "created": "2024-11-24 17:58:10", + "timestamp": 1732471090, + "date_time": "2024-11-24 17:58:10", + "referred": "", + "agent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36", + "platform": "Unknown", + "version": "Unknown", + "model": "Unknown", + "device": "Unknown", + "UAString": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36", + "location": "Unknown", + "page_id": "8164", + "url_parameters": "utm_medium=qr&utm_content=vostok&utm_term=537", + "page_title": "????????? ??????", + "type": "page_view", + "last_counter": 1, + "hits": 1, + "honeypot": 0, + "reply": 0, + "page_url": "https://app.touchh.ru/vostok/" + }, + { + "id": "50136", + "user_id": "0", + "ip": "176.59.57.80", + "created": "2024-11-24 18:07:05", + "timestamp": 1732471625, + "date_time": "2024-11-24 18:07:05", + "referred": "", + "agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1", + "platform": "Unknown", + "version": "Unknown", + "model": "Unknown", + "device": "Unknown", + "UAString": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1", + "location": "Unknown", + "page_id": "3256", + "url_parameters": "utm_medium=qr&utm_content=intermark&utm_term=2408", + "page_title": "Intermark – 2408", + "type": "page_view", + "last_counter": 1, + "hits": 1, + "honeypot": 0, + "reply": 0, + "page_url": "https://app.touchh.ru/intermark-2408/" + }, + { + "id": "50137", + "user_id": "0", + "ip": "95.108.213.98", + "created": "2024-11-24 18:07:11", + "timestamp": 1732471631, + "date_time": "2024-11-24 18:07:11", + "referred": "", + "agent": "Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)", + "platform": "Unknown", + "version": "Unknown", + "model": "Unknown", + "device": "Unknown", + "UAString": "Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)", + "location": "Unknown", + "page_id": "0", + "url_parameters": "", + "page_title": "", + "type": "page_view", + "last_counter": 1, + "hits": 1, + "honeypot": 0, + "reply": 0, + "page_url": "" + }, + { + "id": "50138", + "user_id": "0", + "ip": "213.180.203.77", + "created": "2024-11-24 18:07:14", + "timestamp": 1732471634, + "date_time": "2024-11-24 18:07:14", + "referred": "", + "agent": "Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)", + "platform": "Unknown", + "version": "Unknown", + "model": "Unknown", + "device": "Unknown", + "UAString": "Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)", + "location": "Unknown", + "page_id": "6236", + "url_parameters": "", + "page_title": "Touchh ???????", + "type": "page_view", + "last_counter": 1, + "hits": 1, + "honeypot": 0, + "reply": 0, + "page_url": "https://app.touchh.ru/" + }, + { + "id": "50139", + "user_id": "0", + "ip": "3.139.101.130", + "created": "2024-11-24 18:07:14", + "timestamp": 1732471634, + "date_time": "2024-11-24 18:07:14", + "referred": "", + "agent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Maxthon/5.0.4.3000 Chrome/47.0.2526.73 Safari/537.36", + "platform": "Unknown", + "version": "Unknown", + "model": "Unknown", + "device": "Unknown", + "UAString": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Maxthon/5.0.4.3000 Chrome/47.0.2526.73 Safari/537.36", + "location": "Unknown", + "page_id": "6236", + "url_parameters": "", + "page_title": "Touchh ???????", + "type": "page_view", + "last_counter": 1, + "hits": 1, + "honeypot": 0, + "reply": 0, + "page_url": "https://app.touchh.ru/" + }, + { + "id": "50140", + "user_id": "0", + "ip": "176.15.164.13", + "created": "2024-11-24 18:16:04", + "timestamp": 1732472164, + "date_time": "2024-11-24 18:16:04", + "referred": "", + "agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1", + "platform": "Unknown", + "version": "Unknown", + "model": "Unknown", + "device": "Unknown", + "UAString": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1", + "location": "Unknown", + "page_id": "0", + "url_parameters": "utm_medium=qr&utm_content=postoyalyy-dvor-yam&utm_term=204", + "page_title": "", + "type": "page_view", + "last_counter": 1, + "hits": 1, + "honeypot": 0, + "reply": 0, + "page_url": "" + }, + { + "id": "50141", + "user_id": "0", + "ip": "176.15.164.13", + "created": "2024-11-24 18:16:08", + "timestamp": 1732472168, + "date_time": "2024-11-24 18:16:08", + "referred": "https://app.touchh.ru/postoyalyy-dvor-yam/?utm_medium=qr&utm_content=postoyalyy-dvor-yam&utm_term=204", + "agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1", + "platform": "Unknown", + "version": "Unknown", + "model": "Unknown", + "device": "Unknown", + "UAString": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1", + "location": "Unknown", + "page_id": "0", + "url_parameters": "", + "page_title": "", + "type": "page_view", + "last_counter": 1, + "hits": 1, + "honeypot": 0, + "reply": 0, + "page_url": "" + }, + { + "id": "50142", + "user_id": "0", + "ip": "176.15.164.13", + "created": "2024-11-24 18:16:15", + "timestamp": 1732472175, + "date_time": "2024-11-24 18:16:15", + "referred": "", + "agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1", + "platform": "Unknown", + "version": "Unknown", + "model": "Unknown", + "device": "Unknown", + "UAString": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1", + "location": "Unknown", + "page_id": "0", + "url_parameters": "utm_medium=qr&utm_content=postoyalyy-dvor-yam&utm_term=204", + "page_title": "", + "type": "page_view", + "last_counter": 1, + "hits": 1, + "honeypot": 0, + "reply": 0, + "page_url": "" + }, + { + "id": "50143", + "user_id": "0", + "ip": "176.15.164.13", + "created": "2024-11-24 18:16:32", + "timestamp": 1732472192, + "date_time": "2024-11-24 18:16:32", + "referred": "", + "agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1", + "platform": "Unknown", + "version": "Unknown", + "model": "Unknown", + "device": "Unknown", + "UAString": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1", + "location": "Unknown", + "page_id": "0", + "url_parameters": "utm_medium=qr&utm_content=postoyalyy-dvor-yam&utm_term=204", + "page_title": "", + "type": "page_view", + "last_counter": 1, + "hits": 1, + "honeypot": 0, + "reply": 0, + "page_url": "" + }, + { + "id": "50144", + "user_id": "0", + "ip": "176.15.164.13", + "created": "2024-11-24 18:16:35", + "timestamp": 1732472195, + "date_time": "2024-11-24 18:16:35", + "referred": "", + "agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1", + "platform": "Unknown", + "version": "Unknown", + "model": "Unknown", + "device": "Unknown", + "UAString": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1", + "location": "Unknown", + "page_id": "0", + "url_parameters": "utm_medium=qr&utm_content=postoyalyy-dvor-yam&utm_term=204", + "page_title": "", + "type": "page_view", + "last_counter": 1, + "hits": 1, + "honeypot": 0, + "reply": 0, + "page_url": "" + }, + { + "id": "50145", + "user_id": "0", + "ip": "176.15.164.13", + "created": "2024-11-24 18:16:58", + "timestamp": 1732472218, + "date_time": "2024-11-24 18:16:58", + "referred": "", + "agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1", + "platform": "Unknown", + "version": "Unknown", + "model": "Unknown", + "device": "Unknown", + "UAString": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1", + "location": "Unknown", + "page_id": "0", + "url_parameters": "utm_medium=qr&utm_content=postoyalyy-dvor-yam&utm_term=204", + "page_title": "", + "type": "page_view", + "last_counter": 1, + "hits": 1, + "honeypot": 0, + "reply": 0, + "page_url": "" + }, + { + "id": "50146", + "user_id": "0", + "ip": "195.9.124.10", + "created": "2024-11-24 18:18:13", + "timestamp": 1732472293, + "date_time": "2024-11-24 18:18:13", + "referred": "", + "agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_0_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Mobile/15E148 Safari/604.1", + "platform": "Unknown", + "version": "Unknown", + "model": "Unknown", + "device": "Unknown", + "UAString": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_0_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Mobile/15E148 Safari/604.1", + "location": "Unknown", + "page_id": "3248", + "url_parameters": "utm_medium=qr&utm_content=forton&utm_term=401", + "page_title": "??????", + "type": "page_view", + "last_counter": 1, + "hits": 1, + "honeypot": 0, + "reply": 0, + "page_url": "https://app.touchh.ru/forton/" + }, + { + "id": "50147", + "user_id": "0", + "ip": "195.9.124.10", + "created": "2024-11-24 18:18:15", + "timestamp": 1732472295, + "date_time": "2024-11-24 18:18:15", + "referred": "", + "agent": "MobileSafari/8614.1.25.0.31 CFNetwork/1390 Darwin/22.0.0", + "platform": "Unknown", + "version": "Unknown", + "model": "Unknown", + "device": "Unknown", + "UAString": "MobileSafari/8614.1.25.0.31 CFNetwork/1390 Darwin/22.0.0", + "location": "Unknown", + "page_id": "0", + "url_parameters": "", + "page_title": "", + "type": "page_view", + "last_counter": 1, + "hits": 1, + "honeypot": 0, + "reply": 0, + "page_url": "" + }, + { + "id": "50148", + "user_id": "0", + "ip": "195.9.124.10", + "created": "2024-11-24 18:18:16", + "timestamp": 1732472296, + "date_time": "2024-11-24 18:18:16", + "referred": "", + "agent": "MobileSafari/8614.1.25.0.31 CFNetwork/1390 Darwin/22.0.0", + "platform": "Unknown", + "version": "Unknown", + "model": "Unknown", + "device": "Unknown", + "UAString": "MobileSafari/8614.1.25.0.31 CFNetwork/1390 Darwin/22.0.0", + "location": "Unknown", + "page_id": "0", + "url_parameters": "", + "page_title": "", + "type": "page_view", + "last_counter": 1, + "hits": 1, + "honeypot": 0, + "reply": 0, + "page_url": "" + }, + { + "id": "50149", + "user_id": "0", + "ip": "5.167.108.226", + "created": "2024-11-24 18:20:49", + "timestamp": 1732472449, + "date_time": "2024-11-24 18:20:49", + "referred": "https://amo.si/", + "agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1", + "platform": "Unknown", + "version": "Unknown", + "model": "Unknown", + "device": "Unknown", + "UAString": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1", + "location": "Unknown", + "page_id": "6246", + "url_parameters": "", + "page_title": "Orsha river club welcome", + "type": "page_view", + "last_counter": 1, + "hits": 1, + "honeypot": 0, + "reply": 0, + "page_url": "https://app.touchh.ru/orsha-river-club-welcome/" + }, + { + "id": "50150", + "user_id": "0", + "ip": "178.66.158.176", + "created": "2024-11-24 18:23:57", + "timestamp": 1732472637, + "date_time": "2024-11-24 18:23:57", + "referred": "", + "agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Mobile/15E148 Safari/604.1", + "platform": "Unknown", + "version": "Unknown", + "model": "Unknown", + "device": "Unknown", + "UAString": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Mobile/15E148 Safari/604.1", + "location": "Unknown", + "page_id": "0", + "url_parameters": "utm_medium=qr-7&utm_content=letyourflat&utm_term=BENUA", + "page_title": "", + "type": "page_view", + "last_counter": 1, + "hits": 1, + "honeypot": 0, + "reply": 0, + "page_url": "" + }, + { + "id": "50151", + "user_id": "0", + "ip": "178.66.158.176", + "created": "2024-11-24 18:24:00", + "timestamp": 1732472640, + "date_time": "2024-11-24 18:24:00", + "referred": "https://app.touchh.ru/let-your-flat3/?utm_medium=qr-7&utm_content=letyourflat&utm_term=BENUA", + "agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Mobile/15E148 Safari/604.1", + "platform": "Unknown", + "version": "Unknown", + "model": "Unknown", + "device": "Unknown", + "UAString": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Mobile/15E148 Safari/604.1", + "location": "Unknown", + "page_id": "0", + "url_parameters": "", + "page_title": "", + "type": "page_view", + "last_counter": 1, + "hits": 1, + "honeypot": 0, + "reply": 0, + "page_url": "" + }, + { + "id": "50152", + "user_id": "0", + "ip": "2a00:1fa0:153:756a:6d4a:5c71:d3c8:2a88", + "created": "2024-11-24 18:39:02", + "timestamp": 1732473542, + "date_time": "2024-11-24 18:39:02", + "referred": "", + "agent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.1 Chrome/125.0.0.0 Mobile Safari/537.36", + "platform": "Unknown", + "version": "Unknown", + "model": "Unknown", + "device": "Unknown", + "UAString": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.1 Chrome/125.0.0.0 Mobile Safari/537.36", + "location": "Unknown", + "page_id": "3081", + "url_parameters": "utm_medium=qr&utm_content=intermark&utm_term=1703", + "page_title": "Intermark", + "type": "page_view", + "last_counter": 1, + "hits": 1, + "honeypot": 0, + "reply": 0, + "page_url": "https://app.touchh.ru/intermark/" + }, + { + "id": "50153", + "user_id": "0", + "ip": "2a03:d000:5090:a060:24f3:30ff:fe53:84f3", + "created": "2024-11-24 18:40:50", + "timestamp": 1732473650, + "date_time": "2024-11-24 18:40:50", + "referred": "", + "agent": "Mozilla/5.0 (Linux; Android 14; 2203129G) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/123.0.6312.118 Mobile Safari/537.36", + "platform": "Unknown", + "version": "Unknown", + "model": "Unknown", + "device": "Unknown", + "UAString": "Mozilla/5.0 (Linux; Android 14; 2203129G) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/123.0.6312.118 Mobile Safari/537.36", + "location": "Unknown", + "page_id": "11274", + "url_parameters": "utm_medium=qr-1&utm_content=daynight74&utm_term=%D0%AD%D0%BD%D0%B3%D0%B5%D0%BB%D1%8C%D1%81%D0%B0%2C47-%D0%91", + "page_title": "??????????? ???? ? ???? [1] Welcome", + "type": "page_view", + "last_counter": 1, + "hits": 1, + "honeypot": 0, + "reply": 0, + "page_url": "https://app.touchh.ru/daynight74-welcome/" + }, + { + "id": "50154", + "user_id": "0", + "ip": "223.104.253.31", + "created": "2024-11-24 18:40:52", + "timestamp": 1732473652, + "date_time": "2024-11-24 18:40:52", + "referred": "", + "agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1", + "platform": "Unknown", + "version": "Unknown", + "model": "Unknown", + "device": "Unknown", + "UAString": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1", + "location": "Unknown", + "page_id": "3081", + "url_parameters": "utm_medium=qr&utm_content=intermark&utm_term=1703", + "page_title": "Intermark", + "type": "page_view", + "last_counter": 1, + "hits": 1, + "honeypot": 0, + "reply": 0, + "page_url": "https://app.touchh.ru/intermark/" + }, + { + "id": "50155", + "user_id": "0", + "ip": "2a03:d000:5090:a060:24f3:30ff:fe53:84f3", + "created": "2024-11-24 18:40:56", + "timestamp": 1732473656, + "date_time": "2024-11-24 18:40:56", + "referred": "", + "agent": "Mozilla/5.0 (Linux; Android 14; 2203129G) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/123.0.6312.118 Mobile Safari/537.36", + "platform": "Unknown", + "version": "Unknown", + "model": "Unknown", + "device": "Unknown", + "UAString": "Mozilla/5.0 (Linux; Android 14; 2203129G) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/123.0.6312.118 Mobile Safari/537.36", + "location": "Unknown", + "page_id": "11274", + "url_parameters": "utm_medium=qr-1&utm_content=daynight74&utm_term=%D0%AD%D0%BD%D0%B3%D0%B5%D0%BB%D1%8C%D1%81%D0%B0%2C47-%D0%91", + "page_title": "??????????? ???? ? ???? [1] Welcome", + "type": "page_view", + "last_counter": 1, + "hits": 1, + "honeypot": 0, + "reply": 0, + "page_url": "https://app.touchh.ru/daynight74-welcome/" + }, + { + "id": "50156", + "user_id": "0", + "ip": "176.59.43.123", + "created": "2024-11-24 18:41:34", + "timestamp": 1732473694, + "date_time": "2024-11-24 18:41:34", + "referred": "", + "agent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36", + "platform": "Unknown", + "version": "Unknown", + "model": "Unknown", + "device": "Unknown", + "UAString": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36", + "location": "Unknown", + "page_id": "8164", + "url_parameters": "utm_medium=qr&utm_content=vostok&utm_term=%D0%A5%D0%BE%D0%BB%D0%BB", + "page_title": "????????? ??????", + "type": "page_view", + "last_counter": 1, + "hits": 1, + "honeypot": 0, + "reply": 0, + "page_url": "https://app.touchh.ru/vostok/" + }, + { + "id": "50157", + "user_id": "0", + "ip": "176.59.43.123", + "created": "2024-11-24 18:41:34", + "timestamp": 1732473694, + "date_time": "2024-11-24 18:41:34", + "referred": "", + "agent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36", + "platform": "Unknown", + "version": "Unknown", + "model": "Unknown", + "device": "Unknown", + "UAString": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/27.0 Chrome/125.0.0.0 Mobile Safari/537.36", + "location": "Unknown", + "page_id": "8164", + "url_parameters": "utm_medium=qr&utm_content=vostok&utm_term=%D0%A5%D0%BE%D0%BB%D0%BB", + "page_title": "????????? ??????", + "type": "page_view", + "last_counter": 1, + "hits": 1, + "honeypot": 0, + "reply": 0, + "page_url": "https://app.touchh.ru/vostok/" + }, + { + "id": "50158", + "user_id": "0", + "ip": "89.113.159.132", + "created": "2024-11-24 18:48:24", + "timestamp": 1732474104, + "date_time": "2024-11-24 18:48:24", + "referred": "", + "agent": "QR Scanner Android", + "platform": "Unknown", + "version": "Unknown", + "model": "Unknown", + "device": "Unknown", + "UAString": "QR Scanner Android", + "location": "Unknown", + "page_id": "3248", + "url_parameters": "utm_medium=qr&utm_content=forton&utm_term=503", + "page_title": "??????", + "type": "page_view", + "last_counter": 1, + "hits": 1, + "honeypot": 0, + "reply": 0, + "page_url": "https://app.touchh.ru/forton/" + }, + { + "id": "50159", + "user_id": "0", + "ip": "89.113.159.132", + "created": "2024-11-24 18:48:37", + "timestamp": 1732474117, + "date_time": "2024-11-24 18:48:37", + "referred": "", + "agent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Mobile Safari/537.36", + "platform": "Unknown", + "version": "Unknown", + "model": "Unknown", + "device": "Unknown", + "UAString": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Mobile Safari/537.36", + "location": "Unknown", + "page_id": "3248", + "url_parameters": "utm_medium=qr&utm_content=forton&utm_term=503", + "page_title": "??????", + "type": "page_view", + "last_counter": 1, + "hits": 1, + "honeypot": 0, + "reply": 0, + "page_url": "https://app.touchh.ru/forton/" + }, + { + "id": "50160", + "user_id": "0", + "ip": "95.24.145.9", + "created": "2024-11-24 18:49:16", + "timestamp": 1732474156, + "date_time": "2024-11-24 18:49:16", + "referred": "", + "agent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Mobile Safari/537.36", + "platform": "Unknown", + "version": "Unknown", + "model": "Unknown", + "device": "Unknown", + "UAString": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Mobile Safari/537.36", + "location": "Unknown", + "page_id": "8164", + "url_parameters": "utm_medium=qr&utm_content=vostok&utm_term=614", + "page_title": "????????? ??????", + "type": "page_view", + "last_counter": 1, + "hits": 1, + "honeypot": 0, + "reply": 0, + "page_url": "https://app.touchh.ru/vostok/" + }, + { + "id": "50161", + "user_id": "0", + "ip": "66.102.9.130", + "created": "2024-11-24 18:49:22", + "timestamp": 1732474162, + "date_time": "2024-11-24 18:49:22", + "referred": "", + "agent": "Mozilla/5.0 (Linux; Android 7.0; SM-G930V Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)", + "platform": "Unknown", + "version": "Unknown", + "model": "Unknown", + "device": "Unknown", + "UAString": "Mozilla/5.0 (Linux; Android 7.0; SM-G930V Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)", + "location": "Unknown", + "page_id": "8164", + "url_parameters": "utm_medium=qr&utm_content=vostok&utm_term=614", + "page_title": "????????? ??????", + "type": "page_view", + "last_counter": 1, + "hits": 1, + "honeypot": 0, + "reply": 0, + "page_url": "https://app.touchh.ru/vostok/" + }, + { + "id": "50162", + "user_id": "0", + "ip": "66.102.9.131", + "created": "2024-11-24 18:49:23", + "timestamp": 1732474163, + "date_time": "2024-11-24 18:49:23", + "referred": "", + "agent": "Mozilla/5.0 (Linux; Android 7.0; SM-G930V Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)", + "platform": "Unknown", + "version": "Unknown", + "model": "Unknown", + "device": "Unknown", + "UAString": "Mozilla/5.0 (Linux; Android 7.0; SM-G930V Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)", + "location": "Unknown", + "page_id": "8164", + "url_parameters": "", + "page_title": "????????? ??????", + "type": "page_view", + "last_counter": 1, + "hits": 1, + "honeypot": 0, + "reply": 0, + "page_url": "https://app.touchh.ru/vostok/" + }, + { + "id": "50163", + "user_id": "0", + "ip": "66.102.9.132", + "created": "2024-11-24 18:49:23", + "timestamp": 1732474163, + "date_time": "2024-11-24 18:49:23", + "referred": "", + "agent": "Mozilla/5.0 (Linux; Android 7.0; SM-G930V Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)", + "platform": "Unknown", + "version": "Unknown", + "model": "Unknown", + "device": "Unknown", + "UAString": "Mozilla/5.0 (Linux; Android 7.0; SM-G930V Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)", + "location": "Unknown", + "page_id": "8164", + "url_parameters": "", + "page_title": "????????? ??????", + "type": "page_view", + "last_counter": 1, + "hits": 1, + "honeypot": 0, + "reply": 0, + "page_url": "https://app.touchh.ru/vostok/" + }, + { + "id": "50164", + "user_id": "0", + "ip": "89.113.159.132", + "created": "2024-11-24 18:58:55", + "timestamp": 1732474735, + "date_time": "2024-11-24 18:58:55", + "referred": "", + "agent": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Mobile Safari/537.36", + "platform": "Unknown", + "version": "Unknown", + "model": "Unknown", + "device": "Unknown", + "UAString": "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Mobile Safari/537.36", + "location": "Unknown", + "page_id": "3248", + "url_parameters": "utm_medium=qr&utm_content=forton&utm_term=503", + "page_title": "??????", + "type": "page_view", + "last_counter": 1, + "hits": 1, + "honeypot": 0, + "reply": 0, + "page_url": "https://app.touchh.ru/forton/" + } +] \ No newline at end of file diff --git a/touchh/settings.py b/touchh/settings.py index b7151258..f5b41ed1 100644 --- a/touchh/settings.py +++ b/touchh/settings.py @@ -27,8 +27,12 @@ SECRET_KEY = 'django-insecure-l_8uu8#p*^zf)9zry80)6u+!+2g1a4tg!wx7@^!uw(+^axyh&h # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = ['0.0.0.0', '192.168.219.140', '127.0.0.1', '192.168.219.114'] +ALLOWED_HOSTS = ['0.0.0.0', '192.168.219.140', '127.0.0.1', '192.168.219.114', 'c710-182-226-158-253.ngrok-free.app'] +CSRF_TRUSTED_ORIGINS = [ + 'https://c710-182-226-158-253.ngrok-free.app', + 'https://*.ngrok.io', # Это подойдет для любых URL, связанных с ngrok +] # Application definition @@ -44,7 +48,12 @@ INSTALLED_APPS = [ 'pms_integration', 'hotels', 'users', - 'scheduler' + 'scheduler', + 'antifroud', + 'health_check', + 'health_check.db', + 'health_check.cache', + ] MIDDLEWARE = [ @@ -113,30 +122,46 @@ AUTH_PASSWORD_VALIDATORS = [ }, ] +# settings.py + LOGGING = { 'version': 1, 'disable_existing_loggers': False, 'handlers': { - 'console': { - 'class': 'logging.StreamHandler', + 'file': { + 'level': 'WARNING', + 'class': 'logging.FileHandler', + 'filename': 'import_hotels.log', # Лог будет записываться в этот файл }, }, - 'root': { - 'handlers': ['console'], - 'level': 'WARNING', + 'loggers': { + 'django': { + 'handlers': ['file'], + 'level': 'WARNING', + 'propagate': True, + }, + 'antifroud': { + 'handlers': ['file'], + 'level': 'WARNING', + 'propagate': True, + }, }, } + # Internationalization # https://docs.djangoproject.com/en/5.1/topics/i18n/ -LANGUAGE_CODE = 'ru-RU' +LANGUAGE_CODE = 'ru' -TIME_ZONE = 'UTC' +TIME_ZONE = 'Europe/Moscow' + +USE_TZ = True USE_I18N = True -USE_TZ = True +USE_L10N = True + # Static files (CSS, JavaScript, Images) @@ -154,32 +179,33 @@ DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField' JAZZMIN_SETTINGS = { - "site_title": "Hotel Management", - "site_header": "Hotel Manager Admin", - "site_brand": "HotelPro", - "welcome_sign": "Welcome to Hotel Management System", + "use_bootstrap5": True, + "site_title": "TOUCHH Hotel Management", + "site_header": "TOUCHH Hotel Manager Admin", + "site_brand": "TOUCHH", + "welcome_sign": "Welcome to TOUCHH Hotel Management System", "show_sidebar": True, - "navigation_expanded": True, - "hide_models": ["users", "guests"], + "navigation_expanded": False, + "hide_models": ["auth.Users", "guests"], "site_logo": None, # Путь к логотипу, например "static/images/logo.png" "site_logo_classes": "img-circle", # Классы CSS для логотипа "site_icon": None, # Иконка сайта (favicon), например "static/images/favicon.ico" "welcome_sign": "Welcome to Touchh Admin", # Приветствие на странице входа - "copyright": "Touchh © 2024", # Кастомный текст в футере - "search_model": "auth.User", # Модель для строки поиска + "copyright": "Touchh", # Кастомный текст в футере "icons": { "auth": "fas fa-users-cog", "users": "fas fa-user-circle", "hotels": "fas fa-hotel", }, - "theme": "flatly", - "dark_mode_theme": "cyborg", + "theme": "sandstone", + "dark_mode_theme": "darkly", "footer": { - "copyright": "Touchh © 2024", + "copyright": "SmartSolTech.kr © 2024", "version": False, }, "dashboard_links": [ - {"name": "Google", "url": "https://google.com", "new_window": True}, + {"name": "Google", "url": "https://touchh.com", "new_window": True}, + {"name": "Smartsoltech", "url": "https://smartsoltech.kr", "new_window": True} ], "custom_links": { # Кастомные ссылки в боковом меню diff --git a/touchh/urls.py b/touchh/urls.py index 7aff8672..7e1dcdb3 100644 --- a/touchh/urls.py +++ b/touchh/urls.py @@ -1,6 +1,12 @@ from django.contrib import admin from django.urls import path, include +from antifroud import views + +app_name = 'touchh' urlpatterns = [ path('admin/', admin.site.urls), + path('health/', include('health_check.urls')), + path('antifroud/', include('antifroud.urls')), + ] \ No newline at end of file diff --git a/users/admin.py b/users/admin.py index f71c89dd..69ecacb5 100644 --- a/users/admin.py +++ b/users/admin.py @@ -1,5 +1,5 @@ from django.contrib import admin -from .models import User, UserConfirmation, UserActivityLog, NotificationSettings +from .models import User, NotificationSettings @admin.register(User) class UserAdmin(admin.ModelAdmin): @@ -8,19 +8,7 @@ class UserAdmin(admin.ModelAdmin): list_filter = ('role', 'confirmed') ordering = ('-id',) -@admin.register(UserConfirmation) -class UserConfirmationAdmin(admin.ModelAdmin): - list_display = ('user', 'confirmation_code', 'created_at') - search_fields = ('user__username', 'confirmation_code') - list_filter = ('created_at',) - -@admin.register(UserActivityLog) -class UserActivityLogAdmin(admin.ModelAdmin): - list_display = ( 'id', 'user_id', 'ip', 'timestamp', 'date_time', 'agent', 'platform', 'version', 'model', 'device', 'UAString', 'location', 'page_id', 'url_parameters', 'page_title', 'type', 'last_counter', 'hits', 'honeypot', 'reply', 'page_url') - search_fields = ('user_id', 'ip', 'datetime', 'agent', 'platform', 'version', 'model', 'device', 'UAString', 'location', 'page_id', 'url_parameters', 'page_title', 'type', 'last_counter', 'hits', 'honeypot', 'reply', 'page_url') - list_filter = ('page_title', 'user_id', 'ip') - ordering = ('-id',) - + @admin.register(NotificationSettings) class NotificationSettingsAdmin(admin.ModelAdmin): list_display = ('user', 'email', 'telegram_enabled', 'email_enabled', 'notification_time') diff --git a/users/migrations/0002_delete_localuseractivitylog_delete_useractivitylog_and_more.py b/users/migrations/0002_delete_localuseractivitylog_delete_useractivitylog_and_more.py new file mode 100644 index 00000000..4f150e4c --- /dev/null +++ b/users/migrations/0002_delete_localuseractivitylog_delete_useractivitylog_and_more.py @@ -0,0 +1,22 @@ +# Generated by Django 5.1.4 on 2024-12-13 00:15 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('users', '0001_initial'), + ] + + operations = [ + migrations.DeleteModel( + name='LocalUserActivityLog', + ), + migrations.DeleteModel( + name='UserActivityLog', + ), + migrations.DeleteModel( + name='UserConfirmation', + ), + ] diff --git a/users/models.py b/users/models.py index c737be4a..d1899720 100644 --- a/users/models.py +++ b/users/models.py @@ -47,73 +47,7 @@ class User(AbstractUser): verbose_name_plural = "Пользователи" -class UserConfirmation(models.Model): - user = models.ForeignKey(User, on_delete=models.CASCADE, verbose_name="Пользователь") - confirmation_code = models.UUIDField(default=uuid.uuid4, verbose_name="Код подтверждения") - created_at = models.DateTimeField(auto_now_add=True, verbose_name="Создан: ") - - def __str__(self): - return f"Confirmation for {self.user.username} - {self.confirmation_code}" - - class Meta: - verbose_name = "Подтверждение пользователя" - verbose_name_plural = "Подтверждения пользователей" - -class WordPressUserActivityLog(models.Model): - id = models.AutoField(primary_key=True) - user_id = models.IntegerField() - activity_type = models.CharField(max_length=255) - timestamp = models.DateTimeField() - additional_data = models.JSONField(null=True, blank=True) - - class Meta: - db_table = 'wpts_user_activity_log' # Название таблицы в базе данных WordPress - managed = False # Django не будет управлять этой таблицей - app_label = 'Users' # Замените на имя вашего приложения - -class LocalUserActivityLog(models.Model): - id = models.AutoField(primary_key=True) - user_id = models.IntegerField() - activity_type = models.CharField(max_length=255) - timestamp = models.DateTimeField() - additional_data = models.JSONField(null=True, blank=True) - - def __str__(self): - return f"User {self.user_id} - {self.activity_type}" - -class UserActivityLog(models.Model): - id = models.BigAutoField(primary_key=True, verbose_name="ID") - user_id = models.BigIntegerField( verbose_name="ID пользователя") - ip = models.CharField(max_length=100, null=True, blank=True, verbose_name="IP адрес") - created = models.DateTimeField(auto_now_add=True, verbose_name="Создан") - timestamp = models.IntegerField(verbose_name="Время") - date_time = models.DateTimeField(verbose_name="Дата") - referred = models.CharField(max_length=255, null=True, blank=True) - agent = models.CharField(max_length=255, null=True, blank=True, verbose_name="Браузер") - platform = models.CharField(max_length=255, null=True, blank=True) - version = models.CharField(max_length=50, null=True, blank=True) - model = models.CharField(max_length=255, null=True, blank=True) - device = models.CharField(max_length=50, null=True, blank=True) - UAString = models.TextField(null=True, blank=True) - location = models.CharField(max_length=255, null=True, blank=True) - page_id = models.BigIntegerField(null=True, blank=True) - url_parameters = models.TextField(null=True, blank=True) - page_title = models.CharField(max_length=255, null=True, blank=True) - type = models.CharField(max_length=50, null=True, blank=True) - last_counter = models.IntegerField(null=True, blank=True) - hits = models.IntegerField(null=True, blank=True) - honeypot = models.BooleanField(null=True, blank=True) - reply = models.BooleanField(null=True, blank=True) - page_url = models.CharField(max_length=255, null=True, blank=True) - - class Meta: - db_table = 'user_activity_log' # Название таблицы в локальной базе - verbose_name = 'Журнал активности' - verbose_name_plural = 'Журналы активности' - - def __str__(self): - return f"User {self.user_id} - {self.type} - {self.date_time}" - + class NotificationSettings(models.Model): user = models.OneToOneField(User, on_delete=models.CASCADE, verbose_name="Пользователь") telegram_enabled = models.BooleanField(default=True, verbose_name="Уведомления в Telegram")