fixed slight bug

This commit is contained in:
Karma Riuk
2025-05-21 09:18:51 +02:00
parent a8ccf081a2
commit f1e8b896bb

View File

@ -56,5 +56,5 @@ def main():
if __name__ == "__main__":
move_logger_to_file()
move_logger_to_file("github", "github_api.log")
main()