GitHub Action commited on
Commit ·
aebb950
1
Parent(s): 7484fba
Sync from GitHub with Git LFS
Browse files
scripts/publish_to_blogger.py
CHANGED
|
@@ -86,8 +86,8 @@ for path in md_files:
|
|
| 86 |
with open(JSON_FILE, 'w', encoding='utf-8') as f:
|
| 87 |
json.dump(published, f, ensure_ascii=False, indent=2)
|
| 88 |
|
| 89 |
-
print("⏱ Пауза
|
| 90 |
-
time.sleep(
|
| 91 |
|
| 92 |
except HttpError as e:
|
| 93 |
if e.resp.status == 403 and "quotaExceeded" in str(e):
|
|
|
|
| 86 |
with open(JSON_FILE, 'w', encoding='utf-8') as f:
|
| 87 |
json.dump(published, f, ensure_ascii=False, indent=2)
|
| 88 |
|
| 89 |
+
print("⏱ Пауза 1 минута перед следующим постом...")
|
| 90 |
+
time.sleep(60)
|
| 91 |
|
| 92 |
except HttpError as e:
|
| 93 |
if e.resp.status == 403 and "quotaExceeded" in str(e):
|