File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,6 @@ def r_sitemap():
30
30
return sitemapper .generate ()
31
31
32
32
33
- print ("sss" )
34
-
35
33
# Temporary solution for
36
34
# https://github.com/laike9m/Python-Type-Challenges/issues/49
37
35
threading .Thread (
Original file line number Diff line number Diff line change 330
330
// add confetti effect when passed
331
331
if ( json . passed ) {
332
332
confetti . addConfetti ( )
333
- } else {
334
- setTimeout ( ( ) => {
335
- document . getElementById ( 'answer-link' ) . style . display = 'block' ;
336
- } , 500 ) ;
337
333
}
334
+ setTimeout ( ( ) => {
335
+ document . getElementById ( 'answer-link' ) . style . display = 'block' ;
336
+ } , 500 ) ;
338
337
document . getElementById ( "result" ) . innerHTML = json . message ;
339
338
if ( json . debug_info !== undefined ) {
340
339
console . log ( json . debug_info ) ;
You can’t perform that action at this time.
0 commit comments