commit b457916f2950050d1525971b8006e11024cc457c
parent 1260ee98e952d19e3cb5996569873d6da01f9f60
Author: Amit Dutta <amitdutta4255@gmail.com>
Date: Sun, 8 Feb 2026 15:55:20 +0530
[2026-02-08] : .\docs : changed logger folder location
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/generate_index.py b/docs/generate_index.py
@@ -147,7 +147,7 @@ def main():
print(f"Error writing index.html: {e}")
# 2. Write to secondary path (Desktop)
- second_output_path = r"C:\Users\PC\Desktop\aranag.site\bsc.html"
+ second_output_path = r"C:\Users\PC\Desktop\amit.is-a.dev\bsc.html"
try:
os.makedirs(os.path.dirname(second_output_path), exist_ok=True)
with open(second_output_path, 'w', encoding='utf-8') as f: