shebang + cleanup imports

This commit is contained in:
cquest 2025-01-24 15:07:58 +01:00
parent 8793b2137a
commit 4b4e82c226

View File

@ -1,14 +1,7 @@
import os.path
import sys
import re
import html
import time
import shutil
#! /bin/env python3
import sqlite3
import os.path, sys, re, time, shutil, sqlite3, json, subprocess
from datetime import datetime, timedelta
import json
import subprocess
import feedparser
from mastodon import Mastodon