arb-xmu-course 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/bin/arb-xmu-course +1 -1
- data/lib/arb/xmu/course/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 361f0d6bde4e550afe24f25c8cb928ebdc1ad104
|
|
4
|
+
data.tar.gz: 7224b4b6bdba9fcbaa40e677616c17dc50a83a9b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3101f05a71ae23d393434a41e8779e6c18dad0d8ae1af0b78a3968a932dd31cd53548a7b23ffe31e733082596f4f33c1a0422a8f46d6fe59ea5ee2665a4c40bb
|
|
7
|
+
data.tar.gz: 27b95fcb7f6c0e6cc13be8f644f396a0281e4cfb63c9f0f99cf4f21679e640b61ca667edc03037988dc7612f65dafe6d85934bc9c92d9642b60654dc67ce807d
|
data/bin/arb-xmu-course
CHANGED
|
@@ -127,8 +127,8 @@ def create_attempt_thread(max_interval, client, course, xxlx, lcid, &block)
|
|
|
127
127
|
else
|
|
128
128
|
$stdout.puts '', "课程:《#{course.name}》第#{count}次尝试选课失败,#{interval}秒后将重试。(错误信息:#{filter_text(res['message'])})", ''
|
|
129
129
|
end
|
|
130
|
-
exit if block.binding.local_variable_get(:opened_thread_count)-1==0
|
|
131
130
|
end
|
|
131
|
+
exit if block.binding.local_variable_get(:opened_thread_count)-1==0
|
|
132
132
|
end
|
|
133
133
|
end
|
|
134
134
|
|