action : str

This commit is contained in:
unknown 2021-11-15 10:17:40 +07:00
parent 40247e37a6
commit b567bd26c0
Signed by: minoplhy
GPG Key ID: 90667A59A9908AEC

View File

@ -98,4 +98,4 @@ maker.DOMAINAllowlist(excluded ,domains_locat ,Version)
import version
het = "/repros/version.md"
addition = "\n# Rule Counter \nUCATE : " + str(UCATEline) +"\nVeneto : " + str(VENETOline) + "\nAllowlist : " + str(ALLOWLISTline)
version.build(het, addition)
version.build(het, str(addition))