Cleaned the code up

Spacing mostly and unnecesarry comments
This commit is contained in:
2017-05-16 01:54:33 +03:00
parent c70b6f1b6d
commit 9c3824cede
4 changed files with 4 additions and 17 deletions

View File

@@ -1,4 +1,3 @@
from twython import Twython, TwythonError
import random
import sys
@@ -12,14 +11,13 @@ import shutil
from check import *
import authorization
import PIL
from PIL import Image, ImageDraw, ImageFont
from clarifai import rest
from clarifai.rest import ClarifaiApp
log_file=open('log_file.txt','a')
log_file=open('log_file.txt','a')
dir = str(os.getcwd())+'/'
os.chdir(dir)