Trenten Oliver
Trenten Oliver
### Problem to solve There are a number of rules which rely on a user being logged into the device or other factors which can cause the rule to fail...
**tl;dr - I made a GUI to get worker location coordinates.** This Location Generator is a modified version of the [this one](https://github.com/bunzosteele/PokeWatch/blob/revert-60-ConfigGenerator/LocationGenerator.html) taken from [bunzosteele/PokeWatch](https://github.com/bunzosteele/PokeWatch). I made a few changes/upgrades...
### Summary The auto-indention feature which aligns `if...else` clauses in Python overrides a correctly indented `else` clause in a `for/while...else` statement. ### Description When writing a `for...else` statement or a...