T1ckbase commited on
Commit
89b8828
·
1 Parent(s): b6ce6ca
Files changed (1) hide show
  1. main.ts +10 -10
main.ts CHANGED
@@ -58,13 +58,13 @@ async function main() {
58
  }
59
  }
60
 
61
- while (true) {
62
- const SPACE_HOST = Deno.env.get('SPACE_HOST');
63
- SPACE_HOST && await fetch(`https://${SPACE_HOST}`);
64
- try {
65
- await main();
66
- } catch (e) {
67
- console.error(e);
68
- await delay(10000);
69
- }
70
- }
 
58
  }
59
  }
60
 
61
+ // while (true) {
62
+ // const SPACE_HOST = Deno.env.get('SPACE_HOST');
63
+ // SPACE_HOST && await fetch(`https://${SPACE_HOST}`);
64
+ // try {
65
+ // await main();
66
+ // } catch (e) {
67
+ // console.error(e);
68
+ // await delay(10000);
69
+ // }
70
+ // }