From 5a9213d5713e12f8c1cac127942da6693ac19d47 Mon Sep 17 00:00:00 2001 From: Colin McMillen Date: Thu, 1 Jul 2021 20:10:11 -0400 Subject: [PATCH] automated update from build.py --- blog/20070502-robot-behaviors-python.html | 2 +- feed.atom | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/blog/20070502-robot-behaviors-python.html b/blog/20070502-robot-behaviors-python.html index 0fd4deb..7dd7f0d 100644 --- a/blog/20070502-robot-behaviors-python.html +++ b/blog/20070502-robot-behaviors-python.html @@ -130,7 +130,7 @@ -

… and we’re done! I hope you’ll agree that the generator-based keeper is much easier to understand and maintain than the state-machine-based keeper. You can download the full source code below and take a look for yourself.

+

… and we’re done! I hope you’ll agree that the generator-based keeper is much easier to understand and maintain than the state-machine-based keeper. You can grab the full source code below and take a look for yourself.

#!/usr/bin/env python
 
 class Features(object):
diff --git a/feed.atom b/feed.atom
index 213a36c..7d824bf 100644
--- a/feed.atom
+++ b/feed.atom
@@ -4,7 +4,7 @@
   Colin McMillen's Blog
   
   
-  2021-07-01T20:00:27-04:00
+  2021-07-01T20:10:09-04:00
   
     Colin McMillen
   
@@ -117,7 +117,7 @@
 
-

… and we’re done! I hope you’ll agree that the generator-based keeper is much easier to understand and maintain than the state-machine-based keeper. You can download the full source code below and take a look for yourself.

+

… and we’re done! I hope you’ll agree that the generator-based keeper is much easier to understand and maintain than the state-machine-based keeper. You can grab the full source code below and take a look for yourself.

#!/usr/bin/env python
 
 class Features(object):