Commit b7ec3ac1 authored by Kento HASEGAWA's avatar Kento HASEGAWA

Fix a bug

parent b5c5e0e8
...@@ -32,7 +32,7 @@ def solve(params): ...@@ -32,7 +32,7 @@ def solve(params):
problem = params['problem'] problem = params['problem']
timeout = params['timeout'] timeout = params['timeout']
seed = params.get('seed', int(time.time)) seed = params.get('seed', int(time.time()))
basedir = os.path.abspath(os.path.dirname(__file__)) basedir = os.path.abspath(os.path.dirname(__file__))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment