Update collectarr.py

This commit is contained in:
RiffSphere
2021-08-07 21:00:50 +02:00
committed by GitHub
parent f949a5496f
commit e7c7b317cc

View File

@@ -2,6 +2,11 @@ import requests, json, configparser, sys, os, datetime
quiet=False
nolog=False
def get_dir(input_path):
path = list(os.path.split(input_path))
if path[0] in ["~","."]: path[0] = os.getcwd()
return os.path.join(*path)
def log(text,time=True):
pay=""
if time: