forked from rDrama/rDrama
1
0
Fork 0

fix prev commit

master
Aevann1 2022-09-25 05:10:32 +02:00
parent 9a04df862b
commit 9eeb77073f
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
from files.helpers.const import SITE
if SITE == 'pcmemes.net':
if SITE == 'pcmemes.net' or True:
from sqlalchemy import *
from files.__main__ import Base