Fixes Module not found Error
This commit is contained in:
parent
468b8e75f3
commit
24d077e284
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
|||
import argparse
|
||||
import logging
|
||||
import sys
|
||||
import ycast.generic as generic
|
||||
|
||||
from generic import clear_cache
|
||||
from ycast import __version__
|
||||
from ycast import server
|
||||
|
||||
|
@ -25,7 +25,7 @@ def launch_server():
|
|||
else:
|
||||
logging.getLogger('werkzeug').setLevel(logging.WARNING)
|
||||
# TODO Should cleaning cache be optional?
|
||||
clear_cache()
|
||||
generic.clear_cache()
|
||||
server.run(arguments.config, arguments.address, arguments.port)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue