ironjr commited on
Commit
1618295
1 Parent(s): 576c1a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1137,6 +1137,7 @@ async () => {{
1137
  function checkAndRun() {{
1138
  var imgSrcNew = jQuery('#output-screen > button > div > img').src;
1139
 
 
1140
  if (!state) {{
1141
  if (imgSrc == imgSrcNew) {{
1142
  // Do nothing.
 
1137
  function checkAndRun() {{
1138
  var imgSrcNew = jQuery('#output-screen > button > div > img').src;
1139
 
1140
+ console.log('state', state, 'src', imgSrc, 'src_new', imgSrcNew);
1141
  if (!state) {{
1142
  if (imgSrc == imgSrcNew) {{
1143
  // Do nothing.