1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 15:57:14 +03:00

'develop only for devs': d'oh, re-allow Athan on Windows

This commit is contained in:
Athanasius 2022-12-21 10:45:55 +00:00
parent 8386487dc1
commit 579c95024b
No known key found for this signature in database
GPG Key ID: 772697E181BB2767

View File

@ -399,7 +399,7 @@ if __name__ == '__main__': # noqa: C901
or (
sys.platform == 'win32'
and environ.get('USERNAME') is not None
and environ['USERNAME'] not in ['XAthan']
and environ['USERNAME'] not in ['Athan']
)
)
):