From 4222f757f70f0bb75185e63790baafda520e1526 Mon Sep 17 00:00:00 2001 From: xuxintan <71950219+xuxintan@users.noreply.github.com> Date: Fri, 22 Oct 2021 23:09:56 +0200 Subject: [PATCH 1/3] first change --- run.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/run.py b/run.py index ce991d3f1..7735a6883 100644 --- a/run.py +++ b/run.py @@ -2,6 +2,7 @@ __copyright__ = "Jakob Aungiers 2018" __version__ = "2.0.0" __license__ = "MIT" +###xuxin Tan added import os import json @@ -88,4 +89,4 @@ def main(): if __name__ == '__main__': - main() \ No newline at end of file + main() From 5cad7c3efa445e732ff45ba65d27435e2410219e Mon Sep 17 00:00:00 2001 From: xuxintan Date: Fri, 22 Oct 2021 23:22:36 +0200 Subject: [PATCH 2/3] added 2 th --- run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.py b/run.py index 7735a6883..d81506395 100644 --- a/run.py +++ b/run.py @@ -3,7 +3,7 @@ __version__ = "2.0.0" __license__ = "MIT" ###xuxin Tan added - +#added second time import os import json import time From aa96ce5b4a576e793c4d0ffa53c67b24d0ec59fc Mon Sep 17 00:00:00 2001 From: xuxintan Date: Fri, 22 Oct 2021 23:26:09 +0200 Subject: [PATCH 3/3] dsaf 4th change --- run.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/run.py b/run.py index d81506395..b73f29342 100644 --- a/run.py +++ b/run.py @@ -4,6 +4,9 @@ __license__ = "MIT" ###xuxin Tan added #added second time +#adeed third time +#dsaf + import os import json import time