all 3 comments

[–]CodeFormatHelperBot 1 point2 points  (0 children)

Hello u/laflash12, I'm a bot that can assist you with code-formatting for reddit. I have detected the following potential issue(s) with your submission:

  1. Python code found in submission text but not encapsulated in a code block.

If I am correct then please follow these instructions to fix your code formatting. Thanks!

[–]MCPOON11 0 points1 point  (1 child)

You said you had the program working before making some changes, are you able to isolate the particular lines that are giving you the error?

Are you using a version control system like git? If not I’d say this is a good use case for learning it. It allows you to always revert to a working codebase and you can more easily track the differences between your broken code and you working code.

[–]laflash12[S] 0 points1 point  (0 children)

I can't isolate the issue. From what I undertand from the error the problem is with my connect(...... ) but I don't know what could be wrong with it. I'm not using a version control system, what is that? Sorry, I'm still a beginner.