Chenhao commited on
Commit
4654ed2
·
1 Parent(s): 5c7869e

删除了测试时的 API_TOKEN 设置

Browse files
Files changed (1) hide show
  1. start.sh +0 -2
start.sh CHANGED
@@ -1,7 +1,5 @@
1
  #!/bin/bash
2
 
3
- export API_TOKEN=your-secret-token-here
4
-
5
  # Keep Alive
6
  python3 awake.py &
7
 
 
1
  #!/bin/bash
2
 
 
 
3
  # Keep Alive
4
  python3 awake.py &
5