Commit 2a4465cd authored by Francesco Poldi's avatar Francesco Poldi

Fix #435

parent ccc556a6
......@@ -122,10 +122,16 @@ def update(object, config):
def clean():
global Tweets_df
global Follow_df
global User_df
_object_blocks["tweet"].clear()
_object_blocks["following"].clear()
_object_blocks["followers"].clear()
_object_blocks["user"].clear()
Tweets_df = None
Follow_df = None
User_df = None
def save(_filename, _dataframe, **options):
if options.get("dataname"):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment