change naming again
This commit is contained in:
parent
825d912e7c
commit
ee2d2ac3ed
@ -1,5 +1,3 @@
|
|||||||
#!/bin/python3
|
|
||||||
|
|
||||||
import json
|
import json
|
||||||
from glob import glob
|
from glob import glob
|
||||||
from time import time_ns
|
from time import time_ns
|
||||||
@ -8,8 +6,6 @@ from collections import OrderedDict
|
|||||||
from sys import argv
|
from sys import argv
|
||||||
|
|
||||||
home = os.path.expanduser("~/.bink")
|
home = os.path.expanduser("~/.bink")
|
||||||
my_user = home.split("/")[2]
|
|
||||||
|
|
||||||
max_title_length = 120
|
max_title_length = 120
|
||||||
max_body_length = 64_000
|
max_body_length = 64_000
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user