randomized linspace a bit
This commit is contained in:
3
tweet.py
3
tweet.py
@@ -1,4 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
import twitter
|
||||
import config
|
||||
|
||||
@@ -7,4 +6,4 @@ api = twitter.Api(consumer_key=config.consumer_key,
|
||||
access_token_key=config.access_token_key,
|
||||
access_token_secret=config.access_token_secret)
|
||||
|
||||
api.PostUpdate("", media=u"死ぬ.png")
|
||||
api.PostUpdate("", media="shinu.png")
|
||||
|
Reference in New Issue
Block a user