fix sleep time

This commit is contained in:
88lex 2020-08-05 23:30:35 +08:00
parent eeec9d7ed2
commit 1fe8718c09

View file

@ -3,8 +3,6 @@
import os
import sys
from config import sleep_time
# sys.path.insert(0, os.path.abspath("../"))
sys.path.append("..")
sys.path.append(os.path.dirname(os.path.realpath(__file__)))
@ -42,7 +40,7 @@ class Commands:
Most commands accept a 'filter'to process subsets. If no filter all items are listed."""
def __init__(self):
# Init()
Init()
self.list = List()
self.add = Add()
self.remove = Remove()