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 #! /bin/env python3
import sys
import re
import html
import time
import shutil
import sqlite3 import os.path, sys, re, time, shutil, sqlite3, json, subprocess
from datetime import datetime, timedelta from datetime import datetime, timedelta
import json
import subprocess
import feedparser import feedparser
from mastodon import Mastodon from mastodon import Mastodon