Skip to content

Commit

Permalink
removed scriptine dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tedivm committed May 22, 2016
1 parent b4bcdea commit cc67073
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ PyYAML==3.11
requests==2.10.0
Requires==0.0.3
-e git+https://github.com/tedivm/python-screeps.git@c300073133dcd08d2d5f100a1a006bda60d9ce05#egg=screeps
scriptine==0.2.1
six==1.10.0
twilio==5.4.0
5 changes: 2 additions & 3 deletions screeps_notify/notify.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def sendSMS(message):
print(message.sid)
sendSMS.client = False

def notify_command():
def main():
notifications = getNotifications()

if len(notifications) <= 0:
Expand All @@ -69,5 +69,4 @@ def notify_command():
clearNotifications(limit)

if __name__ == '__main__':
import scriptine
scriptine.run()
main()

0 comments on commit cc67073

Please sign in to comment.