add autopep8 formatting
This commit is contained in:
6
main.py
6
main.py
@@ -6,11 +6,14 @@ import coloredlogs
|
||||
import logging
|
||||
import time
|
||||
|
||||
coloredlogs.install(level=logging.INFO, fmt='%(asctime)s - %(name)s - %(levelname)s - %(message)s')
|
||||
coloredlogs.install(
|
||||
level=logging.INFO,
|
||||
fmt='%(asctime)s - %(name)s - %(levelname)s - %(message)s')
|
||||
|
||||
discordRPC = DiscordRPC()
|
||||
jellyfinApiClient = JellyfinApiClient()
|
||||
|
||||
|
||||
def main():
|
||||
while True:
|
||||
try:
|
||||
@@ -27,5 +30,6 @@ def main():
|
||||
discordRPC.clear()
|
||||
break
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user