remove superfluous constant

This commit is contained in:
gutmet 2022-12-06 22:07:12 +01:00
parent 0b4e989b19
commit 59b5cda0d3

View File

@ -16,7 +16,6 @@ import (
) )
const ( const (
DL_LIMIT = 15 * 1024 * 1024
CACHE_FOLDER = "cache" CACHE_FOLDER = "cache"
) )