dpnishant / appmon

Documentation:
http://dpnishant.github.io/appmon
Apache License 2.0
1.55k stars 275 forks source link

Does appmon support python3? #102

Open CreditTone opened 4 years ago

CreditTone commented 4 years ago

File "appmon.py", line 34 """ ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(""" .__ .__ . _. __ . . / \ | \ | \ | \/ | / \ | \ | | / ^ \ | |) | | |) | | \ / | | | | | | | | / /\ \ | / | _/ | |\/| | | | | | | . | / _____ \ | | | | | | | | |--' | | |\ | // \\ | | | | || || ____/ || __| github.com/dpnishant

""")?

blshkv commented 4 years ago

dup of https://github.com/dpnishant/appmon/issues/86

dpnishant commented 4 years ago

appmon was written for Python 2.x. But it should be easily upgradable to Python 3. It would be great if someone wants to send a pull request.