Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Chris
Pixelframe
Commits
a34c3a0b
Commit
a34c3a0b
authored
Dec 20, 2020
by
Christian Wander
Browse files
clean up old shit
parent
3d674ce1
Changes
1
Hide whitespace changes
Inline
Side-by-side
dmxfun.py
View file @
a34c3a0b
...
...
@@ -48,20 +48,6 @@ def main():
sender
.
stop
()
# def gimme(color):
#
# result = [0] * count * 3
#
# i = 0
# while i <= count * 3 -3:
# result[i] = color[0]
# result[i+1] = color[1]
# result[i+2] = color[2]
# i = i+3
#
# return result
if
__name__
==
"__main__"
:
main
()
# foo()
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment