Spaces:
Sleeping
Sleeping
T1ckbase
commited on
Commit
·
89b8828
1
Parent(s):
b6ce6ca
stop
Browse files
main.ts
CHANGED
@@ -58,13 +58,13 @@ async function main() {
|
|
58 |
}
|
59 |
}
|
60 |
|
61 |
-
while (true) {
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
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 |
+
// }
|