bsc

Comprehensive codebase and cou...
Log | Files | Refs | README | LICENSE

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:
Mdocs/generate_index.py | 2+-
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:
© notamitgamer • Site Built: 2026-07-21 13:58:23 UTC • git-mirror commit: 1037f62 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror