Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix RDP var contains string instead of bool
The issue with the original code is in python behavior. Python on this code: "a" or "b" will give you "b" instead of probably expected 'True' value. This is fix to avoid break of the code in the future because this variable should keep boolean value.
- Loading branch information