logfest 2059
This commit is contained in:
@ -53,6 +53,8 @@ class LoftService(Base):
|
||||
return solver_run
|
||||
|
||||
def generate_solution(self):
|
||||
logging.info('Generating Solution...')
|
||||
|
||||
# unsolved solution
|
||||
solution = Solution(
|
||||
response_id=random.randint(100, 5000),
|
||||
@ -116,6 +118,7 @@ class LoftService(Base):
|
||||
# successfull form, increment
|
||||
f += 1
|
||||
|
||||
logging.info('Solution Generated.')
|
||||
return solution
|
||||
|
||||
def stream_to_s3_bucket(self, error = None):
|
||||
|
Reference in New Issue
Block a user