updated services api
This commit is contained in:
@@ -32,7 +32,7 @@ class EventCluster:
|
||||
return None
|
||||
|
||||
def set_events_to_database(self):
|
||||
from schemas import Events, EndpointRestriction
|
||||
from Schemas import Events, EndpointRestriction
|
||||
|
||||
with Events.new_session() as db_session:
|
||||
Events.set_session(db_session)
|
||||
|
||||
Reference in New Issue
Block a user