From b567bd26c0189aab7d194412556d6880584aa0a2 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 15 Nov 2021 10:17:40 +0700 Subject: [PATCH] action : str --- action.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.py b/action.py index 2d27ce1..592df7b 100644 --- a/action.py +++ b/action.py @@ -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))