mirror of
https://github.com/minoplhy/filters.git
synced 2024-11-13 07:07:02 +00:00
Version : convert int to str
This commit is contained in:
parent
3fcd96102e
commit
bef407c44d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user