mirror of
https://github.com/88lex/safire.git
synced 2025-02-24 13:56:23 +08:00
fix sleep time
This commit is contained in:
parent
eeec9d7ed2
commit
1fe8718c09
1 changed files with 1 additions and 3 deletions
|
@ -3,8 +3,6 @@
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
from config import sleep_time
|
|
||||||
|
|
||||||
# sys.path.insert(0, os.path.abspath("../"))
|
# sys.path.insert(0, os.path.abspath("../"))
|
||||||
sys.path.append("..")
|
sys.path.append("..")
|
||||||
sys.path.append(os.path.dirname(os.path.realpath(__file__)))
|
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."""
|
Most commands accept a 'filter'to process subsets. If no filter all items are listed."""
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
# Init()
|
Init()
|
||||||
self.list = List()
|
self.list = List()
|
||||||
self.add = Add()
|
self.add = Add()
|
||||||
self.remove = Remove()
|
self.remove = Remove()
|
||||||
|
|
Loading…
Reference in a new issue