Skip to content

Commit

Permalink
I have forgot the not part
Browse files Browse the repository at this point in the history
  • Loading branch information
zakaryan2004 committed Jan 22, 2019
1 parent c711cb0 commit 52fcdeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userbot/modules/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def install_package(package_manager):
shell=True)

try:
if not 'heroku' in os.environ['PATH'] and os.uname().sysname.lower == 'windows':
if not 'heroku' in os.environ['PATH'] and not os.uname().sysname.lower == 'windows':
_start_instalation()
except:
_start_instalation()

0 comments on commit 52fcdeb

Please sign in to comment.