Skip to content
Snippets Groups Projects
Commit 832bd772 authored by pal's avatar pal
Browse files

change constructor in main method

parent 9b6c8098
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ def main():
file = path_name+"/log.txt"
log = Log(file, **variables)
log = Log(file)
log.add_row_entry(**entries)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment