예제 #1
0
def newBanners(args, dictionary):
	filedata = API.getBanner(dictionary[args])
	path = DB.storeBanner(dictionary[args].split('/')[-1]
		,filedata)
	dictionary[args] = path