Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3dd9472

Browse files
authored
Added delay because of rate-limit
1 parent575a1e7 commit3dd9472

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎test/test_modules.py‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
importjson
22
fromdatetimeimportdatetime
3+
importtime
34

45
importos
56
fromunittestimportTestCase
@@ -44,6 +45,7 @@ def methods(self, net):
4445
"res":res,
4546
}
4647
dump(log,fname)
48+
time.sleep(0.1)
4749

4850
deftest_net_methods(self):
4951
fornetinself._NETS:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp