diff --git a/bink b/bink.py similarity index 96% rename from bink rename to bink.py index 8192c97..acbdc7a 100755 --- a/bink +++ b/bink.py @@ -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