Skip to content

Commit

Permalink
making moves
Browse files Browse the repository at this point in the history
  • Loading branch information
timmyreilly committed Sep 28, 2015
1 parent 17b0755 commit 9ebdc3e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1 +1 @@
*.pyc
*.pyc
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -29,3 +29,5 @@ Celebrate! Its Friday!

<span style="color: black;">Feel free to download it and start working with dynamic sites using SocketIO. Please let me know if you have any questions!
</span>

Woot!
2 changes: 1 addition & 1 deletion main.py
Expand Up @@ -17,7 +17,7 @@


def background_stuff():
""" Let's do it a bit cleaner? """
""" Let's do it a bit cleaner """
while True:
time.sleep(1)
t = str(time.clock())
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -7,4 +7,4 @@ greenlet==0.4.7
itsdangerous==0.24
Jinja2==2.7.3
MarkupSafe==0.23
Werkzeug==0.10.4
Werkzeug==0.10.4

0 comments on commit 9ebdc3e

Please sign in to comment.