Browse Source

Move article png to static directory

JoostSijm 6 năm trước cách đây
mục cha
commit
758711aa88
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/util/job.py

+ 1 - 0
app/util/job.py

@@ -52,6 +52,7 @@ def run():
 
     subprocess.check_output(['./convert.sh'])
     shutil.copyfile('master_dist.png', '../app/static/tutorial/dist.png')
+    shutil.copyfile('master_article.png', '../app/static/tutorial/article.png')
 
 
 if __name__ == "__main__":