update readme

This commit is contained in:
chrys
2016-10-02 02:43:31 +02:00
parent 988672d2d9
commit e84956e48a
2 changed files with 5 additions and 3 deletions

View File

@ -4,14 +4,14 @@
# Fenrir TTY screen reader
# By Chrys, Storm Dragon, and contributers.
import os, sys, signal, time
import os, sys, signal, time, inspect
if not os.getcwd() in sys.path:
sys.path.append(os.getcwd())
from core import settingsManager
from core import debug
print(inspect.stack())
class fenrir():
def __init__(self):
try: