yeref 0.25.40__py3-none-any.whl → 0.25.41__py3-none-any.whl
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.
yeref/yeref.py
CHANGED
@@ -17755,7 +17755,7 @@ async def correct_link(link):
|
|
17755
17755
|
|
17756
17756
|
if '@' in link and '/' in link: link = link[:link.index('/')]
|
17757
17757
|
link = str(link).rstrip('/').rstrip('.').rstrip(':').strip()
|
17758
|
-
result = None if '@None'
|
17758
|
+
result = None if link in ['@None', '@'] else link
|
17759
17759
|
except Exception as e:
|
17760
17760
|
logger.info(log_ % str(e))
|
17761
17761
|
await asyncio.sleep(round(random.uniform(1, 2), 2))
|
@@ -0,0 +1,8 @@
|
|
1
|
+
yeref/__init__.py,sha256=Qpv3o6Xa78VdLcsSRmctGtpnYE9btpAkCekgGhgJyXM,49
|
2
|
+
yeref/l_.py,sha256=bkHakU9Kj3xcKBchne9zwoq2jr037N78bqq4nE9PfpA,1120030
|
3
|
+
yeref/tonweb.js,sha256=Jf6aFOQ1OIY4q7fINYz-m5LsI3seMus124M5SYYZmtE,443659
|
4
|
+
yeref/yeref.py,sha256=HT4ZvzT7Bgsiij8l1omuWesrn1gSVhYFqAM0hPoZDWg,1024700
|
5
|
+
yeref-0.25.41.dist-info/METADATA,sha256=73P75uZh4oQ5wJwfE6qU78DBN17pPm8cASDaEXRzPE4,119
|
6
|
+
yeref-0.25.41.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
7
|
+
yeref-0.25.41.dist-info/top_level.txt,sha256=yCQKchWHbfV-3OuQPYRdi2loypD-nmbDJbtt3OuKKkY,6
|
8
|
+
yeref-0.25.41.dist-info/RECORD,,
|
yeref-0.25.40.dist-info/RECORD
DELETED
@@ -1,8 +0,0 @@
|
|
1
|
-
yeref/__init__.py,sha256=Qpv3o6Xa78VdLcsSRmctGtpnYE9btpAkCekgGhgJyXM,49
|
2
|
-
yeref/l_.py,sha256=bkHakU9Kj3xcKBchne9zwoq2jr037N78bqq4nE9PfpA,1120030
|
3
|
-
yeref/tonweb.js,sha256=Jf6aFOQ1OIY4q7fINYz-m5LsI3seMus124M5SYYZmtE,443659
|
4
|
-
yeref/yeref.py,sha256=1nrBigsbgQDOMhWJ3V_0i5eZNlwk1dByWo4Ckqw9bZA,1024693
|
5
|
-
yeref-0.25.40.dist-info/METADATA,sha256=bj8nGm44il076k0CoGbmqaWK-lKXOmuv8V6MZZcC4NA,119
|
6
|
-
yeref-0.25.40.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
7
|
-
yeref-0.25.40.dist-info/top_level.txt,sha256=yCQKchWHbfV-3OuQPYRdi2loypD-nmbDJbtt3OuKKkY,6
|
8
|
-
yeref-0.25.40.dist-info/RECORD,,
|
File without changes
|
File without changes
|