change naming again

This commit is contained in:
nebula 2025-04-20 20:19:25 +00:00
parent 825d912e7c
commit ee2d2ac3ed

View File

@ -1,5 +1,3 @@
#!/bin/python3
import json
from glob import glob
from time import time_ns
@ -8,8 +6,6 @@ from collections import OrderedDict
from sys import argv
home = os.path.expanduser("~/.bink")
my_user = home.split("/")[2]
max_title_length = 120
max_body_length = 64_000