removed some unnecesary code #39
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The below if statement is always true and the value of timeout_on isn't used before a return statement.
timeout_on = False
if timeout_on == False:
there's a bit more wrong with that code
60 => timeout_on <= -2lol
Well there's no such thing in toolbox right now :)
I assume it should be:
Looks like the indentation of lines 39-41 is also wrong