Update index.mu

This commit is contained in:
F 2025-08-24 18:23:55 +02:00 committed by GitHub
commit a8cc31c819
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@ import os, sys, json, time, random, re, sqlite3
######## SYS & FILE PATHS ########
DB_PATH = os.path.join(os.path.dirname(__file__), "chatusers.db")
EMO_DB = os.path.join(os.path.dirname(__file__), "emoticons.txt")
EMO_DB = os.path.join(os.path.dirname(__file__), "emoticon.txt")
######## DB CREATION IF MISSING (on first start usually) ######
if not os.path.exists(DB_PATH):