From 6ca3deb1558a1e35a25cd836b618c46f7be1ad5b Mon Sep 17 00:00:00 2001
From: fleur <spacecarrot@fleurshax.net>
Date: Wed, 21 Aug 2019 11:57:16 +0200
Subject: [PATCH] doc for pride, styled correctly i hope

---
 pycardium/modules/py/pride.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pycardium/modules/py/pride.py b/pycardium/modules/py/pride.py
index da9e0dfe..bd971724 100644
--- a/pycardium/modules/py/pride.py
+++ b/pycardium/modules/py/pride.py
@@ -144,6 +144,7 @@ def get(flag="rainbow"):
     """
     return flags[flag]
 
+
 def print_all():
     """
     Prints the names of all available flags on the serial port.
@@ -151,6 +152,7 @@ def print_all():
     for i in flags:
         print(i)
 
+
 def demo(s_delay=2):
     """
     Demos all available flags on LEDs and display.
-- 
GitLab