Update monkey/monkey_island/cc/models/__init__.py

Fixed type

Co-Authored-By: Itay Mizeretz <30774653+itaymmguardicore@users.noreply.github.com>
This commit is contained in:
Shay Nehmad 2019-05-27 16:37:10 +03:00 committed by GitHub
parent ffa78ac540
commit bb40560fc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ if env.testing:
else: else:
connect(db=env.mongo_db_name, host=env.mongo_db_host, port=env.mongo_db_port) connect(db=env.mongo_db_name, host=env.mongo_db_host, port=env.mongo_db_port)
# Order or importing matters here, for registering the embedded and referenced documents before using them. # Order of importing matters here, for registering the embedded and referenced documents before using them.
from config import Config from config import Config
from creds import Creds from creds import Creds
from monkey_ttl import MonkeyTtl from monkey_ttl import MonkeyTtl