Posts by Um Canal Qualquer • 34 points
6 posts
-
1
votes0
answers78
viewsQ: Managing flask error by looping and not redirecting
I set up a server that can send and receive files, with a size limit of 50mb using ['MAX_CONTENT_LENGTH'] = 50 * 1024 * 1024, I also made a Errohandler for Error 413, which is what I get when I send…
-
0
votes0
answers184
viewsQ: redirect is not sent to the browser
I made 3 pages on my website: one to register, one to login and another serving as the home page. I need that after the user registers it is sent to the login, that if successful send it to the home…
-
-1
votes1
answer321
viewsQ: A more efficient Bruteforce
I have a code I made in a few minutes that was supposed to be a "Bruteforce". works, but after 3 characters, it takes too long. I had some ideas to make it more efficient, such as saving in a…
-
1
votes1
answer545
viewsA: Pyautogui for virtual keyboard
I never got into the advanced part of this module, but I know how to do this: PAG (easiest to call it that) also knows how to search for images on the screen, based on what it has available:…
-
-1
votes1
answer41
viewsA: Except bugging without being called
It didn’t make much sense, but I did it. at the beginning of the script, within the setup, I define Tier1=int(Tier1) and the same with tier2. I just did the same thing with Minepower.
-
-1
votes1
answer41
viewsQ: Except bugging without being called
well, I made a "minigame" with even a save/load system. the problem is that after saving or loading the game, ask to "mine", the script returns me the except command of the first command. guy: i…