From 0fbf556ef5005cd889a4936d747e9b0d7f63d2c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20P=C4=99dzich?= Date: Sun, 2 Nov 2025 13:18:27 +0100 Subject: [PATCH] Update subnetting post's description --- content/blog/cheesing-a-subnetting-test-with-python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/cheesing-a-subnetting-test-with-python.md b/content/blog/cheesing-a-subnetting-test-with-python.md index fa1ae2b..1286086 100644 --- a/content/blog/cheesing-a-subnetting-test-with-python.md +++ b/content/blog/cheesing-a-subnetting-test-with-python.md @@ -1,7 +1,7 @@ +++ title = "Cheesing a subnetting test with Python" date = 2025-11-02 -description = "Breaking down the Python version of a script I wrote last year to blitz through subnetting tests for my computer networking uni course." +description = "Breaking down the Python version of a script I wrote in 2024 to blitz through subnetting tests for my computer networking uni course." [taxonomies] tags = ["Technical", "Python", "Networking"]