v0.9.4. Short names for ipsets

This commit is contained in:
gSpot
2022-05-10 20:37:10 +03:00
parent 2cc644f003
commit 6c68144ca7
11 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ruantiblock-mod-py
PKG_VERSION:=0.9.3
PKG_VERSION:=0.9.4
PKG_RELEASE:=0
PKG_MAINTAINER:=gSpot <https://github.com/gSpotx2f/ruantiblock_openwrt>
@@ -503,7 +503,7 @@ class WriteConfigFiles(Config):
def write_update_status_file(self, ip_count, cidr_count, output_fqdn_count):
with open(self.UPDATE_STATUS_FILE, "wt") as file_handler:
file_handler.write(
f"{ip_count} {cidr_count} {output_fqdn_count}")
f"{cidr_count} {ip_count} {output_fqdn_count}")
if __name__ == "__main__":