Skip to content
This repository has been archived by the owner on May 8, 2020. It is now read-only.

Commit

Permalink
Merge pull request #9 from JamesIves/import-definition
Browse files Browse the repository at this point in the history
Pushes time to the top
  • Loading branch information
JamesIves authored Oct 12, 2018
2 parents 1443634 + 97f5d96 commit fc2e413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import os
import subprocess
import time
from discord_hooks import Webhook
from settings import DISCORD_WEBHOOK_URL

Expand Down Expand Up @@ -41,7 +42,6 @@ def post_changes():

def init():
""" Initializes a 30 second timer used to check if commits have been made. """
import time
timer = time.time()

while True:
Expand Down

0 comments on commit fc2e413

Please sign in to comment.