-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update v0.1.6.2a - Regorganized + Lib import + menu
Update v0.1.6.2a - Regorganized + Lib import + menu argument implementation menu with assistent and help disclaimer minor bugfixes and typos
- Loading branch information
1 parent
509950a
commit d0f64fb
Showing
317 changed files
with
120,537 additions
and
1,501 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,4 +42,4 @@ Network Trash Folder | |
Temporary Items | ||
.apdisk | ||
|
||
ctss infos.txt | ||
mingw64 error-permission.bmp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
#!/usr/bin/python | ||
|
||
import datetime | ||
from subprocess import call | ||
|
||
datetime.now().strftime('%d-%m-%Y %H:%M:%S') | ||
|
||
def play_sound( filename ): | ||
call(["./pifm", filename]) | ||
def play_sound(filename): | ||
call (["./pifm", filename]) | ||
return | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.