diff --git a/update_profile.py b/update_profile.py index cfd9664..75a1817 100644 --- a/update_profile.py +++ b/update_profile.py @@ -1,5 +1,6 @@ import os import requests +import traceback import datetime # --- Configuration --- @@ -124,6 +125,7 @@ def main(): print("README.md rebuilt successfully.") except Exception as e: print(f"Error: {e}") + traceback.print_exc() if __name__ == "__main__": main() \ No newline at end of file