Skip to content

Commit 08a18aa

Browse files
Use branch sim for now
1 parent f2482df commit 08a18aa

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/simulator/Simulator.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ const Simulator = ({
4343
minWidth,
4444
simFocus,
4545
}: SimulatorProps) => {
46-
const production =
47-
"https://python-simulator.usermbit.org/v/0.1/simulator.html";
48-
const staging =
49-
"https://python-simulator.usermbit.org/staging/simulator.html";
50-
const url = stage === "PRODUCTION" ? production : staging;
46+
// const production =
47+
// "https://python-simulator.usermbit.org/v/0.1/simulator.html";
48+
// const staging =
49+
// "https://python-simulator.usermbit.org/staging/simulator.html";
50+
// const url = stage === "PRODUCTION" ? production : staging;
5151
// For testing with sim branches:
52-
//const branch = "upgrade-mpy";
53-
//const url = `https://review-python-simulator.usermbit.org/${branch}/simulator.html`;
52+
const branch = "beta-updates";
53+
const url = `https://review-python-simulator.usermbit.org/${branch}/simulator.html`;
5454

5555
const ref = useRef<HTMLIFrameElement>(null);
5656
const intl = useIntl();

0 commit comments

Comments
 (0)