Explorar el Código

Fix indentation

Hugo hace 5 años
padre
commit
4bef0b21eb
Se han modificado 2 ficheros con 6 adiciones y 2 borrados
  1. 5 1
      .gitignore
  2. 1 1
      ondemand/service.py

+ 5 - 1
.gitignore

@@ -57,4 +57,8 @@ typings/
 # dotenv environment variables file
 .env
 
-*.pyc
+*.pyc
+
+.DS_Store
+.idea/
+.vscode

+ 1 - 1
ondemand/service.py

@@ -93,7 +93,7 @@ def feed_queue():
         # response = client.get_schedule_pending()
         # downloaded_counter = len(response['items'])
         # for item in response['items']:
-	if len(response["elementos"]) > 0:
+        if len(response["elementos"]) > 0:
             queue.put(response)
 
         if queue.qsize() > 0: