Skip to content

Commit c503258

Browse files
plot bug-fix
1 parent ac19e9f commit c503258

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,4 +228,5 @@
228228
try:
229229
stat_placeholder.write(res.status_code)
230230
except:
231-
stat_placeholder.write("Code Error")
231+
stat_placeholder.write("Code Error")
232+
time.sleep(0.30)

0 commit comments

Comments
 (0)