mirror of
https://github.com/arnaucube/argos.git
synced 2026-02-08 03:26:39 +01:00
small update
This commit is contained in:
@@ -66,7 +66,9 @@ func analyzeHours(tweets []twitter.Tweet) {
|
||||
}
|
||||
|
||||
func analyzeDates(tweets []twitter.Tweet) {
|
||||
fmt.Println("Weekly activity distribution (per day)")
|
||||
analyzeDays(tweets)
|
||||
fmt.Println(" ")
|
||||
fmt.Println("Daily activity distribution (per hour)")
|
||||
analyzeHours(tweets)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user