Version : convert int to str

This commit is contained in:
unknown 2021-11-15 09:59:04 +07:00
parent 3fcd96102e
commit bef407c44d
Signed by: minoplhy
GPG Key ID: 90667A59A9908AEC

View File

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