Skip to content

Commit

Permalink
real test
Browse files Browse the repository at this point in the history
  • Loading branch information
ma6174 committed Feb 23, 2013
1 parent e724c04 commit 882f0d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 3 additions & 2 deletions fmpi.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,10 @@ def fmpi(self):
except:
one = None
if one is not None:
# self.play(link)
url = getlink(one[1])
self.play(url)
DB.updateone(self,one[0])
time.sleep(2)
# time.sleep(2)

class INDEX(DB):
def index(self):
Expand Down
3 changes: 3 additions & 0 deletions start.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
sudo python fmpi.py

0 comments on commit 882f0d8

Please sign in to comment.