Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,12 +23,12 @@ def start_watcher():
|
|
| 23 |
|
| 24 |
if dmsender_process is None or dmsender_process.poll() is not None:
|
| 25 |
dmsender_process = subprocess.Popen(
|
| 26 |
-
[sys.executable, "
|
| 27 |
stdout=sys.stdout,
|
| 28 |
stderr=sys.stderr,
|
| 29 |
env=os.environ,
|
| 30 |
)
|
| 31 |
-
print("
|
| 32 |
|
| 33 |
|
| 34 |
#----------
|
|
|
|
| 23 |
|
| 24 |
if dmsender_process is None or dmsender_process.poll() is not None:
|
| 25 |
dmsender_process = subprocess.Popen(
|
| 26 |
+
[sys.executable, "news.py"],
|
| 27 |
stdout=sys.stdout,
|
| 28 |
stderr=sys.stderr,
|
| 29 |
env=os.environ,
|
| 30 |
)
|
| 31 |
+
print("news.py を起動しました")
|
| 32 |
|
| 33 |
|
| 34 |
#----------
|