modify scripts
This commit is contained in:
@ -2,9 +2,7 @@ import json
|
||||
import time
|
||||
import src.db_utils.sqlite_db as sqlite_db
|
||||
import src.utils.utils as utils
|
||||
import src.logger.logger as logger
|
||||
|
||||
logger.setup_logging()
|
||||
db_tools = sqlite_db.JavbusDBHandler()
|
||||
|
||||
if __name__ == "__main__":
|
||||
@ -12,5 +10,4 @@ if __name__ == "__main__":
|
||||
result = db_tools.get_statics()
|
||||
utils.pretty_print_json(result)
|
||||
|
||||
db_tools.reset_movies_uncensored()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user