CactusDev / CactusBot

An open source, community-written service-agnostic chat bot
MIT License
30 stars 6 forks source link

Update uptime.py #90

Closed Innectic closed 7 years ago

Innectic commented 7 years ago

There was some linting issues that were making the develop branch fail it's builds. This fixes that

2Cubed commented 7 years ago

@Innectic Updated the formatting a bit (moved manifest URL to a constant and fixed indentation), and also fixed the command itself (you were using datetime.utcnow(), when it should have been datetime.datetime.utcnow() ¯(ツ)/¯).

2Cubed commented 7 years ago

@Innectic If you're good with everything I did, feel free to merge! :tada: